Quote:
|
Originally Posted by b5baxter
Thanks for your reply.
Most of the time the system is so unresponsive I have not been able to do that. On the couple of occasions I have TOP shows no applications above 3% CPU - yet the hard drive light is on almost constantly and the system is unresponsive.
|
Yes, when there is too much disk activity, the system will be unresponsive even if CPU utilization is not high. You can see this in top, Cpu(s)
1f40
row, something like
Code:
Cpu(s): 12.3%us, 2.3%sy, 0.0%ni, 85.4%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
The "wa" suggests that there is too much of I/O activity going on (it is zero in the above example but it will be high if disk activity LED is glowing a lot).
At such time, a good guess will be that the process which is taking 1 or 2% of CPU is the culprit. It would likely have requested a large I/O.