client: handle disk util for all output formats
authorVincent Fu <vincent.fu@wdc.com>
Wed, 15 May 2019 20:05:00 +0000 (16:05 -0400)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 May 2019 14:42:45 +0000 (08:42 -0600)
commitfd200c6a7d51188815ca2bc80e517768877ebef6
tree071a6ffdd405d464ce26a32807d6bc243957822f
parenta9fd4fa0693567fe94a1721fc6280f8cd1728259
client: handle disk util for all output formats

Since fio allows multiple output formats, it should process the disk
utilization data for each output format that was requested by the user
when it is run in client/server mode.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c