Add support for randomness of any IO direction
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Jul 2013 16:20:45 +0000 (10:20 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Jul 2013 16:20:45 +0000 (10:20 -0600)
commitd94722713ebd7bbdbf8b284b7563f2dd17964e24
treee965806f37c09f6abdbe5596a61f74f7ed20e958
parent954cd73a9a93102c24afa869fbe67ac38af6e416
Add support for randomness of any IO direction

sequential_random used to be applied to all of the IO
directions, with no possibility of having different settings
for reads, writes, and trims. Now it supports setting each of
them individually.

By default, if you do:

sequential_random=50

it will still apply to all three. If you do:

sequential_random=10,90,80

you would get reads 10% random, writes 90% random, and trims
80% random.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
cconv.c
fio.1
fio.h
init.c
io_u.c
options.c
parse.c
server.h
thread_options.h