Merge branch 'doc-Clarify_Runtime_Param' of https://github.com/horshack-dpreview/fio
authorJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 16:08:13 +0000 (09:08 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Feb 2023 16:08:13 +0000 (09:08 -0700)
* 'doc-Clarify_Runtime_Param' of https://github.com/horshack-dpreview/fio:
  Clarify documentation for runtime parameter

HOWTO.rst
fio.1

index 4ac9ffe2a6f07992502c72d29841faf27340d5ea..bbd9496eefb37f952e3dea1f76adbd2df54a2e76 100644 (file)
--- a/HOWTO.rst
+++ b/HOWTO.rst
@@ -686,10 +686,12 @@ Time related parameters
 
 .. option:: runtime=time
 
-       Tell fio to terminate processing after the specified period of time.  It
-       can be quite hard to determine for how long a specified job will run, so
-       this parameter is handy to cap the total runtime to a given time.  When
-       the unit is omitted, the value is interpreted in seconds.
+       Limit runtime. The test will run until it completes the configured I/O
+       workload or until it has run for this specified amount of time, whichever
+       occurs first. It can be quite hard to determine for how long a specified
+       job will run, so this parameter is handy to cap the total runtime to a
+       given time.  When the unit is omitted, the value is interpreted in
+       seconds.
 
 .. option:: time_based
 
diff --git a/fio.1 b/fio.1
index 159d6d9150064bd4ba1f97ee1a9e38bfa8d20120..a238331c22ed0f464dca8ed239340dd4ac005674 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -471,10 +471,12 @@ See \fB\-\-max\-jobs\fR. Default: 1.
 .SS "Time related parameters"
 .TP
 .BI runtime \fR=\fPtime
-Tell fio to terminate processing after the specified period of time. It
-can be quite hard to determine for how long a specified job will run, so
-this parameter is handy to cap the total runtime to a given time. When
-the unit is omitted, the value is interpreted in seconds.
+Limit runtime. The test will run until it completes the configured I/O
+workload or until it has run for this specified amount of time, whichever
+occurs first. It can be quite hard to determine for how long a specified
+job will run, so this parameter is handy to cap the total runtime to a
+given time.  When the unit is omitted, the value is interpreted in
+seconds.
 .TP
 .BI time_based
 If set, fio will run for the duration of the \fBruntime\fR specified