plot: indicate that the pattern is a glob
[fio.git] / tools / plot / samples / Makefile
CommitLineData
a8668a08
EV
1all: clean m2sw1-128k-sdb-randwrite-para.results_bw.log io bandwidth
2
3m2sw1-128k-sdb-randwrite-para.results_bw.log:
4 tar -xf fio-logs.tar.gz
5
6io: setup
7 ./fio2gnuplot.py -p 'm2sw1-128k-*-read-para*iops.log' -g
8
9bandwidth: setup
10 ./fio2gnuplot.py -p 'm2sw1-128k-*-read-para*bw.log' -g
11
12setup:
13 ln -sf ../*py ../*gpm .
14
15clean:
16 rm -rf *png mygraph mymath *py *gpm gnuplot_temp_file* *~
17 rm -rf *.average *.stddev *.min *.max *.global
18 rm -rf m2sw1-128k-read-para-bw m2sw1-128k-read-para-iops
19 rm -rf *log