client: put All clients section at end of normal output
authorVincent Fu <vincent.fu@wdc.com>
Mon, 25 Mar 2019 14:20:27 +0000 (10:20 -0400)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Mar 2019 14:23:12 +0000 (08:23 -0600)
commitc2b5ddb2dcc1e0d86e15e2bc9d561e4c06522aa3
tree9039a3c49e10ebaeb7c835fed4a06097aa83f4e4
parentc5daece64fd56763f264a59965a547433d4da799
client: put All clients section at end of normal output

When fio runs multiple jobs on servers, it is possible for the "All
clients" output to appear in the middle of output for the individual
jobs. This patch puts the "All clients" output into a separate buffer
and displays it after the output for all the individual jobs.

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