summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-01-12 09:27:01 +0000
committertrasz <trasz@FreeBSD.org>2016-01-12 09:27:01 +0000
commit2d6e438962defed89637a9fe01b045d3619185d0 (patch)
treebd741726dd9ffcca5650cb643938ac43d712cf6a /sbin
parentea425694b7eacf9536f4043d5c11183137a757fc (diff)
downloadFreeBSD-src-2d6e438962defed89637a9fe01b045d3619185d0.zip
FreeBSD-src-2d6e438962defed89637a9fe01b045d3619185d0.tar.gz
MFC r289110:
Make geom_nop(4) collect statistics on all types of BIOs, not just reads and writes. PR: kern/198405 Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net> Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3679
Diffstat (limited to 'sbin')
-rw-r--r--sbin/geom/class/nop/gnop.89
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8
index 0103579..ae350d0 100644
--- a/sbin/geom/class/nop/gnop.8
+++ b/sbin/geom/class/nop/gnop.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 15, 2015
+.Dd October 10, 2015
.Dt GNOP 8
.Os
.Sh NAME
@@ -72,9 +72,10 @@ The
utility is used for setting up transparent providers on existing ones.
Its main purpose is testing other GEOM classes, as it allows forced provider
removal and I/O error simulation with a given probability.
-It also gathers the following statistics: number of read requests, number of
-write requests, number of bytes read and number of bytes written.
-In addition, it can be used as a good starting point for implementing new GEOM
+It also gathers statistics on the number of read, write, delete,
+getattr, flush, and other requests, and the number of bytes read and written.
+.Nm
+can also be used as a good starting point for implementing new GEOM
classes.
.Pp
The first argument to
OpenPOWER on IntegriCloud