2f452e0b7faf1fa12c033ae0bdfe7dc39696f8f5
[bluesky.git] / results / 20110226 / 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.20110225-native" with linespoints title "Linux knfsd", \
6      "sfssum.20110226-s3-bigcache" with linespoints title "BlueSky (64 GB Cache)", \
7      "sfssum.20110226-s3-smallcache" with linespoints title "BlueSky (1 GB Cache)", \
8      "sfssum.20110228-azure-1GB" with linespoints title "BlueSky (Azure, 1 GB Cache)"
9
10 set term wxt 1
11 set ylabel "Latency (ms)"
12 plot "sfssum.20110225-native" using 1:3 with linespoints title "Linux knfsd", \
13      "sfssum.20110226-s3-bigcache" using 1:3 with linespoints title "BlueSky (64 GB Cache)", \
14      "sfssum.20110226-s3-smallcache" using 1:3 with linespoints title "BlueSky (1 GB Cache)", \
15      "sfssum.20110228-azure-1GB" using 1:3 with linespoints title "BlueSky (Azure, 1 GB Cache)"
16
17 set term wxt 2
18 set ylabel "Working Set Size (GB)"
19 plot "sfssum.20110225-native" using 1:($9*0.3/1024.0**2) with linespoints notitle