Add --output-format command line option
authorJens Axboe <axboe@kernel.dk>
Mon, 17 Sep 2012 11:34:16 +0000 (13:34 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Sep 2012 11:34:16 +0000 (13:34 +0200)
commitf3afa57e36550288340f1b6c694f354ae72654b9
tree1659acafe13285b70ae1c617c0ca5cd71063aeaa
parentcc372b17f2827e89da79241f1bbaca1e7c650611
Add --output-format command line option

Right now we have normal, terse, and json output. Lets add a parameter
that controls how to output results, instead of having options for
both terse and json outputs. If we are going to add a 4th output
type in the future, it's only going to get more messy.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
README
backend.c
client.c
eta.c
filesetup.c
fio.h
init.c
json.c
stat.c