Improve precision of the io_limit setting
authorJens Axboe <axboe@fb.com>
Fri, 16 Jan 2015 17:03:11 +0000 (10:03 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 16 Jan 2015 17:03:11 +0000 (10:03 -0700)
commit74d6277f4e5fe2858bff01c30fb25d8c6c4215d0
tree4f7f5f02fea197e6915108d22b84bf870b0740d6
parent9cc80b6d92a15c6b9cbdbc021436f1628054cfda
Improve precision of the io_limit setting

For async engines, we look only at completions. But we could have
a bunch inflight with a high queue depth, making us go higher than
we should.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
fio.h
ioengines.c