tools/fio_jsonplus2csv: accommodate multiple lat measurements
authorVincent Fu <vincent.fu@wdc.com>
Mon, 23 Mar 2020 22:14:40 +0000 (18:14 -0400)
committerVincent Fu <vincent.fu@wdc.com>
Thu, 26 Mar 2020 10:42:00 +0000 (06:42 -0400)
commite26cf2f707fceb91a500693b34cd9ff2e8b91af0
treee334afdb9785fd2f567b46cd6ef8baf9d0b6971c
parent3bd2078bdd1c173f9d02bc20e2d630302555a8a0
tools/fio_jsonplus2csv: accommodate multiple lat measurements

Add some intelligence to this script so that it works for any of
submission, completion, and total latency whenever they are present. The
CSV data format is changed to accommodate this.

While we're here also do the following:

add a way to generate optional debug output
add validate option that compares generated CSV data with the original
json+ data
fix style issues identified by pylint3
update documentation

Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
tools/fio_jsonplus_clat2csv