Adjust CPU graphs based on CPU ratio limit

DANILO MONTAGNA

Well-Known Member
Jun 28, 2019
119
12
58
45
Hi,

When we define resources limits on CPU usage, example: 2 vcpu with CPU limit of 1.0 (50%) the VM CPU usage graphs only goes to 50% maximum, but the VM is using 100% of the resources available because of the ratio limit imposed at this VM.

Is possible to adjust the graphs based on CPU limit instead of CPU count? or instead of graphing based on % usage, we could choose MHz usage!!
 
Is possible to adjust the graphs based on CPU limit instead of CPU count?
No. The graph will scale anyhow with the first average/max value above the CPU limit. And from the logic, the KVM process can use 2 CPUs (cores) but the VM inside can only use one (limit).

or instead of graphing based on % usage, we could choose MHz usage!!
This is better done by an external monitoring system.