[Cake] Fwd: cake flenter results round 3

Georgios Amanakis gamanakis at gmail.com
Fri Dec 1 20:25:37 EST 2017


---------- Forwarded message ----------
From: Georgios Amanakis <gamanakis at gmail.com>
Date: Fri, Dec 1, 2017 at 8:25 PM
Subject: Re: [Cake] cake flenter results round 3
To: Dave Taht <dave.taht at gmail.com>


The only thing in the CMTS setup 900mbit that appears to be close to cake
is rate limiting with netem and applying codel
 as sub-qdisc.

host=mbox
tc qdisc replace dev ${host}.l root handle 1:0 netem rate 890mbit
tc qdisc replace dev ${host}.r root handle 1:0 netem rate 890mbit
tc qdisc replace dev ${host}.l parent 1:1 handle 10:1 codel
tc qdisc replace dev ${host}.r parent 1:1 handle 10:1 codel


On Fri, Dec 1, 2017 at 4:41 PM, Georgios Amanakis <gamanakis at gmail.com>
wrote:

> Thank you Dave!
> I am playing around with this setup:
> server -- delay -- isp -- mbox -- client
>
> delay:
> tc qdisc replace dev ${host}.l root netem delay 50ms limit 100000
> tc qdisc replace dev ${host}.r root netem delay 50ms limit 100000
>
> isp:
> tc qdisc replace dev ${host}.l root handle 1:0 netem rate 900mbit limit
> 100000
> tc qdisc replace dev ${host}.r root handle 1:0 netem rate 900mbit limit
> 100000
> tc qdisc replace dev ${host}.r parent 1:1 handle 10:1 bfifo limit 1024k
>
>
> I played with mbox's qdiscs (3 variations).
> mbox:
> tc qdisc replace dev ${host}.l root cake bandwidth 890mbit
> tc qdisc replace dev ${host}.r root cake bandwidth 890mbit
>
>
> mbox:
> tc qdisc replace dev ${host}.l root codel
> tc qdisc replace dev ${host}.r root codel
>
>
> mbox:
> tc qdisc replace dev ${host}.l root fq maxrate 890mbit
> tc qdisc replace dev ${host}.r root fq maxrate 890mbit
>
>
> rrul_be_nflows, 32 upstream, 32 downstream. In every case cake wins.
>
> George
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20171201/65786767/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tcp_rtt_cake_netem_codel.png
Type: image/png
Size: 172662 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20171201/65786767/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: box_totals_cake_netem_codel.png
Type: image/png
Size: 58567 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20171201/65786767/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rrul_be_nflows-2017-12-01T201958.740500.nflows_vs_rate_32_32_netem_codel_900mbit.flent.gz
Type: application/x-gzip
Size: 968265 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20171201/65786767/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rrul_be_nflows-2017-12-01T160646.489200.nflows_vs_rate_32_32_cake_890mbit.flent.gz
Type: application/x-gzip
Size: 976251 bytes
Desc: not available
URL: <https://lists.bufferbloat.net/pipermail/cake/attachments/20171201/65786767/attachment-0003.bin>


More information about the Cake mailing list