fio: allow to combine terse output with any selected output type
authorChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Thu, 20 Feb 2014 13:20:04 +0000 (14:20 +0100)
committerJens Axboe <axboe@fb.com>
Thu, 20 Feb 2014 17:14:05 +0000 (09:14 -0800)
commit2b8c71b0f046434d22dffd15308a326bca0c8d16
treed9993c4c9d318c50e1a231002c6e7539c181cf5c
parentbcbfeefa7bce8383cf85fe59ced91f54821dfbd2
fio: allow to combine terse output with any selected output type

This patch adds the option --append-terse to be able to request a
combination of any given selected output format AND terse output based
on the same data.

This will help all users that want to parse the terse data for further
use, but need to look into the logs every now and then which then should
be readable.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
fio.1
fio.h
init.c
stat.c