Need help with CPU metrics #10672
-
Hi everyone! Can anyone help me fix CPU utilization statistics of virtual machine? Has anyone run into this issue before? Now its looks like: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
@JoaoJandre @GutoVeronezi , would you know what happened here? @SviridoffA , it would seem like your vm got frozen after every cycle it performed, but I'm sure something else must be in play. |
Beta Was this translation helpful? Give feedback.
-
@DaanHoogland Thanks for reply. All virtual machines are operating normally. Some of them have highly sensitive monitoring configured, which is not detecting any issues, and all of this monitoring CPU-related graphs look good. Btw, all other metrics in CloudStack, such as IOPS, network, and RAM, also appear to be normal. |
Beta Was this translation helpful? Give feedback.
-
I’m not sure if it’s related, but on some KVM nodes, I’m also seeing many warnings like this (its cloudstack agent log):
|
Beta Was this translation helpful? Give feedback.
-
@SviridoffA can you share the response of the request that the UI makes to the |
Beta Was this translation helpful? Give feedback.
-
PR addressing this: #10699. |
Beta Was this translation helpful? Give feedback.
@SviridoffA thanks for providing the response.
This issue seems to be related to the Management Server's Locale. I was able to reproduce it by changing mine to Italian. This makes the API return decimal values separated by a comma in the
cpuused
field, but the UI expects that the decimal is separated by a dot.I'll prepare a patch to address it.