diff options
| author | Rick Macklem <rmacklem@FreeBSD.org> | 2016-11-26 20:53:22 +0000 |
|---|---|---|
| committer | Rick Macklem <rmacklem@FreeBSD.org> | 2016-11-26 20:53:22 +0000 |
| commit | 332b7722bca59760e89a9a39afa41c14ebd32dcc (patch) | |
| tree | 2b63304734b262d1a10e30bc3c64b1038853eeb2 /usr.bin | |
| parent | 0744a2b00e9737fd27fdfdb965b431be3099d16a (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/nfsstat/nfsstat.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 15d3eff3f9358..4c53ce7ac7659 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 August 13, 2016 +.Dd Nov 23, 2016 .Dt NFSSTAT 1 .Os .Sh NAME @@ -38,7 +38,7 @@ statistics .Sh SYNOPSIS .Nm -.Op Fl cdemszW +.Op Fl cdEemszW .Op Fl M Ar core .Op Fl N Ar system .Op Fl w Ar wait @@ -82,6 +82,16 @@ will increase by more than the measurement interval. .It Fl e Report the extra statistics collected by the NFS client and server for NFSv4. +.It Fl E +Similar to +.Fl e +except that the statistics include NFSv4.1 and the numbers aren't clipped +at one billion. +Only one of +.Fl e +or +.Fl E +can be specified. .It Fl M Extract values associated with the name list from the specified core instead of the default |
