The load on my server is very high, even though there doesn't seem to be much disk activity and the CPU is idle. Using sar, I can see the run queue is getting full, but is there any way to see what's in the run queue?
Asked
Active
Viewed 1.6k times
8
-
What do you mean by "the load on my server is very high" and "the CPU is idle"? Load average should correspond somewhat to CPU load. – mpez0 Jun 02 '10 at 10:47
-
1@mpez0 In Linux, load average is deceptive. It is measuring what's in the run queue, not the CPU load. This is important to know. It means uninterruptible disk IO could cause a high load average although the CPU is idle. – billyw Nov 26 '19 at 15:51
-
@billyw You did see the "somewhat" in my comment, right? – mpez0 Nov 26 '19 at 18:33