aboutsummaryrefslogtreecommitdiffstats
path: root/man/man8/zinject.8
diff options
context:
space:
mode:
authorнаб <[email protected]>2022-02-17 21:26:43 +0100
committerBrian Behlendorf <[email protected]>2022-02-22 10:55:37 -0800
commita737b415d6f1de0d648253a5caf67f65fffa7d41 (patch)
treebe11e99f742fc2cc0ca1c8c1571aafc5862192b6 /man/man8/zinject.8
parentaafb89016bc3ebba43e2063102a476b3d82c0bf0 (diff)
man: IO -> I/O; I/Os -> I/O operations again
Reviewed by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13116
Diffstat (limited to 'man/man8/zinject.8')
-rw-r--r--man/man8/zinject.86
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man8/zinject.8 b/man/man8/zinject.8
index a29346929..179d11a61 100644
--- a/man/man8/zinject.8
+++ b/man/man8/zinject.8
@@ -71,18 +71,18 @@ Force a vdev into the DEGRADED or FAULTED state.
.Fl D Ar latency : Ns Ar lanes
.Ar pool
.Xc
-Add an artificial delay to IO requests on a particular
+Add an artificial delay to I/O requests on a particular
device, such that the requests take a minimum of
.Ar latency
milliseconds to complete.
Each delay has an associated number of
.Ar lanes
which defines the number of concurrent
-IO requests that can be processed.
+I/O requests that can be processed.
.Pp
For example, with a single lane delay of 10 ms
.No (\& Ns Fl D Ar 10 : Ns Ar 1 ) ,
-the device will only be able to service a single IO request
+the device will only be able to service a single I/O request
at a time with each request taking 10 ms to complete.
So, if only a single request is submitted every 10 ms, the
average latency will be 10 ms; but if more than one request