iotop

Display a table of current I/O usage by processes or threads. More information: <https://manned.org/iotop>.

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