What is the Load(CPU) utilization value in predictive scaling graph.

0

The value of y-axis in the Predictive scaling policy Graph (under Auto scaling group) is in thousands, but says Load (CPU) utilization. What metric is it? It says aggregated CPU usage across the group, but I have only 1 instance in my ASG (for testing purposes) but the graph shows about 2K of CPU utilization during peak. what does it mean, and what is the UNIT value for the y-axis of the graph?

AWS
Narain
已提问 1 年前219 查看次数
1 回答
0

The load metric graph is SUM of the metric for the the full hour. So in your case it would be the SUM of all the CPU datapoints pushed by EC2 for every instance in the ASG. If you'd had 2 instances with the same load as this test one, the graph would show 4k. Predictive scaling is using this to find out the total load that was placed on the instance over the entire hour (since capacity predictions are currently made for whole hours)

AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则