iotop
Display a table of current I/O usage by processes or threads. More information: <https://manned.org/iotop>.
RUN apt-get update && \
apt-get install -y iotop
RUN apt-get update && \
apt-get install -y iotop
RUN apk add iotop
RUN pacman -S --noconfirm iotop
RUN apt-get update && \
apt-get install -y iotop
RUN yum install -y iotop
RUN dnf install -y iotop
RUN apt-get update && \
apt-get install -y iotop