3 OPS_WSS_SCALE=36/1024.0
6 set xlabel "Requested Operations per Second"
7 set x2label "Working Set Size (GB)"
10 set x2range [0:1000*OPS_WSS_SCALE]
13 set output "specsample1.eps"
14 set ylabel "Achieved Operations per Second"
15 plot "../20110226/sfssum.20110225-native" with linespoints title "Local NFS Server", \
16 "../20110307/sfssum.20110307-ec2-west2" with linespoints title "EC2 NFS Server", \
17 "../20110306/sfssum.20110306-s3-west-4GB" with linespoints title "BlueSky (4 GB cache, S3-west)"
19 set output "specsample2.eps"
20 set ylabel "Operation Latency (ms)"
21 plot "../20110226/sfssum.20110225-native" using 1:3 with linespoints title "Local NFS Server", \
22 "../20110307/sfssum.20110307-ec2-west2" using 1:3 with linespoints title "EC2 NFS Server", \
23 "../20110306/sfssum.20110306-s3-west-4GB" using 1:3 with linespoints title "BlueSky (4 GB cache, S3-west)"