Load (computing)

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, "sleeping" or "blocked" 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).

External links

Load (program linking and loading)

Load (database loading)

See also: Load (computing), Central processing unit, Computer memory, Computer system, Computing, Database management system, Linux, Microsoft Windows, Minute, Operating system