D
D
Den K2018-10-25 12:54:55
linux
Den K, 2018-10-25 12:54:55

Why Load Average > 2000 on a normally working server?

Today I discovered a stable increase in load average. Now it's already around 2100. The server is working fine.

top - 05:51:05 up 51 days, 19:19, 2 users, load average: 2152.96, 2105.26, 1978.46
Tasks: 169 total, 1 running, 168 sleeping, 0 stopped, 0 zombie
%Cpu(s): 1.1 us , 0.7 sy, 0.0 ni, 98.1 id, 0.1 wa, 0.0 hi, 0.1 si, 0.0 st
KiB Mem : 2047836 total, 82308 free, 1407496 used, 558032 buff/cache
KiB 398712 availMem

5bd19262e3b3b631079003.png5bd192c97282d832450331.png
Has anyone experienced this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lega, 2018-10-25
@Bloodsn0w

Any process can set the "blocked" status, usually when accessing a disk or other IO, the kernel takes this into account when calculating loadAverage, as a result, if some application set this status and left it hanging, then loadAverage will grow.
Look for processes with status D (eg via ps aux), in theory you should have at least 7 such processes.

R
Ruslan Fedoseev, 2018-10-25
@martin74ua

There are many processes there. Log in, see what's going on.
LA does not always mean that the server has everything)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question