On Wed, Sep 07, 2005 at 08:38:38AM -0400, Eric Cooper wrote: > The nfsstat man page says that both NFS and RPC statistics are printed > by default, which does not match nfsstat's behavior. By default, it > only prints NFS stats; the "-r" option is required to see the RPC > stats.
That doesn't sound right. Look at the default behaviour: senere:~# nfsstat Server rpc stats: (...) Server nfs v3: (...) Client rpc stats: (...) Client nfs v3: (...) and with -n: senere:~# nfsstat -n Server nfs v2: (...) Server nfs v3: (...) Client nfs v2: (...) Client nfs v3: (...) and finally, with -r: senere:~# nfsstat -r Server rpc stats: (...) Client rpc stats: (...) Granted, -n also makes it show NFSv2 info, but that is hardly the man page being "incorrect". /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

