package
0.0.0-20230331131523-deb0478a2e52
Repository: https://github.com/hellobchain/third_party.git
Documentation: pkg.go.dev
# Functions
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.
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, see: v4.0 https://tools.ietf.org/html/rfc3010 (38 operations) v4.1 https://tools.ietf.org/html/rfc5661 (58 operations) v4.2 https://tools.ietf.org/html/draft-ietf-nfsv4-minorversion2-41 (71 operations).