From: Michael Vrable Date: Sun, 25 Sep 2011 19:36:51 +0000 (-0700) Subject: New benchmarks results: writes with 10 Mbps-constrained network X-Git-Url: http://git.vrable.net/?p=bluesky.git;a=commitdiff_plain;h=4fc982835e43247d59d30dc29896ca6d6ad6af59;hp=5551523de35c1abaf24d77654928e2c748fd95aa New benchmarks results: writes with 10 Mbps-constrained network --- diff --git a/results/20110815/.synwrite-2048M-summary.data.swp b/results/20110815/.synwrite-2048M-summary.data.swp new file mode 100644 index 0000000..c8fc077 Binary files /dev/null and b/results/20110815/.synwrite-2048M-summary.data.swp differ diff --git a/results/20110815/.synwrite-256-summary.data.swp b/results/20110815/.synwrite-256-summary.data.swp new file mode 100644 index 0000000..45ab76c Binary files /dev/null and b/results/20110815/.synwrite-256-summary.data.swp differ diff --git a/results/20110815/synwrite-2048M-summary.data b/results/20110815/synwrite-2048M-summary.data new file mode 100644 index 0000000..144499f --- /dev/null +++ b/results/20110815/synwrite-2048M-summary.data @@ -0,0 +1,13 @@ +2.0 0.0329503261202 +4.0 0.0324957906085 +6.0 0.0322965410105 +8.0 +10.0 0.0320952405399 +12.0 +14.0 2.03195491483 +16.0 0.0327706130346 +18.0 +20.0 0.997681190573 +24.0 0.033307889687 +28.0 +32.0 0.528391515259 diff --git a/results/20110815/synwrite-256M-summary.data b/results/20110815/synwrite-256M-summary.data new file mode 100644 index 0000000..4df40dc --- /dev/null +++ b/results/20110815/synwrite-256M-summary.data @@ -0,0 +1,13 @@ +2.0 0.211334479288 +4.0 0.649392315485 +6.0 0.499975254865 +8.0 0.639862457444 +10.0 0.596910132444 +12.0 0.575741621164 +14.0 0.668904821078 +16.0 0.673272160011 +18.0 0.676902224378 +20.0 0.679619228937 +24.0 0.683999513223 +28.0 0.686800989678 +32.0 0.666428181214 diff --git a/results/figures/syn-write.gnuplot b/results/figures/syn-write.gnuplot index 995dbb3..8820d23 100644 --- a/results/figures/syn-write.gnuplot +++ b/results/figures/syn-write.gnuplot @@ -12,3 +12,9 @@ plot "../20110405/synwrite-256M-summary.data" using 1:($2*1000):($3*1000) with y "../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"