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>.
RUN apt-get update && \
apt-get install -y fio
RUN apt-get update && \
apt-get install -y fio
RUN pacman -S --noconfirm fio
RUN apt-get update && \
apt-get install -y fio
RUN yum install -y fio
RUN dnf install -y fio
RUN apt-get update && \
apt-get install -y fio