-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[procstat] Include information about number of cores #2020
Comments
The same is must have for load_average devision to get single load variables. Any progress for it? |
It occurs to me that you could get the number of cpus by enabling the cpu plugin and performing a query like this:
To do the division in a single query I think you would need ifql. We will probably not add a num cpu field to all measurements with fields that require knowing it to interpret. |
This query worked fine in Grafana/influxdb-cli, but i cannot get it to work in Chronograf, i tried: What do i do wrong? |
@UnAfraid I'm not sure what the issue might be, could you open a new issue with Chronograf? |
|
Regarding the original request: would it suffice to add a flag to turn irix mode off ( |
That would be lovely |
Fixed in #6165 |
Feature Request
When I use cpu_usage from procstat with a multicore system, cpu percentage can be greater than 100%.
example on a 8core system and a process consuming 2 cpu :
Proposal:
Adding information of number of core on the system in order to make a graph with maxi 100% of cpu
The text was updated successfully, but these errors were encountered: