# stress mit Homebrew, apt, dnf, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für stress in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:stress
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install stress
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install stress
```

  Evidenz: Debian stable package indexes: stress from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install stress
```

  Evidenz: Fedora Rawhide package metadata: stress from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#stress
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/st/stress/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S stress
```

  Evidenz: Arch Linux sync databases: stress from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Paketfakten

- **Paketschlüssel:** brew:stress
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/stress>
- **Version:** 1.0.7
- **Quellzusammenfassung:** Tool to impose load on and stress test a computer system
- **Homepage:** <https://github.com/resurrecting-open-source-projects/stress>
- **Repository:** <https://github.com/resurrecting-open-source-projects/stress>
- **Lizenz:** GPL-2.0-or-later
- **Quellarchiv:** <https://github.com/resurrecting-open-source-projects/stress/releases/download/1.0.7/stress-1.0.7.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-28T14:21:41+09:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- stress (cli)
- stress (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.0.7
- Manager aktualisiert: 2026-07-28
- lokale Daten: OK
- Upstream-Repository: https://github.com/resurrecting-open-source-projects/stress
- Info: No cached GitHub release or tag data was available.
## Projektgeschichte und Nutzung

stress is a classic POSIX command-line load generator for CPU, memory, I/O, and disk pressure, used by administrators and kernel/system programmers to expose behavior under heavy load.

### Projektgeschichte

The current upstream README says stress was originally developed by Amos Waterland under GPL-2+. The same README says the original project went unmaintained, that the last original version 1.0.4 was imported from Debian, and that volunteer maintainers later produced newer releases under Resurrecting Open Source Projects.

The ChangeLog records Amos Waterland releases through 1.0.4 in 2010, followed by volunteer-maintained releases such as 1.0.5 in 2021 and later 1.0.6 and 1.0.7 in 2023.

### Adoptionsgeschichte

stress became common because it does one job predictably and is easy to package. The supplied package-manager facts list it in Homebrew, Debian, Fedora/dnf, Nix, pacman, and Ubuntu.

Its continued packaging beside stress-ng shows a conservative Unix pattern: keep the old simple tool available for scripts and documentation while newer tools cover larger test surfaces.

### Wie es verwendet wird

The README explicitly says stress is not a benchmark. It is used by system administrators to evaluate scaling, by kernel programmers to evaluate perceived performance characteristics, and by systems programmers to expose bugs that appear under heavy load.

Typical package-manager users install it for quick reproducible load generation, CI smoke tests, container experiments, or demos where `stress-ng` would be more featureful than needed.

### Warum Paket-Nerds sich dafür interessieren

stress is significant because it is the tiny, old-school answer to 'make this machine work hard now.' It has a stable CLI, few conceptual dependencies, and enough distro history that many runbooks still mention it.

For package nerds, the 2021 volunteer revival is also a familiar maintenance story: import the last distro-carried source, preserve the interface, modernize the build, and keep the package alive without turning it into a new framework.

### Zeitleiste

- 2010-03-19: ChangeLog records version 1.0.4 by Amos Waterland.
- 2021: Current README says the unmaintained 1.0.4 source was imported from Debian and updated for the 1.0.5 release.
- 2023: ChangeLog records volunteer-maintained 1.0.6 and 1.0.7 releases.

### Related projects

- stress-ng is the larger next-generation stress-testing suite for users who need many more stressors and metrics.
- Debian packaging is part of the preservation chain for the current upstream source.

### Quellen

- <https://github.com/resurrecting-open-source-projects/stress#readme>
- <https://raw.githubusercontent.com/resurrecting-open-source-projects/stress/master/ChangeLog>
- source_facts.package-manager


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** stress
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- Debian apt - stress - 1.0.7-1: normalized package name match | Debian stable package indexes: stress from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to impose load on and stress test a computer system | https://github.com/resurrecting-open-source-projects/stress
- Nix - stress: normalized package name match | nixpkgs package indexes: pkgs/by-name/st/stress/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - stress - 1.0.7-1: normalized package name match | Ubuntu 24.04 LTS package indexes: stress from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to impose load on and stress test a computer system | https://github.com/resurrecting-open-source-projects/stress
- dnf - stress - 1.0.7-9.fc45: normalized package name match | Fedora Rawhide package metadata: stress from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A tool to put given subsystems under a specified load | https://github.com/resurrecting-open-source-projects/stress
- pacman - stress - 1.0.7-3: normalized package name match | Arch Linux sync databases: stress from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool that stress tests your system (CPU, memory, I/O, disks) | https://github.com/resurrecting-open-source-projects/stress


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://pkg.so/de/brew-utility-packages/) - Matched Homebrew package provider.
- [stress-ng](https://pkg.so/de/brew/stress-ng/) - Shares pkgdb curated category or tags: benchmarking, cli, cpu, memory, stress-test.
- [fio](https://pkg.so/de/brew/fio/) - Shares pkgdb curated category or tags: benchmarking, cli, io, stress-test, system.
- [tmux-mem-cpu-load](https://pkg.so/de/brew/tmux-mem-cpu-load/) - Shares pkgdb curated category or tags: cli, cpu, memory, system.
- [libgtop](https://pkg.so/de/brew/libgtop/) - Shares pkgdb curated category or tags: cli, cpu, memory, system.
- [rainbarf](https://pkg.so/de/brew/rainbarf/) - Shares pkgdb curated category or tags: cli, cpu, memory, system.
- [htop](https://pkg.so/de/brew/htop/) - Shares pkgdb curated category or tags: cli, system.
- [hwloc](https://pkg.so/de/brew/hwloc/) - Shares pkgdb curated category or tags: cli, system.
- [numactl](https://pkg.so/de/brew/numactl/) - Shares pkgdb curated category or tags: cli, memory, system.

## Combined YAML source

View the package source record on GitHub. [combined/stress.yml](https://github.com/mxcl/pkgdb/blob/main/combined/stress.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
