Results 1 to 2 of 2
when i use 3 threads to write disk, the load avg can reach 10,
iowait is 80%. the cpu load avg is meaning the queu length of running and waiting ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-20-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 1
high load avg
when i use 3 threads to write disk, the load avg can reach 10,
iowait is 80%. the cpu load avg is meaning the queu length of running and waiting running threads, but when writing disk, most threads is iowaiting which is not running, why is load high. thanks
- 09-24-2011 #2Banned
- Join Date
- Feb 2010
- Posts
- 31
Loadavg is all about processes waiting for CPU time, not how busy the CPU is as a representation of processing power/time.
So if your applications are waiting on the disk and holding the CPU captive doing nothing while it waits for the disk, the load will rise.
Here is a very good description of how linux loadavg works:
Understanding Linux CPU Load - when should you be worried?Last edited by oz; 09-24-2011 at 12:26 PM. Reason: SPAM removal


Reply With Quote
