Load (computing)

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In UNIX computing, the system load is a measure of the amount of work that a computer system is doing. The load average is the average system load over a period of time. It is conventionally given as three numbers that represent the system load during the last one, five, and fifteen minute periods.

Contents

All Unix and Unix-like systems generate a metric of three "load average" numbers in the kernel. These can be most easily queried from the Unix shell by running the uptime command:

$ uptime
09:53:15  up 119 days, 19:08,  10 users,  load average: 3.73 7.98 0.50

The w and top commands show the same three load average numbers, as do a range of graphical user interface utilities.

An idle computer has a load number of 0 and each process that is using CPU or waiting for CPU adds to 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 are blocked in I/O due to a busy or stalled I/O system. This, for example, includes processes that are blocked due to an NFS server failure or slow media (e.g., USB 1.x storage devices), leading to an elevated load average, which does not reflect an actual increase in CPU use (but still gives an idea on how long you have to wait).

The load average is calculated as the exponentially damped/weighted moving average of the load number. The three values of load average refer to the past one, five, and fifteen minutes of system operation.

For single-CPU systems that are CPU-bound, one can think of load average as a percentage of system utilization during the respective time period. For systems with multiple CPUs, the number needs to be divided by the number of processors in order to get a percentage.

For example, a load average of "3.73 7.98 0.50" on a single-CPU system can be interpreted as:

  • during the last minute, the CPU was overloaded by 273% (1 CPU with 3.73 runnable processes, so that 2.73 processes were waiting for their turn)
  • the CPU was only busy half of the time over the last fifteen minutes

This means that this CPU could have handled all of the work scheduled for the last minute if it were 3.73 times as fast, or if there were 4 (3.73 rounded up) times as many CPUs, but that over the last fifteen minutes it was twice as fast as necessary to prevent runnable processes from waiting their turn.

Conversely, in a system with four CPUs, a load average of 3.73 would indicate that there were, on average, 3.73 processes ready to run, and each one could be scheduled into a CPU.

On modern UNIX systems, the treatment of threading with respect to load averages varies. Some systems treat threads as processes for the purposes of load average calculation: each thread waiting to run will add 1 to the load. However, other systems, especially systems implementing so-called M:N threading, use different strategies, such as counting the process exactly once for the purpose of load (regardless of the number of threads), or counting only threads currently exposed by the user-thread scheduler to the kernel, which may depend on the level of concurrency set on the process.

On many systems, the load average is generated by sampling the state of the scheduler periodically, rather than recalculating on all pertinent scheduler events. This is done for performance reasons, as scheduler events occur frequently, and scheduler efficiency is very important for system efficiency. As a result, sampling error can lead to the load average inaccurately representing actual system behavior. This can be a particular problem for programs that wake up at a fixed interval that aligns with the load average sampling, in which case the process may be under- or over-represented in the load average numbers.

On Microsoft Windows based systems, the load average can be calculated in a similar manner, although Windows has no tradition for use of the load average as it is known on Unix based systems.

Note that the load average (when it includes blocked processes) is not a measure solely of CPU utilization, it is also a measure of disk I/O and, sometimes, network performance. The CPU is only one factor in overall system performance (and is often the least significant).

When loading compiled programs into computer memory, they are linked to the relevant program resources, and then the fully resolved codes are loaded into computer memory for execution. This type of program is often called a linking loader.

When loading data into a database management system, a program designed to read input data and then place it into database tables is called a loader.

Other commands for assessing system performance:

  • uptime for load average
  • top for an overall system view
  • iostat for I/O statistics
  • netstat for network statistics
  • mpstat for CPU statistics
  • tload for display a ncurses graphic of the recent load

Advanced Search
Included Web Search Engines


Safe Search

close

Top Matching Results

Occasionally Search.com will highlight specialized results that are based on the context of your query. Examples of specialized results include specific links to news, images, or video.

Top Matching Results may highlight information from other Search.com pages, content from the CNET Network of sites, or third party content. The listings are based purely on relevance. Search.com does not receive payment for listings in this section but our partners that provide this data may get paid for listing these products.

Sponsored Links

This section contains paid listings which have been purchased by companies that want to have their sites appear for specific search terms and related content. These listings are administered, sorted and maintained by a third party and are not endorsed by Search.com.

Search Results

Search.com sends your search query to several search engines at one time and integrates the results into one list which has been sorted by relevance using Search.com's proprietary algorithm. You can customize the list of search engines included in your metasearch from the preferences.

The search engines that are used in your metasearch may allow companies to pay to have their Web sites included within the results. To view the Paid Inclusion policy for a specific search engine, please visit their Web site. Search.com does not accept payment or share revenue with any search engine partner for listings in this section.