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 740CF200621 for ; Thu, 29 Dec 2011 12:36:39 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 2AB5C42652 for ; Thu, 29 Dec 2011 12:36:38 -0800 (PST) Date: Thu, 29 Dec 2011 12:36:38 -0800 To: cerowrt-commits@lists.bufferbloat.net Subject: [dtaht/deBloat] 858b3b: Postgres interface to iperf logging in lua Content-Type: text/plain; charset=UTF-8 Message-Id: <20111229203638.2AB5C42652@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: Thu, 29 Dec 2011 20:36:39 -0000 Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 858b3b6428da6d6607e384db01b87529a7d36279 https://github.com/dtaht/deBloat/commit/858b3b6428da6d6607e384db01b87529a7d36279 Author: Dave Taht Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: A test/db.sql M test/iperf.lua A test/tsql.lua Log Message: ----------- Postgres interface to iperf logging in lua Working database interface to logging iperf runs in lua. Like everything else, still needs some thought, but it can run multiple iperfs, connect to the db, insert values, and read them back. I'm declaring victory. Commit: 0f267eb8443a4ff01d2de4cae6737042a8a7c066 https://github.com/dtaht/deBloat/commit/0f267eb8443a4ff01d2de4cae6737042a8a7c066 Author: Dave Taht Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: A .gitignore Log Message: ----------- Added gitignore Commit: 1f6fe68cc621927a2bf61bb6eeb6cfc09edb9519 https://github.com/dtaht/deBloat/commit/1f6fe68cc621927a2bf61bb6eeb6cfc09edb9519 Author: Dave Taht Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: M src/cero.lua M src/classify.lua Log Message: ----------- Various additions to the scratch cero library Commit: 977dd043e161e29cb693a4d32b644d37e89190ca https://github.com/dtaht/deBloat/commit/977dd043e161e29cb693a4d32b644d37e89190ca Author: Dave Taht Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: A test/dbexample.lua A test/netperf.lua A test/testbed.lua Log Message: ----------- Start a wrapper for netperf, thoughts towards the testbed, example Very good database example included. Very clean interface to sql, however sql remains ugly... Want to automate building up test boxes, and logging test runs with the testbed. Compare: https://github.com/dtaht/deBloat/compare/b015228...977dd04