Add support for limiting only rate in only one direction
authorJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 10:47:16 +0000 (12:47 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 10:47:16 +0000 (12:47 +0200)
commit581e71417760e0aa86eac0acd704253ff0eeea4f
tree121bc8ec7280dd03169b4d11b574eb0f51aafc56
parent7c8f1a5ce2ecde0ef8372e983895855ac838c76c
Add support for limiting only rate in only one direction

So now you can say 'limit writes to 10MB/sec' and have reads go
full throttle, for instance.

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