Possible Duplicate:
What's the difference between load average and CPU load?
Look at the image for what i am tying to ask . whats parameters of load averages and how we have to understand them ?
Possible Duplicate:
What's the difference between load average and CPU load?
Look at the image for what i am tying to ask . whats parameters of load averages and how we have to understand them ?
The load average represents the number of processes waiting for their turn to use the CPU(s), in the last 1, 5 and 15 minutes.
In your case, assuming you have a single CPU (single core) system:
So, in practice, a load equal to or greater than 1 on a single CPU system means that the CPU is at maximum capacity and that processes have to wait to use it. A load less than 1 means that the CPU could process extra tasks without having to queue processes.
If you have two CPUs (e.g.: dual core CPU), you could reach a load of 2 before the CPU is at its max; 4 on a quad CPU system, and so on.
Load averages are the average of the %ge load of the cpu for the past 'x' minutes where s is 1,5,15.In your screenshot, it tells us that the avg load on your cpu is decreasing and the maximum is 1.54 %