About CPU Load

Source: Internet
Author: User
Tags cpu usage
load Average (average load) Basic concepts: load refers to the length of the run queue (run-queue) : L = number of waiting processes + number of running processes Load Average A statistic that refers to the sum of the number of processes that the CPU is processing over time and waits for the CPU to process, that is, the length of the queue used by the CPU. The Load Average reflects CPU usage and application. load Average (average load) and CPU occupancy rate difference: The information contained in the Load Average is not CPU usage status in a multitasking environment, after the system allocates a time slice, whether or not to use a full time slice depends on the process, so it is entirely possible to have low CPU utilization and high Load Average The case of load Average: in multiprocessor systems, load thresholds are based on the number of cores. With a 100% load calculation, 1.00 for a single processor, and 2.00 for two dual processors, 4.00 indicates that the host has four processors. exceeding this threshold means the system is overloaded. Real-time calculation formula for load average : load (t) = Load (t-1) e^ ( -5/60) + N (1-e^ ( -5/60)), iteration calculation, where n is Run-que The length of the UE
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.