X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=results%2Ffigures%2Fspecsfs.gnuplot;h=debc5d311f2e76ccaabb0d8b3404dcf87754b6e1;hp=20b6bb1222ba1fa405fc10a42968ee8d90333041;hb=611c10480ccfce1545998554503392a69f9d72b3;hpb=f72f711008d701adfbce0ae175b672bd5b81aea2 diff --git a/results/figures/specsfs.gnuplot b/results/figures/specsfs.gnuplot index 20b6bb1..debc5d3 100644 --- a/results/figures/specsfs.gnuplot +++ b/results/figures/specsfs.gnuplot @@ -58,3 +58,21 @@ plot "../20110311/sfssum.20110312-native" using 1:3 with linespoints title "Loca "../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)" + + +# CIFS results +XMAX=1000 +set xrange [0:XMAX] +set x2range [0:XMAX*OPS_WSS_SCALE] +set xtics nomirror +set x2tics auto +set yrange [*:*] +set output "spec-cifs1.eps" +set ylabel "Achieved Operations per Second" +plot "../20110227a/sfssum.20110227-samba" with linespoints title "Samba", \ + "../20110317/sfssum.20110317-cifs" with linespoints title "BlueSky" + +set output "spec-cifs2.eps" +set ylabel "Operation Latency (ms)" +plot "../20110227a/sfssum.20110227-samba" using 1:3 with linespoints title "Samba", \ + "../20110317/sfssum.20110317-cifs" using 1:3 with linespoints title "BlueSky"