Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH 1/2] fio.1,HOWTO: keep 'iodepth_batch' option in sync
@ 2015-09-27 19:24 Roman Pen
  2015-09-27 19:24 ` [PATCH 2/2] Introduce new option: iodepth_batch_complete_max Roman Pen
  2015-10-01  6:54 ` [PATCH 1/2] fio.1,HOWTO: keep 'iodepth_batch' option in sync Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Roman Pen @ 2015-09-27 19:24 UTC (permalink / raw)
  Cc: Roman Pen, fio

Signed-off-by: Roman Pen <r.peniaev@gmail.com>
Cc: fio@vger.kernel.org
---
 HOWTO | 3 ++-
 fio.1 | 7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/HOWTO b/HOWTO
index d3ead19..3049316 100644
--- a/HOWTO
+++ b/HOWTO
@@ -812,7 +812,8 @@ iodepth_batch_submit=int
 iodepth_batch=int This defines how many pieces of IO to submit at once.
 		It defaults to 1 which means that we submit each IO
 		as soon as it is available, but can be raised to submit
-		bigger batches of IO at the time.
+		bigger batches of IO at the time. If it is set to 0 the iodepth
+		value will be used.
 
 iodepth_batch_complete=int This defines how many pieces of IO to retrieve
 		at once. It defaults to 1 which means that we'll ask
diff --git a/fio.1 b/fio.1
index c1cb2a5..aea9f34 100644
--- a/fio.1
+++ b/fio.1
@@ -698,8 +698,11 @@ Linux when using libaio and not setting \fBdirect\fR=1, since buffered IO is
 not async on that OS. Keep an eye on the IO depth distribution in the
 fio output to verify that the achieved depth is as expected. Default: 1.
 .TP
-.BI iodepth_batch \fR=\fPint
-Number of I/Os to submit at once.  Default: \fBiodepth\fR.
+.BI iodepth_batch \fR=\fPint "\fR,\fP iodepth_batch_submit" \fR=\fPint
+This defines how many pieces of IO to submit at once. It defaults to 1
+which means that we submit each IO as soon as it is available, but can
+be raised to submit bigger batches of IO at the time. If it is set to 0
+the \fBiodepth\fR value will be used.
 .TP
 .BI iodepth_batch_complete \fR=\fPint
 This defines how many pieces of IO to retrieve at once. It defaults to 1 which
-- 
2.5.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-01  6:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-27 19:24 [PATCH 1/2] fio.1,HOWTO: keep 'iodepth_batch' option in sync Roman Pen
2015-09-27 19:24 ` [PATCH 2/2] Introduce new option: iodepth_batch_complete_max Roman Pen
2015-10-01  6:54 ` [PATCH 1/2] fio.1,HOWTO: keep 'iodepth_batch' option in sync Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox