# Functions
NewDefaultFS returns a new FS mounted under the default mountPoint.
NewFS returns a new FS mounted under the given mountPoint.
ParseClientRPCStats returns stats read from /proc/net/rpc/nfs.
ParseServerRPCStats returns stats read from /proc/net/rpc/nfsd.
# Structs
ClientRPC models the nfs "rpc" line.
ClientRPCStats models all stats from /proc/net/rpc/nfs.
ClientV4Stats models the nfs "proc4" line.
FileHandles models the "fh" line.
FS represents the pseudo-filesystem proc, which provides an interface to kernel data structures.
InputOutput models the "io" line.
Network models the "net" line.
ReadAheadCache models the "ra" line.
ReplyCache models the "rc" line.
ServerRPC models the nfsd "rpc" line.
ServerRPCStats models all stats from /proc/net/rpc/nfsd.
ServerV4Stats models the nfsd "proc4" line.
Threads models the "th" line.
V2Stats models the "proc2" line.
V3Stats models the "proc3" line.
V4Ops models the "proc4ops" line: NFSv4 operations Variable list.