Add option for io_limit
authorJens Axboe <axboe@fb.com>
Mon, 28 Apr 2014 18:08:47 +0000 (12:08 -0600)
committerJens Axboe <axboe@fb.com>
Mon, 28 Apr 2014 18:08:47 +0000 (12:08 -0600)
commit77731b29c35286a43ca6109ebf13389169ec20e9
treec185d32995a34d5fc80bbeb936e7e5edafa4ceb3
parent8b89b91bb0b6e6321652619ce405a702c2b4e4e0
Add option for io_limit

'size' denotes both the size of the region for IO, as well as the
amount of IO to transfer. Sometimes it's useful to be able to set
them separately instead. With this patch, you can do:

size=100G
io_limit=10G

and have fio do 10G of IO between 0..100G of the address space.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
backend.c
cconv.c
filesetup.c
fio.1
options.c
server.h
thread_options.h