fio2gnuplot: Option to select gnuplot's output dir
authorErwan Velu <erwan@enovance.com>
Tue, 30 Jul 2013 09:34:53 +0000 (11:34 +0200)
committerErwan Velu <erwan@enovance.com>
Tue, 30 Jul 2013 09:34:53 +0000 (11:34 +0200)
commit5923d3a5365d84d4eb0124edfe2f391a05299112
tree3209d9e5fa4dbb9ae4e1b358b67fc19e8aecf03f
parentbf974737b15bad8d740f10503e9eab6e0b420aa2
fio2gnuplot: Option to select gnuplot's output dir

This patch add the '-d' option to select where gnuplot shall render its
files.

When plotting big series of files, it's pretty anoying having all the
files in the current directory as there is many many of them.

So let's use this option to allow users specifying where all the
graphics shall be rendered
tools/plot/fio2gnuplot.py