Load average



         


Load, in computing, is a measure of the amount of processing a computer system is currently performing, usually in the form of a scalar and as some variation on a percentage. They come in different forms in the cases of differing operating systems. The average load of a computer system is known as the load average.

Note that the load average is a measure solely of CPU utilization. It is only one factor in overall system performance (and often is the least significant).

The optimum load average is approximately 1 (or 100%) since the system is then not wasting any time and no processes are stalled waiting for CPU time.

However, processes which are awaiting I/O are "sleeping" or "blocked" and don't contribute to load average. On modern systems it is common for the performance bottlenecks to be disk I/O, network I/O (latency or bandwidth) and memory constraints (which often are translated into disk I/O through the commonly available virtual memory "paging" (and swapping) mechanism).

[Top]




  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License