Infrastructure to generate PDF figures for the paper
[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 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)"
18
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)"