sudo python3 setup.py install or make install flent is actually measuring rate differences, it does not actually assign bandwidth. So your result - where the first flow grabs more bandwidth than the others, is an artifact of your queuing (probably fifo and tcp cubic). The first flow wins. In the case where you have a delay based tcp, the last flow usually wins. In the case of a good AQM, all flows converge to a good, roughly equal rate in rapid order. Summary statistics are not a very useful way of looking at tcp behaviors over time. for more details on what's going on in the tcp stack, on linux, the tcp_nup test can be revealing. This will capture internal tcp stats on this test. flent -H wherever -t whatever --te=upload_streams=4 --socket-stats --step-size .04 tcp_nup On Fri, Apr 3, 2020 at 8:12 PM olg33 wrote: > Thanks Tohojo, > > I just cloned the repository and ran Flent using the run-Flent script. > It's awesome! I tested several scenarios and in all cases it worked as > expected. I just Have a question, how is the bandwidth assigned to each > marked data stream? for instance, in one test I got the following bandwidth > for these TCP streams: > > TCP download::0 (11) : 85.08 86.78 Mbits/s > TCP download::1 (15) : 52.73 53.28 Mbits/s > TCP download::1 (10) : 57.78 58.45 Mbits/s > > Are these values 86.78Mb/s, 53.28Mb/s and 58.45 Mb/s assigned ramdomly? > What's the criteria to distribute the bandwitdth this way? or, can it be > assigned via parameter, like a percentage of the total bandwidth available? > > Finally, I'd like to properly install the cloned version of Flent via > "make install". Normally there is an autogen.sh and/or a configure script > we run before proceeding with the compilation and file creation -make > install- but I can't find these files in the cloned file system. Could you > tell me where to find these files or if they have a different name? > > Thank you so much for all your kind help. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > , or > unsubscribe > > . > _______________________________________________ > Flent-users mailing list > Flent-users@flent.org > http://flent.org/mailman/listinfo/flent-users_flent.org > -- Make Music, Not War Dave Täht CTO, TekLibre, LLC http://www.teklibre.com Tel: 1-831-435-0729