From: Jens Axboe Date: Fri, 24 Apr 2009 12:23:59 +0000 (+0200) Subject: Update bssplit documentation in fio.1 X-Git-Tag: fio-1.26.1~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c83cdd3e45f4b34841adf275dbe001f44c7c614b;p=fio.git Update bssplit documentation in fio.1 Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index 38341b31..10ff4b77 100644 --- 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 -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