From: Georgios Amanakis <gamanakis@gmail.com>
To: Cake List <cake@lists.bufferbloat.net>
Subject: Re: [Cake] cake flenter results round 2
Date: Tue, 28 Nov 2017 22:29:48 -0500 [thread overview]
Message-ID: <CACvFP_h3tRnXwsA9HnyLj8v+=6LQOWFk0gm+PB7WeDg8MNfcXg@mail.gmail.com> (raw)
In-Reply-To: <CACvFP_iSDT6eJpMUosTyDjVR0f_UQU0KUgkD7VBYtLx9st8Ucw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 4257 bytes --]
I just ran some rrul tests, but I am getting a strange behaviour.
Setup:
server -- delay -- mbox -- client
netserver 50ms/50ms 45/900mbit
cli:
https://drive.google.com/open?id=10CwMwLItL6bVSyMTp8-kVXWuFBAG6ft2
1) ./vsetup.sh (includes vcake.sh)
2) ip netns exec server netserver
3) ip netns exec client flent ....
rrul1 flent:
https://drive.google.com/open?id=1XB1k68fv4PCsRhSbmbCMvqOLk7Dv08bh
rrul1 tc qdisc show:
https://drive.google.com/open?id=1mKEYq7iDauOL5A9lCat_jAUgE7Eq6et8
rrul2 flent:
https://drive.google.com/open?id=19OhJdOtMLcsNM66Jy-Edn7rD8TC9WelJ
rrul2 tc qdisc show:
https://drive.google.com/open?id=1HtgjwvmTbr7XQKRp4XOqVvkz8FzCxdTk
rrul1 looks good, while rrul2 has a very strange trace. Look at the
upload/ping. The setup was exactly the same between these two. If I lower
the mbox bandwidth to 10/200mbit I don't get this behaviour anymore, the
traces look like rrul1.
Am I doing something wrong?
George
On Tue, Nov 28, 2017 at 7:20 PM, Georgios Amanakis <gamanakis@gmail.com>
wrote:
>
>
> I got Dave's netns scripts working on my server. Will try to run rrul
> tests on a 200/10mbit tonight.
>
> George
>
> On Nov 28, 2017 7:16 PM, "Pete Heist" <peteheist@gmail.com> wrote:
>
>>
>> > On Nov 28, 2017, at 11:52 PM, Dave Taht <dave@taht.net> wrote:
>> >
>> > A diffserv 200Mbit result would be good.
>> >
>> > We are utterly out of cpu at 900mbits here.
>> >
>> > <not_winning_on_cpu.png>
>>
>> Wow, I see flent’s combination plots are handy though.
>>
>> Stuff to sort in irtt also. Merely setting the source IP of an outgoing
>> packet doubles allocated heap when it calls into x/net code. Super.
>>
>> Ok, here’s a quick veth try but I gotta get to sleep so I’m not
>> investigating much ’til later. I wonder if 4.9.0-4 is enough:
>>
>> root@apu2a:/home/sysadmin/src/veth# cat settings.example
>> export HOSTS="server client delay mbox"
>>
>> # I’ve been a bad boy and did sudo make install in iproute2-cake-next
>> export TC=/sbin/tc
>> root@apu2a:/home/sysadmin/src/veth# ./vsetup.sh
>> Cannot remove namespace file "/var/run/netns/server": No such file or
>> directory
>> Cannot remove namespace file "/var/run/netns/client": No such file or
>> directory
>> Cannot remove namespace file "/var/run/netns/delay": No such file or
>> directory
>> Cannot remove namespace file "/var/run/netns/mbox": No such file or
>> directory
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> RTNETLINK answers: File exists
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> net.ipv4.ip_forward = 1
>> net.ipv6.conf.all.forwarding = 1
>> root@apu2a:/home/sysadmin/src/veth# ./vcake.sh
>> root@apu2a:/home/sysadmin/src/veth# ip netns exec server flent -H
>> 10.10.2.2 rrul_be
>> Started Flent 1.1.1-git-5daa2b3 using Python 2.7.13.
>> Starting rrul_be test. Expected run time: 70 seconds.
>> WARNING: Program exited non-zero.
>> Runner class: NetperfDemoRunner
>> Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -4 -Y CS0,CS0 -H 10.10.2.2
>> -p 12865 -t UDP_RR -l 70 -F /dev/urandom -- -H 10.10.2.2 -k
>> THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_
>> MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_S
>> OCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,
>> LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE
>> Return code: 255
>> Stdout: establish control: are you sure there is a netserver listening on
>> 10.10.2.2 at port 12865?
>> establish_control could not establish the control connection from 0.0.0.0
>> port 0 address family AF_INET to 10.10.2.2 port 12865 address family AF_INET
>>
>> ...
>> _______________________________________________
>> Cake mailing list
>> Cake@lists.bufferbloat.net
>> https://lists.bufferbloat.net/listinfo/cake
>>
>
>
[-- Attachment #2: Type: text/html, Size: 6677 bytes --]
next prev parent reply other threads:[~2017-11-29 3:29 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-28 14:11 Pete Heist
2017-11-28 15:56 ` Pete Heist
2017-11-28 19:07 ` Dave Taht
2017-11-28 20:35 ` Pete Heist
2017-11-28 22:34 ` Dave Taht
2017-11-28 22:52 ` Dave Taht
2017-11-29 0:16 ` Pete Heist
[not found] ` <CACvFP_iY+KSUgyqrJsmpEjY8Bj5E+vCTwRhojQzUhkE2_7XVXA@mail.gmail.com>
2017-11-29 0:20 ` [Cake] Fwd: " Georgios Amanakis
2017-11-29 3:29 ` Georgios Amanakis [this message]
2017-11-29 4:01 ` [Cake] " Dave Taht
2017-11-29 14:34 ` Georgios Amanakis
2017-11-29 14:43 ` Georgios Amanakis
2017-11-29 14:50 ` Toke Høiland-Jørgensen
2017-11-29 15:33 ` Pete Heist
2017-11-29 15:44 ` Toke Høiland-Jørgensen
2017-11-29 16:06 ` Georgios Amanakis
2017-11-29 17:44 ` Dave Taht
2017-11-29 17:49 ` Georgios Amanakis
[not found] ` <CACvFP_hJJNJh98Eu30zEYQO5jW6CwQcxK-FBYMuOi796FwkOww@mail.gmail.com>
2017-11-29 17:51 ` [Cake] Fwd: " Georgios Amanakis
2017-11-29 18:00 ` Dave Taht
2017-11-29 18:19 ` Georgios Amanakis
2017-11-29 18:51 ` Dave Taht
2017-11-29 18:54 ` Georgios Amanakis
2017-11-29 20:06 ` Dave Taht
[not found] ` <CACvFP_iG1tTJLbpsd7YCQRH=TKX5rz4GZ8m1x34xGahSTWTgzA@mail.gmail.com>
2017-11-29 20:38 ` [Cake] Fwd: " Georgios Amanakis
2017-11-29 21:04 ` [Cake] " Georgios Amanakis
2017-11-30 17:54 ` Dave Taht
2017-11-29 17:54 ` [Cake] " Dave Taht
[not found] ` <CACvFP_jkqS4b1w7sfNDthx4G4_fp21P-DDFtREGMzz+zLzcThQ@mail.gmail.com>
2017-11-29 17:59 ` [Cake] Fwd: " Georgios Amanakis
2017-11-29 16:08 ` [Cake] " Pete Heist
2017-11-29 16:12 ` Georgios Amanakis
2017-11-29 16:17 ` Toke Høiland-Jørgensen
2017-11-29 16:21 ` Toke Høiland-Jørgensen
2017-11-29 16:24 ` Georgios Amanakis
2017-11-29 16:27 ` Pete Heist
2017-11-29 16:36 ` Georgios Amanakis
2017-11-29 16:40 ` Toke Høiland-Jørgensen
[not found] ` <CACvFP_g66TUdpVtFuJOi_5E1XVCf1Fo1QuRf5zG4nGDExWE2JA@mail.gmail.com>
2017-11-29 16:55 ` [Cake] Fwd: " Georgios Amanakis
2017-11-29 3:42 ` [Cake] " Georgios Amanakis
2017-11-29 8:19 ` Pete Heist
2017-11-29 12:07 ` Pete Heist
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='CACvFP_h3tRnXwsA9HnyLj8v+=6LQOWFk0gm+PB7WeDg8MNfcXg@mail.gmail.com' \
--to=gamanakis@gmail.com \
--cc=cake@lists.bufferbloat.net \
/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