SPEC benchmark setup using no range requests
[bluesky.git] / results / figures / specsample.gnuplot
1 load "common.gnuplot"
2
3 OPS_WSS_SCALE=36/1024.0
4
5 set grid
6 set xlabel "Requested Operations per Second"
7 set x2label "Working Set Size (GB)"
8
9 set xrange [0:1000]
10 set x2range [0:1000*OPS_WSS_SCALE]
11 set x2tics auto
12
13 set grid
14
15 set output "specsample1.eps"
16 set ylabel "Achieved Operations per Second"
17 plot "../20110226/sfssum.20110225-native" with linespoints title "Local NFS Server", \
18      "../20110307/sfssum.20110307-ec2-west2" with linespoints title "EC2 NFS Server", \
19      "../20110306/sfssum.20110306-s3-west-4GB" with linespoints title "BlueSky (4 GB cache, S3-west)"
20
21 set output "specsample2.eps"
22 set ylabel "Operation Latency (ms)"
23 plot "../20110226/sfssum.20110225-native" using 1:3 with linespoints title "Local NFS Server", \
24      "../20110307/sfssum.20110307-ec2-west2" using 1:3 with linespoints title "EC2 NFS Server", \
25      "../20110306/sfssum.20110306-s3-west-4GB" using 1:3 with linespoints title "BlueSky (4 GB cache, S3-west)"