When reviewing the metrics available within AIQUM, I don't see a pure CPU% utilization value. What I see instead is
{ "samples":
[
{"performance_capacity" :
{"used_percent": 0}
}
]
}
Where the extra detail within the API spec model offers this description:
Percentage of performance capacity that is being used. |
Before we begin using this value, I need to know how it is calculated and what values should generally be considered normal, warning, and critical.
Thanks in advance.