From: Michael Vrable Date: Tue, 5 Apr 2011 23:11:31 +0000 (-0700) Subject: Updated synthetic write benchmark runs X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=494b5d811512316515578f1c241eb677a9a35e5e Updated synthetic write benchmark runs --- diff --git a/results/20110405/synwrite-2048M.data b/results/20110405/synwrite-2048M.data new file mode 100644 index 0000000..d039f77 --- /dev/null +++ b/results/20110405/synwrite-2048M.data @@ -0,0 +1,13 @@ +2 0.0326578626989 +4 0.0325438302173 +6 0.032768861596 +8 0.0326533533408 +10 0.0329098530753 +12 0.032985709923 +14 0.0437662875205 +16 0.0487434126793 +18 0.0524573250934 +20 0.0555300751147 +24 0.0596432397137 +28 0.0577545463439 +32 0.0583957031483 diff --git a/results/20110405/synwrite-256M.data b/results/20110405/synwrite-256M.data new file mode 100644 index 0000000..d3e68b2 --- /dev/null +++ b/results/20110405/synwrite-256M.data @@ -0,0 +1,13 @@ +2 0.0324268974209 +4 0.0325504682664 +6 0.0327738789679 +8 0.032558285607 +10 0.0326946470561 +12 0.134471089249 +14 0.127354362568 +16 0.131094445329 +18 0.129917272058 +20 0.138730040007 +24 0.139335513806 +28 0.125318660298 +32 0.123893085663 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"