fio2gnuplot: Don't truncate fio log files
authorErwan Velu <erwan@enovance.com>
Mon, 22 Jul 2013 10:56:26 +0000 (12:56 +0200)
committerErwan Velu <erwan@enovance.com>
Mon, 22 Jul 2013 17:39:24 +0000 (19:39 +0200)
commitf9846c392d176582916c39b1925a436e79f23de1
tree709df5f6a5a47ac3b0250be141db35a52d8d4110
parent09f30f436668b56631e819a55b9fd65841780ef9
fio2gnuplot: Don't truncate fio log files

The code was stopping at reading once the shorter stopped. But in the
case of a very big difference of performances between hosts, some could
be much longer/shorter than others.

This patch does insure that until _all_ input files got read complety we
do had fake data with a negative time.

This way, all the traces will be complete as per fio's output.
tools/plot/fio2gnuplot.py