From c83cdd3e45f4b34841adf275dbe001f44c7c614b Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 24 Apr 2009 14:23:59 +0200 Subject: [PATCH] Update bssplit documentation in fio.1 Signed-off-by: Jens Axboe --- fio.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.25.1