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

More system metrics #2

Open
obmarg opened this issue Feb 9, 2016 · 0 comments
Open

More system metrics #2

obmarg opened this issue Feb 9, 2016 · 0 comments

Comments

@obmarg
Copy link
Owner

obmarg commented Feb 9, 2016

Once #1 has been merged, we'll have the initial reporting of system & vm metrics in. At some point it'd be good to add some more system metrics. Things like:

  • Disk space free
  • Number of inodes avaliable
  • Number of file handles used/avaliable?

Some ideas from a TODO in my code:

    # /proc/loadavg -> system.load.1, system.load.5, system.load.15
    # /proc/sys/fs/file-nri -> system.fs.handles
    # /proc/stat -> system.cpu.x (or use mpstat if it's around?)
    # /proc/sys/fs/inode-nr -> system.inodes.total/used
    # disk space used/free?
    # /proc/meminfo -> system.mem (or something)
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

1 participant