Possible Duplicate:
What does load average mean in unix/linux?

I'm confused by the load averages produced by the 'uptime' command. I know it might be a stupid question but what are they out of?

(My guess is that they are out of 1)

link|improve this question
feedback

closed as exact duplicate by Sathya, DMA57361, nhinkle, Diago Dec 21 '10 at 7:30

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

In short it is the average sum of the number of processes waiting in the run-queue plus the number currently executing over 1, 5, and 15 minute time periods.

This page is old but explains it well enough.

link|improve this answer
I was hoping I could graph it :( – Nick Brooks Dec 19 '10 at 20:34
Actually you can with nagios. frank4dd.com/howto/nagios/nagiosgraph/… – MrStatic Dec 19 '10 at 20:40
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.