X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=results%2Ffigures%2Fspecsfs.gnuplot;h=20b6bb1222ba1fa405fc10a42968ee8d90333041;hb=bf48831abaee9cca4fc942880ea8af3e5fabe922;hp=9606f9813e1139b74cb849fa302410b1cc598cee;hpb=59dcd584eb785bf5345ce8f4c6468c8f2f05630d;p=bluesky.git diff --git a/results/figures/specsfs.gnuplot b/results/figures/specsfs.gnuplot index 9606f98..20b6bb1 100644 --- a/results/figures/specsfs.gnuplot +++ b/results/figures/specsfs.gnuplot @@ -13,7 +13,7 @@ set xtics nomirror set x2tics auto set grid -set key top right +set key top left set output "spec1.eps" set ylabel "Achieved Operations per Second" @@ -23,6 +23,7 @@ plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS Serv "../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" set output "spec2.eps" @@ -34,4 +35,26 @@ plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Loca "../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" + +XMAX=1600 +set xrange [0:XMAX] +set x2range [0:XMAX*OPS_WSS_SCALE] +set xtics nomirror +set x2tics auto +set yrange [*:*] + +set output "spec-parallel1.eps" +set ylabel "Achieved Operations per Second" +plot "../20110311/sfssum.20110312-native" with linespoints title "Local NFS Server", \ + "../20110311/sfssum.20110315-native-hi8" with linespoints title "Local (8 clients)", \ + "../20110311/sfssum.20110311-s3-west" with linespoints title "BlueSky", \ + "../20110311/sfssum.20110314-s3-west-hi8" with linespoints title "BlueSky (8 clients)" + +set output "spec-parallel2.eps" +set ylabel "Operation Latency (ms)" +plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Local NFS Server", \ + "../20110311/sfssum.20110315-native-hi8" using 1:3 with linespoints title "Local (8 clients)", \ + "../20110311/sfssum.20110311-s3-west" using 1:3 with linespoints title "BlueSky", \ + "../20110311/sfssum.20110314-s3-west-hi8" using 1:3 with linespoints title "BlueSky (8 clients)"