iotop
iotop is a Linux command-line utility that monitors I/O usage by processes and threads in real time. It provides a top-like view of disk read and write rates, I/O wait time, and per-process statistics, enabling administrators to identify processes that drive disk I/O.
The program gathers data by reading per-process I/O counters from /proc/[pid]/io and combining them with the kernel's
Common features include filtering to show only processes that are performing I/O, showing per-thread I/O instead
Installation is available in most distribution repositories and can be installed with the system package manager.
See also: iostat, pidstat, and other system monitoring tools.