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 DE20E2008E8 for ; Tue, 27 Dec 2011 05:19:51 -0800 (PST) Received: from github.com (sh1.rs.github.com [172.17.1.41]) by smtp1.rs.github.com (Postfix) with ESMTP id 3AFA242470 for ; Tue, 27 Dec 2011 05:19:51 -0800 (PST) Date: Tue, 27 Dec 2011 05:19:51 -0800 To: cerowrt-commits@lists.bufferbloat.net Subject: [dtaht/deBloat] 41f851: Added Ping plot scripts Content-Type: text/plain; charset=UTF-8 Message-Id: <20111227131951.3AFA242470@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: Tue, 27 Dec 2011 13:19:52 -0000 Branch: refs/heads/master Home: https://github.com/dtaht/deBloat Commit: 41f85186da84279bb0245bef55852bc12299f2a0 https://github.com/dtaht/deBloat/commit/41f85186da84279bb0245bef55852bc12299f2a0 Author: Dave Taht Date: 2011-12-27 (Tue, 27 Dec 2011) Changed paths: A test/pingplot/Makefile A test/pingplot/extract.timeseries.awk A test/pingplot/extract.timeseries400.awk A test/pingplot/p1.nodup.ts.cut.400 A test/pingplot/p1.nodup.txt A test/pingplot/p1.ts.cut.400 A test/pingplot/p1.txt A test/pingplot/p2.nodup.ts.cut.400 A test/pingplot/p2.nodup.txt A test/pingplot/p2.ts.cut.400 A test/pingplot/p2.txt A test/pingplot/plot1.R A test/pingplot/plot2.R A test/pingplot/plot400.R A test/pingplot/plotit.R Log Message: ----------- Added Ping plot scripts Fabian wrote some scripts in awk and R to extract and plot pings from an experiment I did in class showing bufferbloat in action and the effects of a reduced txqueue length. While I liked R, and am impressed with fabian's use of awk, coming up with a good plotting/graphic/data extraction solution remains on my task list. That said, these are useful examples of useful output tools.