Update bssplit documentation in fio.1
authorJens Axboe <jens.axboe@oracle.com>
Fri, 24 Apr 2009 12:23:59 +0000 (14:23 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 24 Apr 2009 12:23:59 +0000 (14:23 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.1

diff --git a/fio.1 b/fio.1
index 38341b3191448f67f81adc23c589542b8fd75aee..10ff4b776a10c58d5692f6ea175296b1d7482fed 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -187,7 +187,10 @@ block sizes for exact control of the issued IO for a job that has mixed
 block sizes. The format of the option is bssplit=blocksize/percentage,
 optionally adding as many definitions as needed seperated by a colon.
 Example: bssplit=4k/10:64k/50:32k/40 would issue 50% 64k blocks, 10% 4k
 block sizes. The format of the option is bssplit=blocksize/percentage,
 optionally adding as many definitions as needed seperated by a colon.
 Example: bssplit=4k/10:64k/50:32k/40 would issue 50% 64k blocks, 10% 4k
-blocks and 40% 32k blocks.
+blocks and 40% 32k blocks. \fBbssplit\fR also supports giving separate
+splits to reads and writes. The format is identical to what the
+\fBbs\fR option accepts, the read and write parts are separated with a
+comma.
 .TP
 .B blocksize_unaligned\fR,\fP bs_unaligned
 If set, any size in \fBblocksize_range\fR may be used.  This typically won't
 .TP
 .B blocksize_unaligned\fR,\fP bs_unaligned
 If set, any size in \fBblocksize_range\fR may be used.  This typically won't