Check in README and sample plots for some of the new data.
[bluesky.git] / results / 20110215 / 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.20110214-native" with linespoints title "Linux knfsd", \
6      "sfssum.20110215-bluesky-512M" with linespoints title "BlueSky (512 MB Cache)", \
7      "sfssum.20110214-bluesky-4G" with linespoints title "BlueSky (4 GB Cache)"
8
9 set term wxt 1
10 set ylabel "Latency (ms)"
11 plot "sfssum.20110214-native" using 1:3 with linespoints title "Linux knfsd", \
12      "sfssum.20110215-bluesky-512M" using 1:3 with linespoints title "BlueSky (512 MB Cache)", \
13      "sfssum.20110214-bluesky-4G" using 1:3 with linespoints title "BlueSky (4 GB Cache)"