We have a server with unusual high load and cpu util, but we can't figure out why. When we run top all the procs seem to be very low cpu.
http://cl.ly/2d1g0K3q261r0R0K3e35
Is there a better way to look for what is causing this?
|
We have a server with unusual high load and cpu util, but we can't figure out why. When we run top all the procs seem to be very low cpu. http://cl.ly/2d1g0K3q261r0R0K3e35 Is there a better way to look for what is causing this? | |||
feedback
|
|
I think this bug is your case. From what I see from the output, you have enough memory (note the cached 14 GB or so), no I/O issues, but you have xen-related processes running. This make me think it is a bug. | ||||
feedback
|
|
Load is a measure of the workload a system has had on a 1, 5 and 15 minute basis. The most common misconception is that Load Average is purely connected to the CPU usage of a system. Based on the image I'm guessing you ran out of memory and started swapping data to disk. A simple | |||||
feedback
|
|
Noticed that the load average is quite high (68, wow). Is it possible that there are a lot of processes which takes up a little bit of CPU, thus add up consuming all CPU time? Maybe, those processes just start and finish very quickly thus top cannot capture the existence of them, you may try to see if atop can see that or not. | |||
|
feedback
|
|
Are you inside a virtual server? The high load may come from processes in other virtual servers, which you can't see from inside yours. | |||||||||
feedback
|
|
Try using:
The | |||||||
feedback
|
|
It could be locked files on nfs or any other thing that locks a file that another process needs access to could also be missed configured service with too many threads active | |||
|
feedback
|