Plots for the CIFS SPECsfs results.
[bluesky.git] / results / 20110227a / plots.gnuplot
1 set xlabel "Requests Operations per Second"
2 set ylabel "Achieved Operations per Second"
3
4 set term wxt 0
5 plot "sfssum.20110227-samba" with linespoints title "Samba 3", \
6      "sfssum.20110227-cifs-bluesky-smallcache" with linespoints title "BlueSky Samba 4 (1 GB Cache)"
7
8 set term wxt 1
9 set ylabel "Latency (ms)"
10 plot "sfssum.20110227-samba" using 1:3 with linespoints title "Samba 3", \
11      "sfssum.20110227-cifs-bluesky-smallcache" using 1:3 with linespoints title "BlueSky Samba 4 (1 GB Cache)"