summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2010-04-16 10:46:41 -0400
committerSteve Dickson <steved@redhat.com>2010-04-16 13:34:29 -0400
commitc03fe46d62bc78cb52d400fa5a52dc4ce9947945 (patch)
tree9a28deee2905ebaa4b10842816b0ed57016bb1ac /tools
parentc4b2281c6c748b768de7a49af89660c9c1a68b11 (diff)
downloadnfs-utils-c03fe46d62bc78cb52d400fa5a52dc4ce9947945.tar.gz
nfs-utils-c03fe46d62bc78cb52d400fa5a52dc4ce9947945.tar.xz
nfs-utils-c03fe46d62bc78cb52d400fa5a52dc4ce9947945.zip
Introduce man page for the mountstats command
Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/mountstats/mountstats.man32
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/mountstats/mountstats.man b/tools/mountstats/mountstats.man
new file mode 100644
index 0000000..0de31b7
--- /dev/null
+++ b/tools/mountstats/mountstats.man
@@ -0,0 +1,32 @@
+.\"
+.\" mountstats(8)
+.\"
+.TH mountstats 8 "15 Apr 2010"
+.SH NAME
+mountstats \- Displays NFS client per-mount statistics
+.SH SYNOPSIS
+.BI "mountstats ["<options> "] " <mount_point> " [ " <mount_point> "]"
+.SH DESCRIPTION
+The
+.B mountstats
+command displays NFS client statisitics on each given
+.I <mount_point>
+.SH OPTIONS
+.TP
+.B " \-\-nfs
+display only the NFS statistics
+.TP
+.B " \-\-rpc
+display only the RPC statistics
+.TP
+.B " \-\-version
+display the version of this command
+.SH FILES
+.TP
+.B /proc/self/mountstats
+.SH SEE ALSO
+.BR iostat (8),
+.BR nfsiostat (8),
+.BR nfsstat(8)
+.SH AUTHOR
+Chuck Lever <chuck.lever@oracle.com>