Sorry to re-open, but the new version (Flent 1.9.9-git-ff46520) seems to fix the upload values for the Average - the individual streams sum to the displayed sum.

But the Median values still don't look right. Here are two runs of the same command:

bash-3.2$ flent -x -L -H flent-fremont.bufferbloat.net  -t "flent-fremont.bufferbloat.net" --te=upload_streams=4 --te=ping_hosts=1.1.1.1 tcp_nup
Started Flent 1.9.9-git-ff46520 using Python 3.7.4.
Starting tcp_nup test. Expected run time: 70 seconds.
Data file written to ./tcp_nup-2019-09-13T210706.195971.flent-fremont_bufferbloat_net.flent.gz.

Summary of tcp_nup test run from 2019-09-14 01:07:06.195971
  Title: 'flent-fremont.bufferbloat.net'

                                           avg       median          # data pts
 Ping (ms) ICMP                 :       101.23       101.00 ms              347
 Ping (ms) ICMP 1.1.1.1 (extra) :        23.39        23.90 ms              347
 TCP upload avg                 :         0.17         0.18 Mbits/s         354
 TCP upload sum                 :         0.69         0.30 Mbits/s         354
 TCP upload::1                  :         0.16         0.17 Mbits/s         354
 TCP upload::2                  :         0.15         0.14 Mbits/s         354
 TCP upload::3                  :         0.19         0.20 Mbits/s         354
 TCP upload::4                  :         0.19         0.20 Mbits/s         354
bash-3.2$ flent -x -L -H flent-fremont.bufferbloat.net  -t "flent-fremont.bufferbloat.net" --te=upload_streams=4 --te=ping_hosts=1.1.1.1 tcp_nup
Started Flent 1.9.9-git-ff46520 using Python 3.7.4.
Starting tcp_nup test. Expected run time: 70 seconds.
Data file written to ./tcp_nup-2019-09-13T211010.793062.flent-fremont_bufferbloat_net.flent.gz.

Summary of tcp_nup test run from 2019-09-14 01:10:10.793062
  Title: 'flent-fremont.bufferbloat.net'

                                           avg       median          # data pts
 Ping (ms) ICMP                 :       102.19       102.00 ms              347
 Ping (ms) ICMP 1.1.1.1 (extra) :        24.91        24.80 ms              341
 TCP upload avg                 :         0.15         0.16 Mbits/s         354
 TCP upload sum                 :         0.62         0.16 Mbits/s         354
 TCP upload::1                  :         0.12         0.13 Mbits/s         354
 TCP upload::2                  :         0.18         0.19 Mbits/s         354
 TCP upload::3                  :         0.18         0.19 Mbits/s         354
 TCP upload::4                  :         0.14         0.15 Mbits/s         354
bash-3.2$


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.