stat: Print one-line iops stat
authorAndreas Herrmann <aherrmann@suse.com>
Fri, 23 Jun 2017 22:27:35 +0000 (00:27 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Jun 2017 22:31:02 +0000 (16:31 -0600)
commit188b60166704171cdabdb29eb06e8899e31ba808
tree8e7c3bfe8a84c28dcf047e1b30f7e9c9595dfacc
parent17f7fcd081a05408f3b963bda953ce799bec503f
stat: Print one-line iops stat

This adds basic iops statistics (likewise to what we already have for
bandwidth) to normal and json fio output. Example for normal output:

   bw (  KiB/s): min=42192, max=162068, per=0.10%, avg=93236.21, stdev=22180.02
   iops : min=21090, max=81020, avg=46606.84, stdev=11088.40
    lat (usec) : 2=55.13%, 4=21.11%, 10=0.36%, 20=0.03%, 50=23.14%

Added handling for iops_stat to client/server and bump server version.

Signed-off-by: Andreas Herrmann <aherrmann@suse.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c
init.c
server.c
server.h
stat.c