X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=results%2Ffigures%2Fsyn-write.gnuplot;h=8820d23d404509812917652bd8582644fb74076d;hb=4fc982835e43247d59d30dc29896ca6d6ad6af59;hp=dcf7f8c860fda907fd9bbc4fb7d9641780cca221;hpb=01cc6b8c4a1a1e8817fd2361286b629f068bc970;p=bluesky.git diff --git a/results/figures/syn-write.gnuplot b/results/figures/syn-write.gnuplot index dcf7f8c..8820d23 100644 --- a/results/figures/syn-write.gnuplot +++ b/results/figures/syn-write.gnuplot @@ -1,12 +1,20 @@ load "common.gnuplot" set grid -set xlabel "Client Write Rate (MB/s)" +set xlabel "Client Write Rate (MB/s): 2-Minute Burst" set ylabel "Average Write Latency (ms/1 MB write)" +set key bottom right set yrange [0:*] set output "syn-write.eps" set title "Latency vs. Write Rate with Constrained Upload" -set key top left -plot "../20110317/synwrite-256M.data" with linespoints title "128 MB", \ - "../20110317/synwrite-2048M.data" with linespoints title "1 GB" +plot "../20110405/synwrite-256M-summary.data" using 1:($2*1000):($3*1000) with yerrorbars title "128 MB Write Buffer", \ + "../20110405/synwrite-2048M-summary.data" using 1:($2*1000):($3*1000) with yerrorbars title "1 GB Write Buffer", \ + "../20110405/synwrite-256M-summary.data" using 1:($2*1000) with lines lt 1 notitle, \ + "../20110405/synwrite-2048M-summary.data" using 1:($2*1000) with lines lt 2 notitle + +set yrange [0:*] +set output "syn-write10.eps" +set title "Latency vs. Write Rate with Constrained Upload" +plot "../20110815/synwrite-256M-summary.data" using 1:($2*1000) with linespoints title "128 MB Write Buffer" + #"../20110815/synwrite-2048M-summary.data" using 1:($2*1000) with linespoints title "1 GB Write Buffer"