Blame SOURCES/nfs-utils-1.3.0-nfsiostat-output.patch

e19a30
commit a4793601381656a64abe20ed8c2242f0eb2496e6
e19a30
Author: Jan Chaloupka <jchaloup@redhat.com>
e19a30
Date:   Mon Jun 16 09:47:32 2014 -0400
e19a30
e19a30
    nfsiostat: Document the output columns in the manpage
e19a30
    
e19a30
    Signed-off-by: Steve Dickson <steved@redhat.com>
e19a30
e19a30
diff --git a/tools/nfs-iostat/nfsiostat.man b/tools/nfs-iostat/nfsiostat.man
e19a30
index 3ec245d..b477a9a 100644
e19a30
--- a/tools/nfs-iostat/nfsiostat.man
e19a30
+++ b/tools/nfs-iostat/nfsiostat.man
e19a30
@@ -38,6 +38,61 @@ If one or more
e19a30
 .I <mount point> 
e19a30
 names are specified, statistics for only these mount points will
e19a30
 be displayed.  Otherwise, all NFS mount points on the client are listed.
e19a30
+.TP
e19a30
+The meaning of each column of \fBnfsiostat\fR's output is the following:
e19a30
+.RS 8
e19a30
+- \fBop/s\fR
e19a30
+.RS
e19a30
+This is the number of operations per second.
e19a30
+.RS
e19a30
+.RE
e19a30
+.RE
e19a30
+.RE
e19a30
+.RS 8
e19a30
+- \fBrpc bklog\fR
e19a30
+.RS
e19a30
+This is the length of the backlog queue.
e19a30
+.RE
e19a30
+.RE
e19a30
+.RE
e19a30
+.RS 8
e19a30
+- \fBkB/s\fR
e19a30
+.RS
e19a30
+This is the number of kB written/read per second.
e19a30
+.RE
e19a30
+.RE
e19a30
+.RE
e19a30
+.RS 8
e19a30
+- \fBkB/op\fR
e19a30
+.RS
e19a30
+This is the number of kB written/read per each operation.
e19a30
+.RE
e19a30
+.RE
e19a30
+.RE
e19a30
+.RS 8
e19a30
+- \fBretrans\fR
e19a30
+.RS
e19a30
+This is the number of retransmissions.
e19a30
+.RE
e19a30
+.RE
e19a30
+.RE
e19a30
+.RS 8
e19a30
+- \fBavg RTT (ms)\fR
e19a30
+.RS
e19a30
+This is the duration from the time that client's kernel sends the RPC request until the time it receives the reply.
e19a30
+.RE
e19a30
+.RE
e19a30
+.RE
e19a30
+.RS 8
e19a30
+- \fBavg exe (ms)\fR
e19a30
+.RS
e19a30
+This is the duration from the time that NFS client does the RPC request to its kernel until the RPC request is completed, this includes the RTT time above.
e19a30
+.RE
e19a30
+.RE
e19a30
+.RE
e19a30
+.TP
e19a30
+Note that if an interval is used as argument to \fBnfsiostat\fR, then the diffrence from previous interval will be displayed, otherwise the results will be from the time that the share was mounted.
e19a30
+
e19a30
 .SH OPTIONS
e19a30
 .TP
e19a30
 .B \-a " or " \-\-attr