Linux Command Directory
This directory of Linux commands is from Linux in a Nutshell, 5th Edition.
Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
Buy it now, or read it online on Safari Bookshelf.
nfsstat
nfsstat [options]
System administration command. Print statistics on NFS and remote procedure call (RPC) activity for both clients and server.
Options
Display all statistics.
Display only client-side statistics.
Display only NFS statistics.
Display only RPC statistics.
Display only server-side statistics.
Only display statistics for the specified facility. The following are valid values for facility:
fh Server file handle cache.
net Network layer statistics.
nfs Same as -n.
rc Server request reply cache.
rpc Same as -r.
Reset statistics to zero. Use with above options to zero out specific sets of statistics (e.g. -zr to reset the RPC statistics.)




