May 2017
Beginner
552 pages
28h 47m
English
The iotop application can either perform continuous monitoring or generate reports for a fixed period:
# iotop -o
The -o option tells iotop to show only those processes that are doing active I/O while it is running, which reduces the noise in the output.
# iotop -b -n 2
# iotop -p PID
PID is the process you wish to monitor.