diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2013-05-01 22:16:29 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2013-05-01 22:16:29 +0000 |
commit | a7b320131e8beb106b450826aa74a2797328cd8b (patch) | |
tree | e041c211d2041dd264d483d50ba2815b2f965b3c /usr.bin/nfsstat | |
parent | 69aa4ba12b52a30a0ece6e0a2db343b4f3f1a859 (diff) | |
download | FreeBSD-src-a7b320131e8beb106b450826aa74a2797328cd8b.zip FreeBSD-src-a7b320131e8beb106b450826aa74a2797328cd8b.tar.gz |
Document that the NFSv4 server statistics are operation counts and
not RPC counts.
This is a content change.
MFC after: 2 weeks
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 2b0340d..5ec048f 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -28,7 +28,7 @@ .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd November 14, 2012 +.Dd May 1, 2013 .Dt NFSSTAT 1 .Os .Sh NAME @@ -48,6 +48,10 @@ The command displays statistics kept about .Tn NFS client and server activity. +For the NFSv4 server, the statistics are for operations within the Compound +RPCs and not the count of RPCs. +If you wish to compare RPC counts between NFSv3 and NFSv4, you must use +statistics in the client(s). .Pp The options are as follows: .Bl -tag -width indent |