sysbench

Benchmark a System's CPU, IO and memory. More information: <https://github.com/akopytov/sysbench/>.

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