From: "Toke Høiland-Jørgensen" <toke@toke.dk>
To: Sebastian Moeller <moeller0@gmx.de>
Cc: "Dave Täht" <dave.taht@gmail.com>, make-wifi-fast@lists.bufferbloat.net
Subject: Re: [Make-wifi-fast] flent adds more text output
Date: Sun, 20 Nov 2016 18:11:53 +0100 [thread overview]
Message-ID: <87oa1at6sm.fsf@toke.dk> (raw)
In-Reply-To: <D999B51A-AAFA-4802-99B9-C8BF0944477A@gmx.de> (Sebastian Moeller's message of "Sun, 20 Nov 2016 16:55:36 +0100")
Sebastian Moeller <moeller0@gmx.de> writes:
> Hi Toke,
>
>> On Nov 20, 2016, at 12:17, Toke Høiland-Jørgensen <toke@toke.dk> wrote:
>>
>> Sebastian Moeller <moeller0@gmx.de> writes:
>>
>>> Hi Dave,
>>>
>>>> On Nov 19, 2016, at 19:10, Dave Taht <dave.taht@gmail.com> 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…
>
> Ah, now git pull acyually got me something new and without a -p directive I also see the stats output, great! Now I actually do wonder how hard it would be to add
> a measure of variance, say the standard deviation or the standard error of the
> mean to the output (to qualify the average, which probably is the arithmetic
> mean, which might be worth noting in the header column). And finally for the
> latency probes, I believe maybe the 95th or 99th percentile would be closer to
> what we recommend people looking at? (I note that I typically start my flent
> runs with 10 un-contended ICMP echo requests from the command line to get a
> reasonable idea what the best case RTT actually is, a similar value could be
> extracted from the start of the flent run before the data streams have started?)
> I guess instead of writing emails I should actually look and write code… (maybe
> I find tie to look into that).
SummaryFormatter in formatters.py. Pretty straight forward :)
> Final questions why is this output mutually exclusive with plots?
Because internally Flent's notion of output is to format the data with a
Formatter class, only one of which can be active at a time. One of those
is the PlotFormatter that outputs plots, so if that is active no other
output is seen.
-Toke
prev parent reply other threads:[~2016-11-20 17:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-19 18:10 Dave Taht
2016-11-19 22:07 ` Sebastian Moeller
2016-11-20 11:17 ` Toke Høiland-Jørgensen
2016-11-20 11:39 ` Dave Taht
2016-11-20 11:55 ` Toke Høiland-Jørgensen
2016-11-20 13:08 ` Toke Høiland-Jørgensen
2016-11-20 13:49 ` Dave Taht
2016-11-20 14:47 ` Toke Høiland-Jørgensen
2016-11-20 15:55 ` Sebastian Moeller
2016-11-20 17:11 ` Toke Høiland-Jørgensen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/make-wifi-fast.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87oa1at6sm.fsf@toke.dk \
--to=toke@toke.dk \
--cc=dave.taht@gmail.com \
--cc=make-wifi-fast@lists.bufferbloat.net \
--cc=moeller0@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox