X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=results%2Ffigures%2Fspecsfs.gnuplot;h=223c52f92b76f0fc1136b2fa7c80e24f1e6bf0b7;hp=debc5d311f2e76ccaabb0d8b3404dcf87754b6e1;hb=d7bb88418069c88c1fd454624530cc63e96ede1d;hpb=e9bcb507c4e2ea94f38a9a947b620654d57bd6d0 diff --git a/results/figures/specsfs.gnuplot b/results/figures/specsfs.gnuplot index debc5d3..223c52f 100644 --- a/results/figures/specsfs.gnuplot +++ b/results/figures/specsfs.gnuplot @@ -76,3 +76,18 @@ 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" + +# Four-way comparison of read latencies among native/BlueSky with NFS/CIFS +XMAX=750 +set xrange [0:XMAX] +set x2range [0:XMAX*OPS_WSS_SCALE] +set xtics nomirror +set x2tics auto +set yrange [*:*] + +set output "spec-read-latencies.eps" +set ylabel "Operation Latency (ms)" +plot "../20110317/read-latencies.data" using 1:2 with linespoints title "Native NFS", \ + "../20110317/read-latencies.data" using 1:3 with linespoints title "BlueSky NFS", \ + "../20110317/read-latencies.data" using 1:4 with linespoints title "Samba (CIFS)", \ + "../20110317/read-latencies.data" using 1:5 with linespoints title "BlueSky CIFS"