1 set xlabel "Requests Operations per Second"
2 set ylabel "Achieved Operations per Second"
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 "sfssum.20110228-s3-west-1GB" with linespoints title "BlueSky (S3-US-West, 1 GB Cache)", \
10 "../20110306/sfssum.20110306-s3-west-4GB" with linespoints title "BlueSky (S3-US-West, 4 GB Cache, re-run)", \
11 "../20110307/sfssum.20110307-ec2-west2" with linespoints title "In-cloud NFS"
14 set ylabel "Latency (ms)"
15 plot "sfssum.20110225-native" using 1:3 with linespoints title "Linux knfsd", \
16 "sfssum.20110226-s3-bigcache" using 1:3 with linespoints title "BlueSky (64 GB Cache)", \
17 "sfssum.20110226-s3-smallcache" using 1:3 with linespoints title "BlueSky (1 GB Cache)", \
18 "sfssum.20110228-azure-1GB" using 1:3 with linespoints title "BlueSky (Azure, 1 GB Cache)", \
19 "sfssum.20110228-s3-west-1GB" using 1:3 with linespoints title "BlueSky (S3-US-West, 1 GB Cache)", \
20 "../20110307/sfssum.20110306-s3-west-4GB" using 1:3 with linespoints title "BlueSky (S3-US-West, 4 GB Cache, re-run)", \
21 "../20110307/sfssum.20110307-ec2-west2" using 1:3 with linespoints title "In-cloud NFS", \
22 "../20110307/sfssum.20110307-ec2-west" using 1:3 with linespoints title "In-cloud NFS"
25 #set ylabel "Working Set Size (GB)"
26 #plot "sfssum.20110225-native" using 1:($9*0.3/1024.0**2) with linespoints notitle