iotop is a Python program with a top-like UI used to show of behalf of which
process is the I/O going on.

For iotop to work you need to have kernel with at least these options enabled:

CONFIG_TASKSTATS=y
CONFIG_TASK_IO_ACCOUNTING=y
