[Flent-users] [tohojo/flent] Will IperfCsvRunner UDP result calculate in flent-gui? (#136)

2018-05-06 Thread Louie Lu
For what I saw is, it will not store the `MEAN_VALUE` when the runner finish. But the `raw_value` were recorded. Why will not gui calculate the mean value when loading the plot? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Flent-users] [tohojo/flent] Add marking to IperfCsvRunner (#135)

2018-05-04 Thread Louie Lu
Closed #135. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/pull/135#event-1609420655___ Flent-users mailing list Flent-users@flent.org

[Flent-users] [tohojo/flent] LOG-FILE options without providing filename (#132)

2018-05-03 Thread Louie Lu
Can it automatically naming the log file with something like: rtt_fair_up-2018-05-03T213413.543273.flent.gz -> rtt_fair_up-2018-05-03T213413.543273.flent.gz.log -- 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] IperfCsvRunner add dscp marking (#134)

2018-05-04 Thread Louie Lu
iperf2 can run with dscp marking, it should add it. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/134___ Flent-users mailing list

[Flent-users] [tohojo/flent] Right click to copy metadata value (#133)

2018-05-04 Thread Louie Lu
It should allow users to copy metadata value. e.g. copy the SERIES_META -> COMMAND, to reproduce the test in cli. -- 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] Let run-flent to run gui and mention in README (#126)

2018-01-04 Thread Louie Lu
To make `run-flent` script can run gui directly from source code. You can view, comment on, or merge this pull request online at: https://github.com/tohojo/flent/pull/126 -- Commit Summary -- * Let run-flent to run gui and mention in README -- File Changes -- M README.rst (25) M

Re: [Flent-users] [tohojo/flent] Let run-flent to run gui and mention in README (#126)

2018-01-04 Thread Louie Lu
After reading `gui.rst`, this should be polish to only documentation enhance in `quick-start.rst`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Flent-users] [tohojo/flent] Let run-flent to run gui and mention in README (#126)

2018-01-04 Thread Louie Lu
Closed #126. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/pull/126#event-1410720351___ Flent-users mailing list Flent-users@flent.org

[Flent-users] Testing with multiple station, voip and some question between server client

2018-01-03 Thread Louie Lu
Hi all, According to this post: http://blog.cerowrt.org/post/fq_codel_on_ath10k/ Flent can be used to test multiple stations at once, but how can I do that? * Some options to setup /or * Record in multiple clients and gather the log file to generate the figure. Also, when I testing VoIP, and

[Flent-users] Testing multiple station in once

2018-01-04 Thread Louie Lu
Hi all, I'm playing around with flent now, According to this post: http://blog.cerowrt.org/post/fq_codel_on_ath10k/ Flent can be used to test multiple stations in once, but how can I do that? After reading the documentation, I didn't find the options relative to this. Thanks, Louie.

Re: [Flent-users] Testing with multiple station, voip and some question between server client

2018-01-04 Thread Louie Lu
-list I saw the commit and install flent from GitHub with `Flent 1.1.1-git-2d0cd05` which include the itff runner so can use it. And documentation didn't mention this. Thanks, Louie. 2018-01-04 21:37 GMT+08:00 Toke Høiland-Jørgensen <t...@toke.dk>: > Louie Lu <g...@louie.lu> writ

[Flent-users] IRTT for Android

2018-10-08 Thread Louie Lu
Hi all, In case you want to use IRTT on an Android phone, I just make a very simple version of IRTT for Android, which will run `irtt server` on your Android phone and give you the stdout on the screen. You can get the source code from: https://github.com/mlouielu/IrttAndroid And compiled APK

Re: [Flent-users] IRTT for Android

2018-10-09 Thread Louie Lu
widely available is netperf (netserver) for android? I know it's > in the ecosystem... > On Mon, Oct 8, 2018 at 8:32 AM Toke Høiland-Jørgensen wrote: > > > > Louie Lu writes: > > > > > Not now, it is in my plan to update > > > , the goal is to make thi

Re: [Flent-users] IRTT for Android

2018-10-08 Thread Louie Lu
: > Louie Lu writes: > > > Hi all, > > > > In case you want to use IRTT on an Android phone, I just make a very > > simple version of IRTT for Android, which will run `irtt server` on > > your Android phone and give you the stdout on the screen. > > Cool! Do