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

[bug] exclude iowait, steal, idle from CPU uages #86

Closed
jkroepke opened this issue Dec 20, 2023 · 2 comments
Closed

[bug] exclude iowait, steal, idle from CPU uages #86

jkroepke opened this issue Dec 20, 2023 · 2 comments
Assignees
Labels
bug Something isn't working released

Comments

@jkroepke
Copy link
Contributor

Describe the bug

Based on

The CPU modes idle, iowait, steal should be excluded from the CPU utilization.

How to reproduce?

No response

Expected behavior

No response

Additional context

Per the iostat man page:

%idle
Show the percentage of time that the CPU or CPUs were idle and the
system did not have an outstanding disk I/O request.

%iowait
Show the percentage of time that the CPU or CPUs were idle during
which the system had an outstanding disk I/O request.

%steal
Show the percentage of time spent in involuntary wait by the
virtual CPU or CPUs while the hypervisor was servicing another
virtual processor.
@jkroepke jkroepke added the bug Something isn't working label Dec 20, 2023
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Dec 20, 2023
@uhthomas
Copy link
Contributor

I've updated #81 to fix this also.

uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Jan 5, 2024
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Jan 5, 2024
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Jan 5, 2024
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Jan 5, 2024
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue Jan 5, 2024
@dotdc dotdc closed this as completed in 5ff5277 Jan 5, 2024
@dotdc
Copy link
Owner

dotdc commented Apr 25, 2024

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dotdc dotdc added the released label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

3 participants