From: Dave Taht <dave@taht.net>
To: Georgios Amanakis <gamanakis@gmail.com>
Cc: Dave Taht <dave.taht@gmail.com>, Cake List <cake@lists.bufferbloat.net>
Subject: Re: [Cake] cake flenter results round 3
Date: Fri, 01 Dec 2017 17:23:53 -0800 [thread overview]
Message-ID: <87zi71gbx2.fsf@nemesis.taht.net> (raw)
In-Reply-To: <CACvFP_j95vk8Gxi7t_v2KBc+8GAHCRucs9DE=9qZuQyCHnPL3w@mail.gmail.com> (Georgios Amanakis's message of "Fri, 1 Dec 2017 16:41:24 -0500")
Georgios Amanakis <gamanakis@gmail.com> writes:
> 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:
a reference run with
tc qdisc del dev mbox.l root
tc qdisc del dev mbox.r root
# this may already be our default.
tc qdisc add dev mbox.l root pfifo-fast limit 1000
tc qdisc add dev mbox.r root pfifo-fast limit 1000
> tc qdisc replace dev ${host}.r root codel
Here a definition of a win has to also include a shaper, like
cake's integral one.
tc qdisc replace dev ${host}.r root handle 1:0 netem \
rate 890mbit limit 100000
tc qdisc replace dev ${host}.r parent 1:1 handle 10:1 \
codel
(same for .l)
I note that I still trust htb's shaper further tha netem's...
(substitute pie, fq, sfq, etc for codel above)
(did I jump for joy too soon on the fq_codel vs sfq front?)
>
> mbox:
> tc qdisc replace dev ${host}.l root fq maxrate 890mbit
> tc qdisc replace dev ${host}.r root fq maxrate 890mbit
maxrate only puts a cap on each flows peak sending rate.
> rrul_be_nflows, 32 upstream, 32 downstream. In every case cake wins.
>
> George
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Cake mailing list
> Cake@lists.bufferbloat.net
> https://lists.bufferbloat.net/listinfo/cake
next prev parent reply other threads:[~2017-12-02 1:23 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-29 23:18 Pete Heist
2017-11-29 23:25 ` Jonathan Morton
2017-11-30 17:13 ` Georgios Amanakis
2017-11-30 17:22 ` Jonathan Morton
2017-11-30 18:07 ` Georgios Amanakis
2017-11-30 18:13 ` Jonathan Morton
2017-11-30 18:17 ` Georgios Amanakis
2017-11-30 18:27 ` Jonathan Morton
2017-11-30 18:32 ` Georgios Amanakis
2017-12-01 18:09 ` Dave Taht
2017-12-01 18:21 ` Dave Taht
2017-11-30 20:17 ` Georgios Amanakis
2017-11-30 21:06 ` Georgios Amanakis
2017-11-30 18:01 ` Dave Taht
2017-11-30 21:03 ` Toke Høiland-Jørgensen
2017-11-30 21:11 ` Georgios Amanakis
2017-11-30 21:29 ` Georgios Amanakis
2017-11-30 21:38 ` Toke Høiland-Jørgensen
2017-11-30 21:58 ` Georgios Amanakis
2017-12-01 0:46 ` Cannot install tc-adv(for cake) on Fedora 27 Yutaka
[not found] ` <mailman.1238.1512089192.3609.cake@lists.bufferbloat.net>
2017-12-01 1:40 ` [Cake] " Jonathan Morton
2017-12-01 1:52 ` Bret Towe
[not found] ` <CAJq5cE0u2f0OnC-Tv5pLed8QUkWj+296gokBhKDLwa9adJ6CPA@mail.gmail.com>
[not found] ` <CAJq5cE0kj3RekGBCoRXFhtpDLBreZmRXte6vzAO589jTBXvPbw@mail.gmail.com>
2017-12-01 3:32 ` Jonathan Morton
2017-12-01 4:10 ` Bret Towe
2017-12-01 1:53 ` Yutaka
2017-12-01 12:49 ` [Cake] cake flenter results round 3 Toke Høiland-Jørgensen
2017-11-30 21:32 ` Toke Høiland-Jørgensen
2017-11-30 21:34 ` 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
2017-12-02 1:23 ` Dave Taht [this message]
[not found] ` <CACvFP_hJJ22_Y032GzAe1rPpDFZK_Fbe+4Pqw9zBXntyaqUAkQ@mail.gmail.com>
2017-12-02 1:25 ` [Cake] Fwd: " Georgios Amanakis
2017-12-02 1:31 ` [Cake] " Georgios Amanakis
2017-12-02 1:37 ` Georgios Amanakis
2017-12-02 1:41 ` Dave Taht
2017-12-02 17:47 ` George Amanakis
2017-12-02 17:59 ` Dave Taht
2017-12-02 18:30 ` George Amanakis
2017-12-02 18:41 ` Dave Taht
2017-12-02 18:34 ` Dave Taht
2017-12-02 23:50 ` Georgios Amanakis
2018-01-02 22:54 ` Kristjan Onu
2018-01-07 20:23 ` Kristjan Onu
2017-11-30 6:28 ` Dave Taht
2017-11-30 19:26 ` Cannot Install cake qdisc to CentOS7 Yutaka
[not found] ` <mailman.1227.1512070029.3609.cake@lists.bufferbloat.net>
[not found] ` <CACvFP_hnRgCsV4NiZT66xfiEjzh_jsT_u_kPjQ0XxzGpHRLi3A@mail.gmail.com>
2017-11-30 19:40 ` [Cake] " Yutaka
2017-11-30 19:40 ` Yutaka
2017-12-01 19:08 ` [Cake] cake flenter results round 3 Dave Taht
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/cake.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zi71gbx2.fsf@nemesis.taht.net \
--to=dave@taht.net \
--cc=cake@lists.bufferbloat.net \
--cc=dave.taht@gmail.com \
--cc=gamanakis@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox