summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gstat/gstat.8
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-07-03 21:48:19 +0000
committerdelphij <delphij@FreeBSD.org>2014-07-03 21:48:19 +0000
commit9381337d5a9d25f5d47ace3eca74a18cc943e12a (patch)
tree73ead1eb0d8930657316a91f67a8d0b90d42d17f /usr.sbin/gstat/gstat.8
parent258955626ac44ec74288f7d8ddfe64a8503fb347 (diff)
downloadFreeBSD-src-9381337d5a9d25f5d47ace3eca74a18cc943e12a.zip
FreeBSD-src-9381337d5a9d25f5d47ace3eca74a18cc943e12a.tar.gz
Add an option, -p, which makes gstat(8) to only display physical providers
(those with rank of 1). MFC after: 2 weeks
Diffstat (limited to 'usr.sbin/gstat/gstat.8')
-rw-r--r--usr.sbin/gstat/gstat.86
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/gstat/gstat.8 b/usr.sbin/gstat/gstat.8
index 7897a62..6c0430e 100644
--- a/usr.sbin/gstat/gstat.8
+++ b/usr.sbin/gstat/gstat.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 17, 2014
+.Dd July 3, 2014
.Dt GSTAT 8
.Os
.Sh NAME
@@ -32,7 +32,7 @@
.Nd print statistics about GEOM disks
.Sh SYNOPSIS
.Nm
-.Op Fl abcdo
+.Op Fl abcdop
.Op Fl f Ar filter
.Op Fl I Ar interval
.Sh DESCRIPTION
@@ -84,6 +84,8 @@ or
.Cm us
(the default) indicates that the update interval is specified in
seconds, milliseconds, or microseconds, respectively.
+.It Fl p
+Only display physical providers (those with rank of 1).
.El
.Sh EXIT STATUS
.Ex -std
OpenPOWER on IntegriCloud