Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPU and RAM Utilization above 100% #308

Closed
ttmader opened this issue Aug 31, 2022 · 1 comment
Closed

CPU and RAM Utilization above 100% #308

ttmader opened this issue Aug 31, 2022 · 1 comment

Comments

@ttmader
Copy link

ttmader commented Aug 31, 2022

Hi,

I am aware that I have yet to change the granularity.

Last 24 hours:

We see that there are consumptions above 100%. What does this mean? In the vSphere Client we don't have it. What does this mean in SexiGraf?

Hardware:

Intel Xeon Gold 5122 CPU @ 3.60GHz = Capacity 28.8 GHz
Logical Processors: 16

image

image

Thank you very much.

Greetings.

@rschitz
Copy link
Member

rschitz commented Aug 31, 2022

This is due to hyperthreading (could be turbo mode as well but not sure about that), if you check on the realtime graph you should see it as well.

image

FYI, we use summary.quickStats.overallCpuUsage and runtime.maxCpuUsage to compute the percentage.

https://vdc-download.vmware.com/vmwb-repository/dcr-public/bf660c0a-f060-46e8-a94d-4b5e6ffc77ad/208bc706-e281-49b6-a0ce-b402ec19ef82/SDK/vsphere-ws/docs/ReferenceGuide/vim.vm.RuntimeInfo.html#maxCpuUsage

https://vdc-download.vmware.com/vmwb-repository/dcr-public/bf660c0a-f060-46e8-a94d-4b5e6ffc77ad/208bc706-e281-49b6-a0ce-b402ec19ef82/SDK/vsphere-ws/docs/ReferenceGuide/vim.vm.Summary.QuickStats.html#overallCpuUsage

@rschitz rschitz closed this as completed Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants