Using Flent 1.3.0 on macOS 10.12.6: I notice that the "TCP upload sum" value shown in the upload portion of tests (tcp_nup, rrul, rrul_be) doesn't match the sum of the individual flows. In the first example below, the displayed sum (0.28 Mbps) is considerably lower than the sum of the individual flows (0.77 Mbps - which matches the expected speed of my 7Mbps/768kbps DSL link). I attach the flent.gz and the log files from the first run shown below. (Earlier rrul and rrul_be test runs follow.) What other information could I gather? Thanks. [tcp_nup-2019-09-12T074946.261029.flent-fremont_bufferbloat_net.log](https://github.com/tohojo/flent/files/3605312/tcp_nup-2019-09-12T074946.261029.flent-fremont_bufferbloat_net.log) [tcp_nup-2019-09-12T074946.261029.flent-fremont_bufferbloat_net.flent.gz](https://github.com/tohojo/flent/files/3605313/tcp_nup-2019-09-12T074946.261029.flent-fremont_bufferbloat_net.flent.gz) ``` 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.3.0 using Python 2.7.15. Starting tcp_nup test. Expected run time: 70 seconds. Data file written to ./tcp_nup-2019-09-12T074946.261029.flent-fremont_bufferbloat_net.flent.gz. Summary of tcp_nup test run from 2019-09-12 11:49:46.261029 Title: 'flent-fremont.bufferbloat.net' avg median # data pts Ping (ms) ICMP : 100.34 100.50 ms 348 Ping (ms) ICMP 1.1.1.1 (extra) : 23.40 23.40 ms 349 TCP upload avg : 0.18 0.19 Mbits/s 108 TCP upload sum : 0.28 0.28 Mbits/s 108 TCP upload::1 : 0.22 0.20 Mbits/s 11 TCP upload::2 : 0.16 0.14 Mbits/s 7 TCP upload::3 : 0.17 0.15 Mbits/s 8 TCP upload::4 : 0.22 0.20 Mbits/s 11 ``` ``` Started Flent 1.3.0 using Python 2.7.15. Starting rrul test. Expected run time: 70 seconds. Data file written to ./rrul-2019-09-11T125110.964940.Running_flent_from_Richs-MBP-10337_lan.flent.gz. Summary of rrul test run from 2019-09-11 16:51:10.964940 Title: 'Running_flent_from_Richs-MBP-10337.lan' avg median # data pts Ping (ms) ICMP : 104.75 104.00 ms 348 Ping (ms) ICMP 1.1.1.1 (extra) : 28.96 28.80 ms 346 Ping (ms) UDP BE : 104.78 104.38 ms 261 Ping (ms) UDP BK : 105.18 104.71 ms 273 Ping (ms) UDP EF : 104.18 103.31 ms 247 Ping (ms) avg : 88.23 89.39 ms 353 TCP download BE : 1.53 1.59 Mbits/s 282 TCP download BK : 1.56 1.60 Mbits/s 284 TCP download CS5 : 1.46 1.51 Mbits/s 286 TCP download EF : 1.51 1.58 Mbits/s 282 TCP download avg : 1.51 1.55 Mbits/s 301 TCP download sum : 6.04 6.20 Mbits/s 301 TCP totals : 6.06 6.21 Mbits/s 301 TCP upload BE : 0.09 0.08 Mbits/s 4 TCP upload BK : 0.09 0.07 Mbits/s 3 TCP upload CS5 : 0.11 0.09 Mbits/s 5 TCP upload EF : 0.11 0.09 Mbits/s 5 TCP upload avg : 0.09 0.08 Mbits/s 48 TCP upload sum : 0.14 0.12 Mbits/s 48 ``` ``` Started Flent 1.3.0 using Python 2.7.15. Starting rrul_be test. Expected run time: 70 seconds. Data file written to ./rrul_be-2019-09-11T125231.578848.Running_flent_from_Richs-MBP-10337_lan.flent.gz. Summary of rrul_be test run from 2019-09-11 16:52:31.578848 Title: 'Running_flent_from_Richs-MBP-10337.lan' avg median # data pts Ping (ms) ICMP : 104.88 104.00 ms 350 Ping (ms) ICMP 1.1.1.1 (extra) : 30.32 29.90 ms 349 Ping (ms) UDP BE1 : 105.10 104.38 ms 248 Ping (ms) UDP BE2 : 106.64 106.27 ms 277 Ping (ms) UDP BE3 : 105.71 104.71 ms 279 Ping (ms) avg : 89.55 90.38 ms 353 TCP download BE : 1.45 1.49 Mbits/s 278 TCP download BE2 : 1.52 1.57 Mbits/s 280 TCP download BE3 : 1.66 1.71 Mbits/s 281 TCP download BE4 : 1.36 1.42 Mbits/s 278 TCP download avg : 1.49 1.53 Mbits/s 301 TCP download sum : 5.97 6.13 Mbits/s 301 TCP totals : 6.00 6.15 Mbits/s 301 TCP upload BE : 0.08 0.06 Mbits/s 3 TCP upload BE2 : 0.11 0.09 Mbits/s 5 TCP upload BE3 : 0.11 0.09 Mbits/s 5 TCP upload BE4 : 0.11 0.09 Mbits/s 5 TCP upload avg : 0.09 0.09 Mbits/s 34 TCP upload sum : 0.19 0.23 Mbits/s 34 bash-3.2$ ``` -- 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/182