You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
Please let me know if you want any further info
The text was updated successfully, but these errors were encountered:
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.
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 .
Please let me know if you want any further info
The text was updated successfully, but these errors were encountered: