From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 3DE4E3B260 for ; Sun, 20 Nov 2016 06:22:38 -0500 (EST) Received: from mail.toke.dk (localhost.localdomain [127.0.0.1]) by mail.toke.dk (Postfix) with ESMTPS id C3CFB3016; Sun, 20 Nov 2016 12:22:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1479640956; bh=VF9tGD57K/o08hv7lmDIeruWZCfjvIKjRI4eV+2YKDk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Pn2Tl/gGjmzlqbxFo0N545AZUilHOZ1dTjn9klXvb89LAuruOYxGCtaq5YIOadse8 17QwIF/IWA664U4dnQQ5X9DPd1U55ex4Et3BTzDFfLahIwENj3EyNX7OAw7c0y2P04 CmtLZn4w9IGRJdNNHO1X0iu+BHVZ00FdH0tL1M7b5hRlBpZ9hld9jTs6hBLJP4viuc pxjdziL+dJlU8thvy35Z0tutyk4icpb0TSRn/Yptk252QqMivAgwrKEo1hhi9a+V/G WWYSBxWok87Oa3N+XSJyQ+Yb9UjfWRcaiaJt8+aXrBS6sePyXuKf/B2nB6EKEP/gPk X8kOWcEC1Jm7w== Received: by alrua-karlstad.karlstad.toke.dk (Postfix, from userid 1000) id 3599E92F159; Sun, 20 Nov 2016 12:17:31 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: Sebastian Moeller Cc: Dave =?utf-8?Q?T=C3=A4ht?= , make-wifi-fast@lists.bufferbloat.net References: Date: Sun, 20 Nov 2016 12:17:31 +0100 In-Reply-To: (Sebastian Moeller's message of "Sat, 19 Nov 2016 23:07:26 +0100") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87vaviwgc4.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Make-wifi-fast] flent adds more text output X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2016 11:22:38 -0000 Sebastian Moeller writes: > Hi Dave, > >> On Nov 19, 2016, at 19:10, Dave Taht wrote: >> >> While I have always encouraged people to "go right to the graphs", I >> have generally >> wanted a bit more text output to make email comms easier, and toke has >> just added >> some basic output stats to flent in git head. > > Is that pushed to github yet? I tried a git pull but got nothing new. Testing with: > date ; ping -c 10 netperf-eu.bufferbloat.net ; ./run-flent --ipv4 -l 60 -H netperf-eu.bufferbloat.net rrul_cs8 --remote-metadata=root@192.168.1.1 -p all_scaled -D . -t IPv4_SQM_LLA-simple-fq_codel-ETH_OH16_U095pct9545of10048K-D90pct46246of51385K_2_netperf-eu > did not give any stats. So is the output generic or restricted to > specific tests? No, it only happens if you don't select another output format; in this case a plot. You can select this the summary formatter explicitly (and thus turn off plots) by passing '-f summary'. Works when loading a previous data file as well... -Toke