From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.rs.github.com (smtp1-ext.rs.github.com [207.97.227.250]) by huchra.bufferbloat.net (Postfix) with ESMTP id D373E20097D for ; Tue, 10 Jan 2012 08:21:20 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id D1FBA4259B for ; Tue, 10 Jan 2012 08:21:19 -0800 (PST) Date: Tue, 10 Jan 2012 08:21:19 -0800 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-ID: <4f0c657fc9677_74343fde707abaf06475c@sh1.rs.github.com.mail> Subject: [dtaht/deBloat] : Added some analysis of SFQRED over wireless Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_4f0c657fc708c_74343fde707abaf064558"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jan 2012 16:21:21 -0000 ----==_mimepart_4f0c657fc708c_74343fde707abaf064558 Date: Tue, 10 Jan 2012 08:21:19 -0800 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-ID: <4f0c657fc8882_74343fde707abaf0646b6@sh1.rs.github.com.mail> Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 416a5de98f5bc78188c848fe666d25146b4b7084 https://github.com/dtaht/deBloat/commit/416a5de98f5bc78188c848fe666d25146b4b7084 Author: Dave Taht Date: 2012-01-10 (Tue, 10 Jan 2012) Changed paths: A test/newsfqred/Makefile A test/newsfqred/eps.plt A test/newsfqred/ericping.plt A test/newsfqred/ericpinglog.plt A test/newsfqred/fpingflow.data A test/newsfqred/fpingflows.data A test/newsfqred/fpinglog.txt A test/newsfqred/fpingsample.data A test/newsfqred/fpingsample1.data A test/newsfqred/parse A test/newsfqred/pause.plt A test/newsfqred/png.plt A test/newsfqred/ps.plt Log Message: ----------- Added some analysis of SFQRED over wireless It's good. Commit: fc28c4f88bf4b680d11efb67a074ab87844cfa42 https://github.com/dtaht/deBloat/commit/fc28c4f88bf4b680d11efb67a074ab87844cfa42 Author: Dave Taht Date: 2012-01-10 (Tue, 10 Jan 2012) Changed paths: M src/debloat A test/newsfqred/README.org Log Message: ----------- Added notes regarding this test I am running a continuous stress test now against the SFQ RED, which I plan to run the rest of the night. I am dubious of one of the plots. The curve cannot possibly be that smooth. Can't be. I must have screwed something up. REDSFQ is doing it's job with a few tweaks (rather than logic, I just hit it until I started seeing more prob_mark_heads than dropped) qdisc mq 1: root Sent 64534770811 bytes 43254284 pkt (dropped 77425, overlimits 111717 requeues 160859) backlog 47808b 33p requeues 160859 qdisc sfq 10: parent 1:1 limit 300p quantum 1514b depth 127 headdrop divisor 16384 ewma 3 min 4500b max 18000b probability 0.2 ecn prob_mark 0 prob_mark_head 0 prob_drop 0 forced_mark 0 forced_mark_head 0 forced_drop 0 Sent 414011 bytes 1406 pkt (dropped 0, overlimits 0 requeues 0) rate 120bit 0pps backlog 0b 0p requeues 0 qdisc sfq 20: parent 1:2 limit 300p quantum 1514b depth 127 headdrop divisor 16384 ewma 3 min 4500b max 18000b probability 0.2 ecn prob_mark 0 prob_mark_head 0 prob_drop 0 forced_mark 0 forced_mark_head 0 forced_drop 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 qdisc sfq 30: parent 1:3 limit 300p quantum 1514b depth 127 headdrop divisor 16384 ewma 3 min 4500b max 18000b probability 0.2 ecn prob_mark 12 prob_mark_head 99610 prob_drop 0 forced_mark 0 forced_mark_head 12095 forced_drop 0 Sent 64534356800 bytes 43252878 pkt (dropped 77425, overlimits 111717 requeues 160859) rate 104658Kbit 8763pps backlog 47808b 33p requeues 160859 qdisc sfq 40: parent 1:4 limit 300p quantum 1514b depth 127 headdrop divisor 16384 ewma 3 min 4500b max 18000b probability 0.2 ecn prob_mark 0 prob_mark_head 0 prob_drop 0 forced_mark 0 forced_mark_head 0 forced_drop 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) rate 0bit 0pps backlog 0b 0p requeues 0 Compare: https://github.com/dtaht/deBloat/compare/4a6653c...fc28c4f ----==_mimepart_4f0c657fc708c_74343fde707abaf064558--