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
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):
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
The text was updated successfully, but these errors were encountered:
ce98940
No branches or pull requests
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):
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
The text was updated successfully, but these errors were encountered: