X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=blobdiff_plain;f=results%2Ffigures%2Fsyn-write.gnuplot;h=9f1f81204e3a831f5dd8b6b64d306ba34c06b654;hp=dcf7f8c860fda907fd9bbc4fb7d9641780cca221;hb=494b5d811512316515578f1c241eb677a9a35e5e;hpb=0083413280deccffea5f0e34512eb02f81633dae diff --git a/results/figures/syn-write.gnuplot b/results/figures/syn-write.gnuplot index dcf7f8c..9f1f812 100644 --- a/results/figures/syn-write.gnuplot +++ b/results/figures/syn-write.gnuplot @@ -1,12 +1,12 @@ 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.data" using 1:($2*1000) with linespoints title "128 MB Write Buffer", \ + "../20110405/synwrite-2048M.data" using 1:($2*1000) with linespoints title "1 GB Write Buffer"