Re: [Flent-users] [tohojo/flent] RRUL Upload plot - why such low granularity? (#185)

2019-09-19 Thread Toke Høiland-Jørgensen
Rich Brown writes: >> Basically, the problem is the way netperf determines its data output >> intervals in demo mode: > > Ahah! That was the explanation, but I wasn't (yet) smart enough to > comprehend it. [To further test out my understanding... If netperf > were to use a smaller "data output

Re: [Flent-users] [tohojo/flent] Problem with Flent Average for rrul & rrul_be? (#184)

2019-09-19 Thread Rich Brown
Closed #184. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/184#event-2647685942___ Flent-users mailing list Flent-users@flent.org

Re: [Flent-users] [tohojo/flent] Problem with Flent Average for rrul & rrul_be? (#184)

2019-09-19 Thread Rich Brown
Better. Thanks! ``` Started Flent 1.9.9-git-fa47b0f using Python 3.7.3. Starting rrul test. Expected run time: 70 seconds. Data file written to ./rrul-2019-09-19T123807.165015.Rich_Test_-_Flent_1_9_9-git-fa47b0f.flent.gz Summary of rrul test run from 2019-09-19 16:38:07.165015 Title:

Re: [Flent-users] [tohojo/flent] RRUL Upload plot - why such low granularity? (#185)

2019-09-19 Thread Rich Brown
> Basically, the problem is the way netperf determines its data output > intervals in demo mode: Ahah! That was the explanation, but I wasn't (yet) smart enough to comprehend it. [To further test out my understanding... If netperf were to use a smaller "data output interval" when it's

Re: [Flent-users] [tohojo/flent] RRUL Upload plot - why such low granularity? (#185)

2019-09-19 Thread Rich Brown
*answering the questions in the opposite order* > Any suggestions as for where to put this so it's easy to find? The bufferbloat.net site has an [RRUL Chart Explanation](https://www.bufferbloat.net/projects/bloat/wiki/RRUL_Chart_Explanation/) page. I have always felt the Flent site could

Re: [Flent-users] [tohojo/flent] Flent GUI - Two visual problems on macOS (#186)

2019-09-19 Thread Toke Høiland-Jørgensen
Hmm, this probably has something to do with the GUI even processing on OSX. Not sure I can do much about this without an OSX box to test on, I'm afraid :( -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Flent-users] [tohojo/flent] Flent GUI - Two visual problems on macOS (#186)

2019-09-19 Thread Rich Brown
Using Flent 1.9.9-git-67ac0f7 on macOS 10.12.6: There are two visual problems with the Flent GUI on my Mac: 1. By default, Flent opens up using a large font. Choosing View / Refresh Plot changes the plot to use a smaller font, and the plots fill more of the space provided. 2. Moving the mouse

Re: [Flent-users] [tohojo/flent] RRUL Upload plot - why such low granularity? (#185)

2019-09-19 Thread Toke Høiland-Jørgensen
Rich Brown writes: > Here's an RRUL plot from my 7mbps/768kbps DSL circuit. The download > has good granularity, while the upload plot seems only to have a > half-dozen data points. This makes it seem faulty, or somehow > different/disconnected from the other two plots. > > I think I once saw a

[Flent-users] [tohojo/flent] RRUL Upload plot - why such low granularity? (#185)

2019-09-19 Thread Rich Brown
Here's an RRUL plot from my 7mbps/768kbps DSL circuit. The download has good granularity, while the upload plot seems only to have a half-dozen data points. This makes it seem faulty, or somehow different/disconnected from the other two plots. I think I once saw a justification for the

Re: [Flent-users] [tohojo/flent] Problem with Flent Average for rrul & rrul_be? (#184)

2019-09-19 Thread Toke Høiland-Jørgensen
Rich Brown writes: > I'm not sure I see any difference... I attach the flent.gz and log > files. Huh, no, seems I was wrong in my root cause analysis. The issue is that it's actually being output on stderr, not stdout. Should be fixed in fa47b0f6df7de6cc35eca5b6d04f77c2c59bdbf1... -- You