stress
A tool to stress test CPU, memory, and IO on a Linux system. More information: <https://manned.org/stress>.
RUN apt-get update && \
apt-get install -y stress
RUN apt-get update && \
apt-get install -y stress
RUN pacman -S --noconfirm stress
RUN apt-get update && \
apt-get install -y stress
RUN dnf install -y stress
RUN apt-get update && \
apt-get install -y stress