fioparse
v1.0.0
Published
Convert fio terse output to csv
Downloads
5
Readme
fioparse
Convert fio terse output to csv
Usage
First, create a fio output file that uses the --minimal
or terse output mode.
It is also recommended that this file was generated with a fio argument for
--status-interval=
argument set so that there is output at every output.
Convert the output file to a csv by running
$ fioparse test.out > test.csv
The last column will be the actual timestamp of the entry. This is based on the file stat details and the runtime column.