S
S
Sergey Savostin2014-04-04 20:24:56
System administration
Sergey Savostin, 2014-04-04 20:24:56

Why does load average not match CPU load?

c31041fe6ebf448580a3792433359666.png
Why at 3% and 2% load average is more than 3?
Is it worth doing something?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
jcmvbkbc, 2014-04-04
@jcmvbkbc

It's worth doing something

Look at the full output of ps. Look for processes in state D, for example.

V
Vlad Zhivotnev, 2014-04-04
@inkvizitor68sl

Most likely, the processes are in D-state or something similar.

ps ax  | egrep -v '( S | Ss| S< | SN | S | Sl | R)'
Show

P
Puma Thailand, 2014-04-05
@opium

All the same, load averide is a queue to the processor, and not an indicator of how much it is loaded, at least the queue can be due to file I/O.
The usual top output here would say a lot more than their htop chunk.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question