LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Load average (https://www.linuxquestions.org/questions/linux-newbie-8/load-average-857619/)

jacppe 01-20-2011 02:26 PM

Load average
 
Hi all, Anyone know what means the values of Load Average?

load average: 0.00, 0.00, 0.04
load average: 17.50, 13.44, 12.70

Sometime is low and many times is high.

Thanks a lot.

AlucardZero 01-20-2011 02:33 PM

http://en.wikipedia.org/wiki/Load_(computing)

An idle computer has a load number of 0 and each process using or waiting for CPU (the ready queue or run queue) increments the load number by 1. Most UNIX systems count only processes in the running (on CPU) or runnable (waiting for CPU) states. However, Linux also includes processes in uninterruptible sleep states (usually waiting for disk activity), which can lead to markedly different results if many processes remain blocked in I/O due to a busy or stalled I/O system.


All times are GMT -5. The time now is 07:55 AM.