You can use the iostat command to check the load of hard disk on Linux. iostat stands for Input/Output statistics and is a part of the sysstat package which is pre-installed on many Linux distributions.
To check the load of hard disk, run the following command in the terminal:
1 | sudo apt-get install sysstat |
1 | avg-cpu: %user %nice %system %iowait %steal %idle |