Skip to content
Snippets Groups Projects
Commit aa285eec authored by root's avatar root
Browse files

specify the type of gnuplot

parent 30b110a5
No related branches found
No related tags found
No related merge requests found
...@@ -29,9 +29,9 @@ function getresults { ...@@ -29,9 +29,9 @@ function getresults {
function getresults { function getresults {
logdir=/atlas/user/atlas5/sfehrmann/fio_logs logdir=/atlas/user/atlas5/sfehrmann/fio_logs
cd $logdir/bw cd $logdir/bw
fio2gnuplot -p '*_bw.*.log' -g fio2gnuplot -b -p '*_bw.*.log' -g
cd $logdir/iops cd $logdir/iops
fio2gnuplot -p '*_iops*.log' -g fio2gnuplot -i -p '*_iops*.log' -g
cd $logdir/lat cd $logdir/lat
fio2gnuplot -p '*_lat*.log' -g fio2gnuplot -p '*_lat*.log' -g
fio2gnuplot -p '*_clat*.log' -g fio2gnuplot -p '*_clat*.log' -g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment