Monitoring harddrive write and reads individual processes and programs in Ubuntu/Debian using iotops


iotop in an application that enables you to monitor the hard drive write and reads for individual processes, much like in the same way top monitors cpu/memory usage. iotop can easily be installed in Ubuntu, or other Debian based distros by entering this command in a terminal:

sudo apt-get install iotop

iotop can only run under a Linux 2.6.20 or later kernel built with the CONFIG_TASKSTATS, CONFIG_TASK_DELAY_ACCT, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS build config options on.

Screenshot

iotop measuring disk read and writes