X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=results%2Ffigures%2Fspecsfs.gnuplot;h=08699634856b9be557a5ea8b7ac76588c88aab35;hp=9606f9813e1139b74cb849fa302410b1cc598cee;hb=98ef21169a7357117758494e6ed05ec659edc29a;hpb=490c895cffe84e393268d62ac27962c5812225f7 diff --git a/results/figures/specsfs.gnuplot b/results/figures/specsfs.gnuplot index 9606f98..0869963 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" @@ -35,3 +35,24 @@ plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Loca "../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.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)"