Update nfsstat.1 to reflect the changes done to nfsstat(1)

by r221455. This includes a new "-o" option for displaying
statistics from the old NFS client/server and a slightly
different description for the "-e" option.
This is a content change.
This commit is contained in:
Rick Macklem 2011-05-04 20:28:06 +00:00
parent e85b7d75a4
commit f90f8f0098
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221457

View File

@ -28,7 +28,7 @@
.\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd May 1, 2011 .Dd May 4, 2011
.Dt NFSSTAT 1 .Dt NFSSTAT 1
.Os .Os
.Sh NAME .Sh NAME
@ -38,7 +38,7 @@
statistics statistics
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl ceszW .Op Fl ceoszW
.Op Fl M Ar core .Op Fl M Ar core
.Op Fl N Ar system .Op Fl N Ar system
.Op Fl w Ar wait .Op Fl w Ar wait
@ -53,6 +53,11 @@ The options are as follows:
.Bl -tag -width indent .Bl -tag -width indent
.It Fl c .It Fl c
Only display client side statistics. Only display client side statistics.
.It Fl e
Report the extra statistics collected by the new NFS client and
server for NFSv4.
This option is incompatible with
.Fl o .
.It Fl M .It Fl M
Extract values associated with the name list from the specified core Extract values associated with the name list from the specified core
instead of the default instead of the default
@ -60,6 +65,9 @@ instead of the default
.It Fl N .It Fl N
Extract the name list from the specified system instead of the default Extract the name list from the specified system instead of the default
.Pa /boot/kernel/kernel . .Pa /boot/kernel/kernel .
.It Fl o
Report statistics for the old NFS client and/or server. Without this
option statistics for the new NFS client and/or server will be reported.
.It Fl s .It Fl s
Only display server side statistics. Only display server side statistics.
.It Fl W .It Fl W
@ -78,9 +86,6 @@ activity for both the client and server at
second intervals. second intervals.
.It Fl z .It Fl z
Reset statistics after displaying them. Reset statistics after displaying them.
.It Fl e
Gather statistics from the experimental nfs subsystem that includes
support for NFSv4 instead of the regular nfs subsystem.
.El .El
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa /boot/kernel/kernel" -compact .Bl -tag -width ".Pa /boot/kernel/kernel" -compact