[PATCH] Add thinktime_blocks
authorJens Axboe <jens.axboe@oracle.com>
Wed, 3 Jan 2007 19:43:19 +0000 (20:43 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 3 Jan 2007 19:43:19 +0000 (20:43 +0100)
commit9c1f7434526606fc8a4296190a2dea5de2651266
treec69af4a56cc8be66281ba97d3f004b4101f1d811
parentef9c5c40a9f4b0ce3be9f13cedaaf7e2a90d47a6
[PATCH] Add thinktime_blocks

Right now 'thinktime' waits after every IO. This may not be what you
need, sometimes you want to wait only after 'x' number of ios. This
options allows you to set the number of ios to complete, before waiting.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
fio.c
fio.h
init.c