stats: Add a function to report completion latency percentiles
authorYu-ju Hong <yjhong@google.com>
Fri, 12 Aug 2011 22:53:44 +0000 (00:53 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 12 Aug 2011 22:53:44 +0000 (00:53 +0200)
commit833491908a1afd67d27ce79257de3a4d80143d9f
tree4b004e1d92566eab2b124dc3a5119127424d6096
parent744492c94c22fbe805f6da31b19549374511f50e
stats: Add a function to report completion latency percentiles

    This patch introduces two new options:
    1) Specifying --clat_percentiles enables the reporting of
       completion latency percentiles.
    2) --percentile_list allows the user to customize the
       list of percentiles to report.

Signed-off-by: Yu-ju Hong <yjhong@google.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
HOWTO
fio.1
fio.h
init.c
options.c
parse.c
parse.h
stat.c