We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The total CPU% is calculated as the amount of time spent in the non-idle state:
beats/libbeat/metric/system/cpu/cpu.go
Line 119 in 4946202
I would expect that IOWait time to be excluded also.
The text was updated successfully, but these errors were encountered:
Note: This also effects the data reported to Monitoring.
Sorry, something went wrong.
Exclude IOWait time from the CPU total
7653ac5
This affects the following two metrics: * `system.cpu.total.pct` * `system.cpu.total.norm.pct` Fixes elastic#7627.
Exclude IOWait time from the CPU total (#7691)
dd5938e
This affects the following two metrics: * `system.cpu.total.pct` * `system.cpu.total.norm.pct` Fixes #7627.
I was curious why this changed, but then I read http://veithen.github.io/2013/11/18/iowait-linux.html which explained it pretty well.
No branches or pull requests
The total CPU% is calculated as the amount of time spent in the non-idle state:
beats/libbeat/metric/system/cpu/cpu.go
Line 119 in 4946202
I would expect that IOWait time to be excluded also.
The text was updated successfully, but these errors were encountered: