Tools
Practical
By Samson Tanimawo, PhD
Published Feb 23, 2026
4 min read
iotop for Disk IO Investigation
iotop shows per-process disk IO.
Live workflow · 3 working · 1 queuedLive
Signal · gather Working
Decide · pick action Working
Apply · with verify Working
Learn · update playbook Queued
Usage
iotop -P shows per-process IO.
-o shows only active processes.
When
Suspect disk-bound process.
Surface the culprit immediately.
Alternatives
pidstat -d 1 for non-interactive.
Both work; pick by use case.