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 Information not showing when server is busy #1144

Open
aachaemenes opened this issue Nov 20, 2024 · 1 comment
Open

CPU Information not showing when server is busy #1144

aachaemenes opened this issue Nov 20, 2024 · 1 comment

Comments

@aachaemenes
Copy link

DBADASH wont collect CPU data when cpu is pegged or is close to be pegged. It shows empty.

@DavidWiseman
Copy link
Collaborator

DBA Dash collects CPU utilization from ring buffer using this query. Check what data you have in the ring buffer for the missing time period.

One possibility is the CPU is reporting over 100% in the ring buffer. DBA Dash will filter these out on import. I've had one user report that this is an issue but I'm not clear on the root cause of this or how it should be fixed. It seems to occur only on bare metal instances and maybe certain CPU configurations.

Let me know if you are getting values over 100. If you are what the CPU configuration (physical CPUs, core counts, NUMA nodes etc) looks like on your system and if it's bare metal or hypervisor. It could be worth a support ticket with MS for an official explanation - I'd like to, but I'm not able to reproduce this issue.

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