-
Notifications
You must be signed in to change notification settings - Fork 814
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
Capture per-core statistics and capture overall soft IRQ % on linux #1124
Comments
Here is a gist I made available to a user: https://gist.github.com/remh/99163b7205fdcbdf2789 Let me know what are your thoughts about it. I'll incorporate it to a future version of the agent. |
More details about what's collected: https://pythonhosted.org/psutil/#cpu |
Looks great. Can't wait for the new metrics. On by default? On Thursday, September 18, 2014, Remi Hakim [email protected]
|
@qqfr2507 :) If you want to try it before it's released you can just add the check in the gist to your checks.d directory and add the configuration file in your conf.d directory! |
@remh sorry it was just me replying to an email sent to Quentin's old email address. |
Renamed the check to system_core 4b60e54 |
Similar to what
mpstat -A
captures. Make it optional as this stuff can get overwhelming (and only useful in very specific cases). Tag metrics by core.The text was updated successfully, but these errors were encountered: