Enable the use of multiple output formats
authorJens Axboe <axboe@fb.com>
Tue, 27 Oct 2015 04:45:21 +0000 (13:45 +0900)
committerJens Axboe <axboe@fb.com>
Tue, 27 Oct 2015 04:45:21 +0000 (13:45 +0900)
commita666cab8ed3d2a2fa782be345425a2e88734a007
treeea0b489fa42dd96dec59ae372f9ed27ef487a265
parent129fb2d422557e493020a8eac00867749af284b4
Enable the use of multiple output formats

You can now do

./fio --output-format=normal,json jobfile.fio

and get both types of output.

Signed-off-by: Jens Axboe <axboe@fb.com>
16 files changed:
Makefile
client.c
diskutil.c
diskutil.h
fio.h
idletime.c
idletime.h
init.c
json.c
json.h
lib/output_buffer.c [new file with mode: 0644]
lib/output_buffer.h [new file with mode: 0644]
log.c
log.h
stat.c
stat.h