New benchmarks results: writes with 10 Mbps-constrained network
authorMichael Vrable <vrable@cs.hmc.edu>
Sun, 25 Sep 2011 19:36:51 +0000 (12:36 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Sun, 25 Sep 2011 19:36:51 +0000 (12:36 -0700)
results/20110815/.synwrite-2048M-summary.data.swp [new file with mode: 0644]
results/20110815/.synwrite-256-summary.data.swp [new file with mode: 0644]
results/20110815/synwrite-2048M-summary.data [new file with mode: 0644]
results/20110815/synwrite-256M-summary.data [new file with mode: 0644]
results/figures/syn-write.gnuplot

diff --git a/results/20110815/.synwrite-2048M-summary.data.swp b/results/20110815/.synwrite-2048M-summary.data.swp
new file mode 100644 (file)
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 (file)
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 (file)
index 0000000..144499f
--- /dev/null
@@ -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 (file)
index 0000000..4df40dc
--- /dev/null
@@ -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
index 995dbb3..8820d23 100644 (file)
@@ -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"