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

systemcollectors.CPUCollector missing newer Linux cpu metrics #87

Closed
aronatkins opened this issue Jun 19, 2012 · 0 comments
Closed

systemcollectors.CPUCollector missing newer Linux cpu metrics #87

aronatkins opened this issue Jun 19, 2012 · 0 comments

Comments

@aronatkins
Copy link

CPUCollector currently collects user, nice, system, idle, iowait. It does not collect additional columns which appear with newer Linux kernels.

Here are the columns which may appear (in order):

  • irq - since 2.6.0-test4
  • softirq - since 2.6.0-test4
  • steal - since 2.6.11
  • guest - since 2.6.24

A sample line from 2.6.18-164.15.1.el5xen (only 8 columns):
cpu 54524917 1184 19017460 2207399508 25501525 0 1380737 5191044

A sample line from 3.2.0-25-generic-pae (10 columns!?!):
cpu 667245 6544 90394 33314088 111332 0 1240 0 0 0

@kormoc kormoc closed this as completed in ce98940 Jun 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants