Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
14
rated 0 times [  14] [ 0]  / answers: 1 / hits: 13085  / 1 Year ago, wed, december 7, 2022, 11:14:58

I had a problem in Windows 8 where my hard-drive activity was reaching 100% all the time and the system was very slow. Now I've switched to Ubuntu Gnome and want to check if this is still a problem on Ubuntu. Is there a way to check this?



I am not looking for how much space I have on my HDD! I know how to find CPU and RAM usage as well. I am looking to find out the disk activity of my drive. For example, using Windows Task Manager it reports the disk activity as 0.04%. This is what I am looking for:



Disk Activity on Windows


More From » hard-drive

 Answers
7

You can try to use nmon — a command line program. Install it by running:



sudo apt-get install nmon


Then run it as nmon. You would get the following screen:



nmon mainscreen



Since you want to view disk activity, you need to press d to toggle the statistics for it. Upon pressing d, you would be presented with the following screen which shows your disk activity:



nmon disk activity



Press q to exit the program.






More information about this tool can be found at IBM developerWorks.


[#26435] Wednesday, December 7, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
diket

Total Points: 167
Total Questions: 124
Total Answers: 109

Location: Somalia
Member since Wed, Mar 15, 2023
1 Year ago
;