Enable completion latency percentiles by default
authorJens Axboe <axboe@kernel.dk>
Thu, 13 Oct 2011 06:53:24 +0000 (08:53 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Oct 2011 06:53:24 +0000 (08:53 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c

index 580d5aa5b95800d707c3fff92a719cc4ac4b1c76..dacfb73808f48c9868c2ba5a41937935454181c2 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2016,7 +2016,7 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(clat_percentiles),
                .help   = "Enable the reporting of completion latency percentiles",
-               .def    = "0",
+               .def    = "1",
        },
        {
                .name   = "percentile_list",