Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2016 21:13:50 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r309832 - stable/11/usr.bin/nfsstat
Message-ID:  <201612102113.uBALDoaU055796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Sat Dec 10 21:13:50 2016
New Revision: 309832
URL: https://svnweb.freebsd.org/changeset/base/309832

Log:
  MFC: r309198, r309199
  Document the -E flag for nfsstat.
  This is a content change.

Modified:
  stable/11/usr.bin/nfsstat/nfsstat.1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.bin/nfsstat/nfsstat.1
==============================================================================
--- stable/11/usr.bin/nfsstat/nfsstat.1	Sat Dec 10 21:03:49 2016	(r309831)
+++ stable/11/usr.bin/nfsstat/nfsstat.1	Sat Dec 10 21:13:50 2016	(r309832)
@@ -28,7 +28,7 @@
 .\"     From: @(#)nfsstat.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd August 13, 2016
+.Dd November 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 measureme
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612102113.uBALDoaU055796>