diff options
author | Marko Myllynen <myllynen@redhat.com> | 2014-09-22 10:09:22 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2014-09-22 10:09:22 -0400 |
commit | cfbbb7ac24f400d5a37c5fc9fd784bb81e99ed05 (patch) | |
tree | 5079585506fde7afbfbb766195375f030fff4421 | |
parent | 03855a88a4f4c6803abe96c55315929d5e3a0048 (diff) | |
download | nfs-utils-cfbbb7ac24f400d5a37c5fc9fd784bb81e99ed05.tar.gz nfs-utils-cfbbb7ac24f400d5a37c5fc9fd784bb81e99ed05.tar.xz nfs-utils-cfbbb7ac24f400d5a37c5fc9fd784bb81e99ed05.zip |
nfsstat: document nfsstat io/ra server facilities
Document the newly added nfsstat io/ra server facilities.
Signed-off-by: Marko Myllynen <myllynen@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/nfsstat/nfsstat.man | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/nfsstat/nfsstat.man b/utils/nfsstat/nfsstat.man index cd573b0..2e52935 100644 --- a/utils/nfsstat/nfsstat.man +++ b/utils/nfsstat/nfsstat.man @@ -67,6 +67,14 @@ total number of lookups, and the number of hits and misses. Usage information on the server's request reply cache, including the total number of lookups, and the number of hits and misses. .TP +.B io +Usage information on the server's io statistics; bytes read and +written. +.TP +.B ra +Usage information on the server's read ahead cache, including the +ra cache size, the depth of ra cache hits, and ra cache misses. +.TP .B all Display all of the above facilities. .RE |