stress

A tool to stress test CPU, memory, and IO on a Linux system. More information: <https://manned.org/stress>.

Debian Debian
RUN apt-get update && \ apt-get install -y stress
Ubuntu
RUN apt-get update && \ apt-get install -y stress
Arch Arch Linux
RUN pacman -S --noconfirm stress
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y stress
Fedora
RUN dnf install -y stress
Raspbian
RUN apt-get update && \ apt-get install -y stress
click the source code to copy install stress on any operating system with command-not-found.com