iotop – simple top-like I/O monitor
Posted by Admin on July 13th, 2009
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Install iotop in debian
#apt-get install iotop
This will complete the installation.
Using iotop
type iotop in your terminal and you will get a regularly updated list of processes and the amount of I/O they are currently using: reads and writesin bytes per second, and percentage of time spent swapping and waiting for I/O.
iotop
iotop needs the CONFIG_TASK_DELAY_ACCT and CONFIG_TASK_IO_ACCOUNTING options enabled in the kernel; in Debian stock kernels, that’s already the case.
Screenshot



July 13th, 2009 at 8:36 pm
For monitoring IO usage, check nethogs and as well as speedometer
July 14th, 2009 at 3:09 am
use the -o switch to view only the process actually doing I/O, instead of all the processes.
[code]iotop -o[/code]
July 14th, 2009 at 1:10 pm
great tool to watch the Hd workload, i can recommend htop instead of old plain top