fio2gnuplot: Adding comparing 2D graphs
authorErwan Velu <erwan@enovance.com>
Wed, 31 Jul 2013 10:07:32 +0000 (12:07 +0200)
committerErwan Velu <erwan@enovance.com>
Wed, 31 Jul 2013 10:14:38 +0000 (12:14 +0200)
commit795ae7064af3252750f57c5da667361e9c628687
tree04fd1023406f08eada532a5850ea2ff799ca1565
parent356a65dd99e1e9a7c3c90bd57719d537aafed54d
fio2gnuplot: Adding comparing 2D graphs

It's a pretty common need to plot several files on the same graph to
compare behavior during various benchs.

If 2 or more files are selected by the pattern, new plots will be
generated to compare the traces into a single graph. 3 kinds of graphs
will be generated (raw, smooth and trends) like for the individual
graphs.

The output filename will be prefixed with "compare-" like :
compare-vm1-1-4m-vdb-read-para.results_bw-2Draw.png
compare-vm1-1-4m-vdb-read-para.results_bw-2Dsmooth.png
compare-vm1-1-4m-vdb-read-para.results_bw-2Dtrend.png
tools/plot/fio2gnuplot.py