<div dir="ltr"><div><div><div>Hi,<br><br></div>correct, I've left egress on 4000 (I thought I should test only ingress first), but when I did the test with youtube + torrent transfer, I've had set upload to very small number (I think 10 kbytes/s).<br><br></div>Yes I have DSL line (VDSL2 as I've read ISP info), I'll try to set the linklayer option on ethernet with overhead of 8, like it says on <a href="http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310">http://www.bufferbloat.net/projects/cerowrt/wiki/Setting_up_SQM_for_CeroWrt_310</a><br></div>I have linux machine so I'll install netperf-wrapper and test things<br><div><div><br>sqm configuration:<br><br>root@cerowrt:~# uci show sqm<br>sqm.ge00=queue<br>sqm.ge00.interface=ge00<br>sqm.ge00.qdisc=fq_codel<br>sqm.ge00.script=simple.qos<br>sqm.ge00.qdisc_advanced=1<br>sqm.ge00.ingress_ecn=ECN<br>sqm.ge00.egress_ecn=NOECN<br>sqm.ge00.qdisc_really_really_advanced=1<br>sqm.ge00.itarget=auto<br>sqm.ge00.etarget=auto<br>sqm.ge00.linklayer=none<br>sqm.ge00.download=3100<br>sqm.ge00.upload=4000<br>sqm.ge00.enabled=1<br><br></div><div>Thank you guys,<br></div><div>Dane<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-11-21 12:16 GMT+01:00 Sebastian Moeller <span dir="ltr"><<a href="mailto:moeller0@gmx.de" target="_blank">moeller0@gmx.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dane,<br>
<div><div class="h5"><br>
<br>
On Nov 20, 2014, at 15:13 , Dane Medic <<a href="mailto:dm70dm@gmail.com">dm70dm@gmail.com</a>> wrote:<br>
<br>
> dpreed, thank you for response. I'm already using fq_codel with cerowrt and I don't think it does what I want (or maybe I want too much :)<br>
><br>
> So the steps I've made:<br>
> flashed wndr3700v2 with cerowrt 3.10.50-1 then I've measured:<br>
><br>
> root@cerowrt:/usr/lib/CeroWrtScripts# sh betterspeedtest.sh -p <a href="http://wlan-si.net" target="_blank">wlan-si.net</a> -t 120<br>
> 2014-11-20 12:18:34 Testing against <a href="http://netperf.bufferbloat.net" target="_blank">netperf.bufferbloat.net</a> (ipv4) with 5 simultaneous sessions while pinging <a href="http://wlan-si.net" target="_blank">wlan-si.net</a> (120 seconds in each direction)<br>
> .........................................................................................................................<br>
>  Download:  3.78 Mbps<br>
>   Latency: (in msec, 119 pings, 0.00% packet loss)<br>
>       Min: 13.077<br>
>     10pct: 251.522<br>
>    Median: 317.851<br>
>       Avg: 308.497<br>
>     90pct: 371.033<br>
>       Max: 376.132<br>
> ............................................................................................................................<br>
>    Upload:  0.48 Mbps<br>
>   Latency: (in msec, 103 pings, 0.00% packet loss)<br>
>       Min: 12.278<br>
>     10pct: 12.727<br>
>    Median: 18.359<br>
>       Avg: 23.256<br>
>     90pct: 33.971<br>
>       Max: 180.303<br>
><br>
> Then I've put these commands:<br>
><br>
> uci set sqm.ge00.enabled=1<br>
> uci set sqm.ge00.download=3200<br>
> uci set sqm.ge00.qdisc=nfq_codel<br>
> uci commit sqm<br>
> reboot<br>
><br>
> And another measure:<br>
><br>
> root@cerowrt:/usr/lib/CeroWrtScripts# sh betterspeedtest.sh -p <a href="http://wlan-si.net" target="_blank">wlan-si.net</a> -t 120<br>
> 2014-11-20 12:49:05 Testing against <a href="http://netperf.bufferbloat.net" target="_blank">netperf.bufferbloat.net</a> (ipv4) with 5 simultaneous sessions while pinging <a href="http://wlan-si.net" target="_blank">wlan-si.net</a> (120 seconds in each direction)<br>
> .........................................................................................................................<br>
>  Download:  2.74 Mbps<br>
>   Latency: (in msec, 121 pings, 0.00% packet loss)<br>
>       Min: 12.210<br>
>     10pct: 13.002<br>
>    Median: 15.077<br>
>       Avg: 15.095<br>
>     90pct: 16.968<br>
>       Max: 18.599<br>
> .............................................................................................................................<br>
>    Upload:  0.49 Mbps<br>
>   Latency: (in msec, 101 pings, 0.00% packet loss)<br>
>       Min: 12.255<br>
>     10pct: 12.684<br>
>    Median: 16.679<br>
>       Avg: 23.100<br>
>     90pct: 34.019<br>
>       Max: 170.173<br>
><br>
> The tests doesn't look bad, but the problem is I watch a video clip on youtube and my sister starts torrent client, I can't watch anymore.<br>
<br>
</div></div>        Could you post the content of /etc/config/sqm from after activating SQM please. It looks like you did not activate shaping on egress (its not in the “ici set *” above and the upload statistics look identical to the first unshaped example). You really need to control the buffer in both directions to get rid of nasty latency spikes (especially with torrents that I assume  will try to use both directions maximally if left to their own devices). Also 4M/512K sounds like a DSL link, if so you might find the link layer adjustments helpful (if there are question what to fill in just ask). Also if you have a linux or macosx computer available I would recommend to install netperf-wrapper and use the RRUL test to simultaneously load down- and up-link (or alternatively netperfrunner.sh) as this will show bloated buffers more clearly than the individual tests for each direction as performed by betterspeedtest.sh.<br>
<br>
Best Regards<br>
<span class="HOEnZb"><font color="#888888">        Sebastian<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
><br>
> Cheers<br>
> _______________________________________________<br>
> Cerowrt-devel mailing list<br>
> <a href="mailto:Cerowrt-devel@lists.bufferbloat.net">Cerowrt-devel@lists.bufferbloat.net</a><br>
> <a href="https://lists.bufferbloat.net/listinfo/cerowrt-devel" target="_blank">https://lists.bufferbloat.net/listinfo/cerowrt-devel</a><br>
<br>
</div></div></blockquote></div><br></div>