fio

Flexible I/O tester. Tool that will spawn a number of threads or processes doing a particular type of I/O action. More information: <https://fio.readthedocs.io/en/latest/fio_doc.html>.

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