Add support for doing total latency percentiles
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Sep 2017 04:07:31 +0000 (22:07 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Sep 2017 04:07:31 +0000 (22:07 -0600)
commitb599759ba565e7f2f573af364e6da4fe6d556a90
tree09e905d42b6860bedca8b3f12f67d547593d4baa
parent8945237ceaa322d5cb0b2f601e4ccf1d85680280
Add support for doing total latency percentiles

By default, fio does completion latency percentiles. Sometimes
what you want is total IO latency percentiles, including the
submission part as well. If that's your thing, then set

lat_percentiles=1

and get that instead of the default completion latency percentiles.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
12 files changed:
HOWTO
cconv.c
client.c
fio.1
gclient.c
init.c
options.c
server.c
server.h
stat.c
stat.h
thread_options.h