My server Load jump high up top 22, CPU just 50%, RAM 1858/5120. How to know what process couse so high load average. Linux Debian
feedback
|
That gives you the number of CPUs on your system. If the load average is higher than this number, but CPU is just 50%, there are good chances that you system is performing a lot of IOs. In which case:
iotop will give you a list of processes consuming disk IOs. | |||
feedback
|
You can use | |||
|
feedback
|
|
zombie process can influence load average too, May I suggest :
--> here you can count the number of process for each state D (process blocked waiting for a resource) Z Zombie --> typical issue for the D status a process using a file on a NFS share who doesnt answer anymore... Hope it helps | |||
|
feedback
|