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 C28FD200296 for ; Fri, 30 Dec 2011 14:10:44 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 6E4C0426CE for ; Fri, 30 Dec 2011 14:10:43 -0800 (PST) Date: Fri, 30 Dec 2011 14:10:43 -0800 To: cerowrt-commits@lists.bufferbloat.net Subject: [dtaht/deBloat] 19c5ac: Wrapper for lft, and test script Content-Type: text/plain; charset=UTF-8 Message-Id: <20111230221043.6E4C0426CE@smtp1.rs.github.com> From: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 22:10:45 -0000 Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 19c5accd84d2a56942925f37fa5aecf9e8f7cd04 https://github.com/dtaht/deBloat/commit/19c5accd84d2a56942925f37fa5aecf9e8f7cd04 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A test/lft.lua A test/lfttest.lua Log Message: ----------- Wrapper for lft, and test script Returns a nicely formated lua table now. Has issues with not running as root, which makes for problems. Commit: 23c2619b23c4c92e2bdf1ff6a77acf78c576e4c4 https://github.com/dtaht/deBloat/commit/23c2619b23c4c92e2bdf1ff6a77acf78c576e4c4 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A test/pdsh.lua Log Message: ----------- Want to use pdsh to get information from various clients. So started at a wrapper for it. Commit: 288ac4bbbabc520ba2192b1ba175285b622b85ef https://github.com/dtaht/deBloat/commit/288ac4bbbabc520ba2192b1ba175285b622b85ef Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A test/ab.lua Log Message: ----------- Start at a wrapper for the apache benchmark the apache benchmark looks useful to measure RTT and conns/sec Commit: d0544b1a22c6396b7c81d5645c0624536ec6476a https://github.com/dtaht/deBloat/commit/d0544b1a22c6396b7c81d5645c0624536ec6476a Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A test/pingplotter.lua Log Message: ----------- Outline of pingplotter idea Non-working code, just an outline of how to plot the data, deal with 95 percentile, outliers and lost packets. Commit: d9e14c8fea4892b4685b6ff796a58f2b10b7ac31 https://github.com/dtaht/deBloat/commit/d9e14c8fea4892b4685b6ff796a58f2b10b7ac31 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A test/db.lua A test/fping.lua M test/iperf.lua Log Message: ----------- fping, iperf, db wrappers Commit: c37095c3b444b94f9defc50b85d9b118f7dbc3f9 https://github.com/dtaht/deBloat/commit/c37095c3b444b94f9defc50b85d9b118f7dbc3f9 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A src/lisplike.lua Log Message: ----------- Some lisplike functions for lua Commit: 1dfe2e5f5b34c1cccd6c0d5c1908343bcd787f38 https://github.com/dtaht/deBloat/commit/1dfe2e5f5b34c1cccd6c0d5c1908343bcd787f38 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A src/attach.lua Log Message: ----------- Trying to find an abstraction for attaching qdiscs the whole parent classid thing makes my head hurt. The code generator has trouble with this and we need a sane way to allocate the numbers involved AFTER an entire model is described. This isn't it. Commit: f3ff3522d667c5b85699d6c46d4c689ab2745f64 https://github.com/dtaht/deBloat/commit/f3ff3522d667c5b85699d6c46d4c689ab2745f64 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A src/qmodels/README.org A src/qmodels/classify.lua A src/qmodels/diffserv.lua A src/qmodels/filters.lua A src/qmodels/htb-bt-qfq-red-4mbit A src/qmodels/htb-bt-qfq-red-4mbit.lua A src/qmodels/htb-bt-qfq-red-desktop A src/qmodels/interface.lua A src/qmodels/qfq-red-desktop A src/qmodels/qmodel.lua A src/qmodels/sfq.lua A src/qmodels/staqfq.lua A src/qmodels/wshaper.lua Log Message: ----------- Started creating object oriented modules for each AQM setup Broke apart the staqfq script (the most complex of them all) to create more generic versions of all the functions and calls so that they could be used by other models (like hfsc, or htb, or netem). Like everything else, more broken than working at this point. Commit: ca7feb137727ad5d73ccb7756277a607e030e450 https://github.com/dtaht/deBloat/commit/ca7feb137727ad5d73ccb7756277a607e030e450 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A src/ceroenv.lua A src/cerotest.lua Log Message: ----------- Deal with environment variables more cleanly. Broke out environment handling into 'ceroenv' module Commit: 75aad8c48a73f95ecde6c750ed981b849af9fd84 https://github.com/dtaht/deBloat/commit/75aad8c48a73f95ecde6c750ed981b849af9fd84 Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: M test/netperf.lua M test/testbed.lua Log Message: ----------- netperf wrapper. Notes on the testbed concept Commit: 311ae1cbae9d4b2f5d04bc1f4f2317a4fa36796a https://github.com/dtaht/deBloat/commit/311ae1cbae9d4b2f5d04bc1f4f2317a4fa36796a Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: A src/proto_split.lua A src/testenv.lua Log Message: ----------- split protos by commas, and ranges by : Want to be able express ports, protos, etc, with compressed syntax eventually. One day I'd like to be able to express this at a high level allowed_protos = 6,16,icmp,49:51,hipl and then do it in ONE iptables rule, rather than 8. Commit: de93d987e7f3880bdee3ee73c019e55e9ce191ca https://github.com/dtaht/deBloat/commit/de93d987e7f3880bdee3ee73c019e55e9ce191ca Author: Dave Taht Date: 2011-12-30 (Fri, 30 Dec 2011) Changed paths: R models/htb-bt-qfq-red-4mbit R models/htb-bt-qfq-red-4mbit.lua R models/htb-bt-qfq-red-desktop R models/qfq-red-desktop R src/cap.lua R src/ceroutil.lua R src/classify.lua R src/diffserv.lua A test/cap.lua Log Message: ----------- Deleted/moved files and final cleanup for the day Compare: https://github.com/dtaht/deBloat/compare/977dd04...de93d98