Cake - FQ_codel the next generation
 help / color / mirror / Atom feed
* [Cake] Fwd:  cake flenter results round 3
@ 2017-12-02  3:26 Georgios Amanakis
  0 siblings, 0 replies; 2+ messages in thread
From: Georgios Amanakis @ 2017-12-02  3:26 UTC (permalink / raw)
  To: Cake List


[-- Attachment #1.1: Type: text/plain, Size: 942 bytes --]

I cannot attach the flent.gz files as they exceed the message size limit of
the list. Hopefully Dave got them.

---------- Forwarded message ----------
From: Georgios Amanakis <gamanakis@gmail.com>
Date: Fri, Dec 1, 2017 at 10:20 PM
Subject: Re: [Cake] cake flenter results round 3
To: Dave Taht <dave.taht@gmail.com>
Cc: Cake List <cake@lists.bufferbloat.net>


Just finished testing. CMTS Setup:
server   --   delay   --   isp   --   mbox   --   client
netserver     100ms      900mbit     810mbit      flent

I am attaching the setup, tried to implement all of Dave's suggestions.
I used the files:
vsetup.sh # topology
vcake.sh{.htb} # qdiscs
sshd.sh # start netserver, irtt etc.
stats.sh # generate the txt files with qdisc stats

Tested pfifo, cake, cake_flowblind, netem_codel, htb_codel, htb_pie,
htb_fq, htb_sfq.

In terms of latency cake_flowblind seems to be as good as
htb_{codel,pie,fq}.
htb_sfq outperforms it slightly.

George

[-- Attachment #1.2: Type: text/html, Size: 1556 bytes --]

[-- Attachment #2: box_totals.png --]
[-- Type: image/png, Size: 109302 bytes --]

[-- Attachment #3: setup.tgz --]
[-- Type: application/x-gzip, Size: 6777 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cake] Fwd:  cake flenter results round 3
       [not found]               ` <CACvFP_hJJ22_Y032GzAe1rPpDFZK_Fbe+4Pqw9zBXntyaqUAkQ@mail.gmail.com>
@ 2017-12-02  1:25                 ` Georgios Amanakis
  0 siblings, 0 replies; 2+ messages in thread
From: Georgios Amanakis @ 2017-12-02  1:25 UTC (permalink / raw)
  To: Cake List


[-- Attachment #1.1: Type: text/plain, Size: 1680 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2518 bytes --]

[-- Attachment #2: tcp_rtt_cake_netem_codel.png --]
[-- Type: image/png, Size: 172662 bytes --]

[-- Attachment #3: box_totals_cake_netem_codel.png --]
[-- Type: image/png, Size: 58567 bytes --]

[-- Attachment #4: rrul_be_nflows-2017-12-01T201958.740500.nflows_vs_rate_32_32_netem_codel_900mbit.flent.gz --]
[-- Type: application/x-gzip, Size: 968265 bytes --]

[-- Attachment #5: rrul_be_nflows-2017-12-01T160646.489200.nflows_vs_rate_32_32_cake_890mbit.flent.gz --]
[-- Type: application/x-gzip, Size: 976251 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-02  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-02  3:26 [Cake] Fwd: cake flenter results round 3 Georgios Amanakis
  -- strict thread matches above, loose matches on Subject: below --
2017-11-29 23:18 [Cake] " Pete Heist
2017-11-29 23:25 ` Jonathan Morton
2017-11-30 17:13   ` Georgios Amanakis
2017-12-01 19:23     ` Dave Taht
2017-12-01 19:29       ` Georgios Amanakis
2017-12-01 19:45         ` Dave Taht
2017-12-01 19:46           ` Dave Taht
2017-12-01 21:41             ` Georgios Amanakis
     [not found]               ` <CACvFP_hJJ22_Y032GzAe1rPpDFZK_Fbe+4Pqw9zBXntyaqUAkQ@mail.gmail.com>
2017-12-02  1:25                 ` [Cake] Fwd: " Georgios Amanakis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox