From: Jens Axboe Date: Thu, 15 Mar 2007 08:15:51 +0000 (+0100) Subject: siint range parsing HOWTO update X-Git-Tag: fio-1.15~96 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=43159d1843b0a3d0aed029fdaeab4671a138c4db siint range parsing HOWTO update Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index a2070d66..c8a84ae9 100644 --- a/HOWTO +++ b/HOWTO @@ -176,6 +176,8 @@ siint SI integer. A whole number value, which may contain a postfix meaning kilo, mega, and giga. So if you want to specify 4096, you could either write out '4096' or just give 4k. The postfixes signify base 2 values, so 1024 is 1k and 1024k is 1m and so on. + If the option accepts an upper and lower range, use a colon ':' + or minus '-' to seperate such values. See irange. bool Boolean. Usually parsed as an integer, however only defined for true and false (1 and 0). irange Integer range with postfix. Allows value range to be given, such