Skip to content

package for parsing NFS related performance metrics on linux

Notifications You must be signed in to change notification settings

jessegalley/nfsmountstats

Repository files navigation

nfsmountstats

A package for parsing NFS performance stats on linux.

Parses counters from /proc/self/mountstats into structs for easy processing.

examples:

Get basic info including read/write operations and bytes: go run examples/basic/basic.go

Get cache info like page cache hitrate and attribute cache revalidates: go run examples/cache/cache.go

About

package for parsing NFS related performance metrics on linux

Resources

Stars

Watchers

Forks

Packages

No packages published