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

Add a collector for NFS client statistics. #360

Merged
merged 1 commit into from
Dec 11, 2016

Commits on Dec 9, 2016

  1. Add a collector for NFS client statistics.

    This change adds a new collector called "nfs" that parses the contents
    of /proc/net/rpc/nfs and turns it into metrics. It can be used to
    inspect the number of operations per type, but also to keep an eye on an
    extraneous number of retransmissions, which may indicate connectivity
    issues.
    
    I've picked the name "nfs", as most operating systems use "nfs" for the
    client component and "nfsd" as the server component. If we want to add
    stats for the NFS server as well, we'd better call such a collector
    "nfsd".
    Ed Schouten authored and EdSchouten committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    a696830 View commit details
    Browse the repository at this point in the history