WSO2 API 经理 CPU 图表
WSO2 API Manager CPU graphs
想了解 CPU 指标下显示的系统平均负载参数是什么。我们如何解读它?
一定是CPU中的load average。
如果你不熟悉,
CPU load average can be used to troubleshoot Tenable products'
performance issue. This metric can be collected by a debug, such as SC
debug sc-systeminfo.txt shows like this: Results of "uptime" are:
15:23:38 up 13 days, 8 min, 1 user, load average: 3.84, 3.72, 2.41
CPU load is the number of processes which are being executed by CPU or
waiting to be executed by CPU. So CPU load average is the average
number of processes being or waiting executed over past 1, 5 and 15
minutes. So the number shown above means:
load average over the last 1 minute is 3.84
load average over the last 5 minute is 3.72
- load average over the last 15 minute is 2.41
参考:https://community.tenable.com/s/article/What-is-CPU-Load-Average
想了解 CPU 指标下显示的系统平均负载参数是什么。我们如何解读它?
一定是CPU中的load average。
如果你不熟悉,
CPU load average can be used to troubleshoot Tenable products' performance issue. This metric can be collected by a debug, such as SC debug sc-systeminfo.txt shows like this: Results of "uptime" are:
15:23:38 up 13 days, 8 min, 1 user, load average: 3.84, 3.72, 2.41
CPU load is the number of processes which are being executed by CPU or waiting to be executed by CPU. So CPU load average is the average number of processes being or waiting executed over past 1, 5 and 15 minutes. So the number shown above means:
load average over the last 1 minute is 3.84
load average over the last 5 minute is 3.72
- load average over the last 15 minute is 2.41
参考:https://community.tenable.com/s/article/What-is-CPU-Load-Average