NAME

mountstats - Displays various NFS client per-mount statistics

SYNOPSIS

mountstats [-h|--help] [-v|--version] [-f|--file infile] [-S|--since sincefile] [ [-n|--nfs] | [-r|--rpc] | [-R|--raw] ] [mountpoint]...

mountstats iostat [-h|--help] [-v|--version] [-f|--file infile] [-S|--since sincefile] [interval] [count] [mountpoint]...

mounstats nfsstat [-h|--help] [-v|--version] [-f|--file infile] [-S|--since sincefile] [-3] [-4] [mountpoint]...

DESCRIPTION

The mountstats command displays various NFS client statisitics for each given mountpoint.

If no mountpoint is given, statistics will be displayed for all NFS mountpoints on the client.

Sub-commands

Valid mountstats(8) subcommands are:

OPTIONS

Options valid for all sub-commands

-h, --help

show the help message and exit

-v, --version

show program's version number and exit

-f infile, --file infile

Read stats from infile instead of /proc/self/mountstats. infile must be in the same format as /proc/self/mountstats. This may be used with the -S|--since options to display the delta between two different points in time. This may not be used with the interval or count options of the iostat sub-command.

-S sincefile, --since sincefile

Show difference between current stats and those in sincefile. sincefile must be in the same format as /proc/self/mountstats. This may be used with the -f|--file options to display the delta between two different points in time. This may not be used with the interval or count options of the iostat sub-command.

Options specific to the mountstats sub-command

-n, --nfs Display only the NFS statistics

-r, --rpc

Display only the RPC statistics

-R, --raw

Display only the raw statistics. This is intended for use with the -f|--file and -S|--since options.

Options specific to the iostat sub-command

Options specific to the nfsstat sub-command

FILES

/proc/self/mountstats

SEE ALSO

iostat(8), nfsiostat(8), nfsstat(8)

AUTHOR

Chuck Lever <chuck.lever@oracle.com>