iotop - Monitor Disk I/O by Process
iotop allows us to watch processes which are currently accessing the disks. iotop also shows I/O transfer speeds by process and thus it becomes easy to pinpoint what's going on.
Installation
Use following command to install iotop.
sudo apt-get -y install iotop
Now you can use iotop command inside terminal to launch iotop.
Comments