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

Unusual high number of involuntary context switches, how is this number computed? #287

Open
cchulo opened this issue Feb 16, 2024 · 0 comments

Comments

@cchulo
Copy link

cchulo commented Feb 16, 2024

Hello,

I am analyzing a system slowdown issue and was surprised to find that there's an unusual high number of involuntary context switches orders of magnitude in the quintillion:

image

The query is straight forward:
rate(namedprocess_namegroup_context_switches_total{monitor="$monitor",instance=~"$instance", ctxswitchtype="nonvoluntary"}[$__rate_interval])

I am wondering if there is a bug in the way process-exporter is collecting this data, or if there is something wrong with this query. Any help would be appreciated.

Edit:
Just one more piece of info, monitor pertains to one PC, I am monitoring a fleet of servers with process exporter, and I use the monitor label to differentiate between them.

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

1 participant