Skip to content

CPU Graph Showing Double Values #1396

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

Open
AhmadMansourAwaed opened this issue May 30, 2025 · 2 comments
Open

CPU Graph Showing Double Values #1396

AhmadMansourAwaed opened this issue May 30, 2025 · 2 comments

Comments

@AhmadMansourAwaed
Copy link

After Increasing The Cores from 32 to 64 and 128 Logical processors , it seems that CPU graph is not showing the correct value , same like it still showing the correct CPU for 32 core not for 64

even with the latest version issue still there after reconfiguring it from scratch .

Image
Image
Image
Image

Please let me know if you want any further info

@AhmadMansourAwaed
Copy link
Author

Image

@DavidWiseman
Copy link
Collaborator

The SQL process utilization is collected from sys.dm_os_ring_buffers using this query.

There have been a couple of fixes for this collection (#1149 and #1150) because the SQL process utilization doesn't seem to be reported correctly on certain hardware configurations. In some cases, it appears that the value needs to be divided by the number of NUMA nodes. The script attempts to handle this, but it might not be working for your configuration.

I don't have access to any SQL instances that have this issue. I'm open to suggestions for fine-tuning this script.

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