diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-16 09:49:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-16 09:49:54 +0000 |
commit | b789ca1b9a3894874c7173a68435e4026d900dd0 (patch) | |
tree | 2f4bfa0d217f8b3c0b56d9f0502c60666f36c09b /usr.bin/nfsstat | |
parent | c076680615e854f6ddccb8dfd3ba5d604e6e44dc (diff) | |
download | FreeBSD-src-b789ca1b9a3894874c7173a68435e4026d900dd0.zip FreeBSD-src-b789ca1b9a3894874c7173a68435e4026d900dd0.tar.gz |
Rev 1.9 did not follow style(9) in ordering.
Diffstat (limited to 'usr.bin/nfsstat')
-rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 17ba2a8..19564b5 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -42,12 +42,10 @@ statistics .Sh SYNOPSIS .Nm +.Op Fl csW .Op Fl M Ar core .Op Fl N Ar system -.Op Fl W .Op Fl w Ar wait -.Op Fl s -.Op Fl c .Sh DESCRIPTION The .Nm @@ -57,6 +55,8 @@ client and server activity. .Pp The options are as follows: .Bl -tag -width Ds +.It Fl c +Only display client side statistics .It Fl M Extract values associated with the name list from the specified core instead of the default @@ -64,6 +64,8 @@ instead of the default .It Fl N Extract the name list from the specified system instead of the default .Pa /kernel . +.It Fl s +Only display server side statistics .It Fl W Use wide format with interval short summary. This option is especially useful when combined with -c or -s and a time delay. @@ -73,10 +75,6 @@ Display a shorter summary of activity for both the client and server at .Ar wait second intervals. -.It Fl s -Only display server side statistics -.It Fl c -Only display client side statistics .El .Sh FILES .Bl -tag -width /dev/kmem -compact |