In Linux, the cpu usage loadaverage is easy to understand. generally, loadaverage can be observed through top or uptime, in the following format: loadaverage: 0.10, 0.05, 0.58 represents the last minute, 5 minutes, respectively, average CPU load in 15 minutes, if it is a single core CPU... in Linux, the cpu usage load average is a simple understanding. Generally, the load average can be observed through top or uptime. the format is as follows: load average: 0.10, 0.05, 0.58 represents the last minute, respectively, 5 minutes, 15 minutes average CPU load if it is a single core CPU, 1.00 indicates that the CPU is full, if it is a multi-core CPU, when the load average reaches the number of CPU cores, it indicates that the CPU is fully loaded. if multiple physical CPUs are used, when the load average reaches the total number of physical CPU cores, the system CPU is fully loaded. In short, the number of CPU cores is the basis for measuring the CPU load based on the load average. So when the CPU load reaches what value should we pay attention? According to the reference article, the empirical value is that the number of CPU cores minus 0.3, that is, if the total number of CPU cores is 4, when the value of 15 minutes on the load average reaches 3.7, we should have a good look at the system.
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.