From 4fc982835e43247d59d30dc29896ca6d6ad6af59 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sun, 25 Sep 2011 12:36:51 -0700 Subject: [PATCH] New benchmarks results: writes with 10 Mbps-constrained network --- .../20110815/.synwrite-2048M-summary.data.swp | Bin 0 -> 12288 bytes results/20110815/.synwrite-256-summary.data.swp | Bin 0 -> 12288 bytes results/20110815/synwrite-2048M-summary.data | 13 +++++++++++++ results/20110815/synwrite-256M-summary.data | 13 +++++++++++++ results/figures/syn-write.gnuplot | 6 ++++++ 5 files changed, 32 insertions(+) create mode 100644 results/20110815/.synwrite-2048M-summary.data.swp create mode 100644 results/20110815/.synwrite-256-summary.data.swp create mode 100644 results/20110815/synwrite-2048M-summary.data create mode 100644 results/20110815/synwrite-256M-summary.data diff --git a/results/20110815/.synwrite-2048M-summary.data.swp b/results/20110815/.synwrite-2048M-summary.data.swp new file mode 100644 index 0000000000000000000000000000000000000000..c8fc0779f1c3d4e33d9b9124db400733c5436762 GIT binary patch literal 12288 zcmeI2zi!k(5QispNCXh{$bcv)&NsX3wY?__kf5MQD*i}R_&5U=zBsad3D*RkfEH@1 zP#{`(3#h26pymmfXdVuN#kt;IH@w^bCm(R|B>(ste{%}o&rU1$r>EuTYKw8+41(1v zI7F5152-SBSTzh*nq_lVHx{7okvEp`GMV>n4u z7pDnnzY{ogE{Rj69NWZ@TBND?XPQnDj+J2(#iV>W*ji|%Le4j%Epuc?P41#R&2?aosUP(CXQoHE&0Opac3ndR+=?^19Z0oj{pDw literal 0 HcmV?d00001 diff --git a/results/20110815/.synwrite-256-summary.data.swp b/results/20110815/.synwrite-256-summary.data.swp new file mode 100644 index 0000000000000000000000000000000000000000..45ab76c538f9a06380c168418b9064e19715cdea GIT binary patch literal 12288 zcmeI&y>1gh5C`xH)Byw?)j?|8JG0;E=pa(kL5t4#1Qut4eCI@NLPdqr@&vRzLEZw1 zhd`o7bj*>nEuko)b@V@JwDRoU%3gc+wI4lf5!eJ1_(d^0uX=z1Rwwb2tWV=5P$##woss)5PiHu^j)L- z|9|!S|HoaTZyFaGUo_4&PBdO>Jk?;0hZ?sve)jKw((#GLFD>$WRcH%Muw@8900Izz z00bZa0SG_<0yjv&%Fq=0m|+OPN#ex9j`pm%%n!z8^Jc$TUB@2$y^GDJyN!J~&_(TZ zRyF&@(Q&awl_aeXokB7uryOD;ahtTwIeWGumZYapqL>3`k(6yD-V});8xe6`r@mvi+GU%?vgSSY9W|}JtaUDCNs0ad>eHNL literal 0 HcmV?d00001 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" -- 2.20.1