X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=results%2Ffigures%2Fspecsfs.gnuplot;h=884e8c92dd710d8d795c3393936d599e12fa356f;hb=4318180e61133422bb3ba0187821e556686da581;hp=223c52f92b76f0fc1136b2fa7c80e24f1e6bf0b7;hpb=d7bb88418069c88c1fd454624530cc63e96ede1d;p=bluesky.git diff --git a/results/figures/specsfs.gnuplot b/results/figures/specsfs.gnuplot index 223c52f..884e8c9 100644 --- a/results/figures/specsfs.gnuplot +++ b/results/figures/specsfs.gnuplot @@ -13,30 +13,24 @@ set xtics nomirror set x2tics auto set grid -set key top left +set key top right set output "spec1.eps" set ylabel "Achieved Operations per Second" -plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS Server", \ - "../20110307/sfssum.20110307-ec2-west2" with linespoints title "EC2 NFS Server", \ +plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS", \ "../20110311/sfssum.20110311-s3-west" with linespoints title "BlueSky", \ "../20110311/sfssum.20110311-s3-west-4kfs" with linespoints title "BlueSky (4K blocks)", \ "../20110311/sfssum.20110312-s3-west-fullseg" with linespoints title "BlueSky (full fetches)", \ - "../20110311/sfssum.20110312-s3-west-noseg" with linespoints title "BlueSky (no segments)", \ - "../20110311/sfssum.20110315-s3-west-noagg" with linespoints title "BlueSky (no read aggregation)", \ - "../20110311/sfssum.20110313-azure" with linespoints title "Azure" + "../20110401/sfssum.20110401-azure" with linespoints title "Azure" set output "spec2.eps" set ylabel "Operation Latency (ms)" set yrange [0:50] -plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Local NFS Server", \ - "../20110307/sfssum.20110307-ec2-west2" using 1:3 with linespoints title "EC2 NFS Server", \ +plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Local NFS", \ "../20110311/sfssum.20110311-s3-west" using 1:3 with linespoints title "BlueSky", \ "../20110311/sfssum.20110311-s3-west-4kfs" using 1:3 with linespoints title "BlueSky (4K blocks)", \ "../20110311/sfssum.20110312-s3-west-fullseg" using 1:3 with linespoints title "BlueSky (full fetches)", \ - "../20110311/sfssum.20110312-s3-west-noseg" using 1:3 with linespoints title "BlueSky (no segments)", \ - "../20110311/sfssum.20110315-s3-west-noagg" using 1:3 with linespoints title "BlueSky (no read aggregation)", \ - "../20110311/sfssum.20110313-azure" using 1:3 with linespoints title "Azure" + "../20110401/sfssum.20110401-azure" using 1:3 with linespoints title "Azure" XMAX=1600 set xrange [0:XMAX]