From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) by mail.toke.dk (Postfix) with ESMTPS id DF7AA8C4122 for ; Mon, 27 Sep 2021 23:34:16 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=SqpoOt9j Received: from github-lowworker-25680bd.va3-iad.github.net (github-lowworker-25680bd.va3-iad.github.net [10.48.17.61]) by smtp.github.com (Postfix) with ESMTP id 196BF340BEA for ; Mon, 27 Sep 2021 14:34:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1632778456; bh=0yKw2qIHcW9YvMzvAZ0H5e0F6iovr8aifu2Dd5+6tBc=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=SqpoOt9jZs6qWEJci1h7cHcpntyxT7bsEyr8nvGguzWC//281WjXjOeLnSi7e5/NW D7pyT5o3hB+dSAqpm9duAvT3Vn0owR7Y4Osg2uzkhdqvml7O9eUWhPUlwNMalAAHhI hlrxxWCowmDAZiCU0ewAOOB9nymamPM25n/T2A5s= Date: Mon, 27 Sep 2021 14:34:16 -0700 From: j-breyer To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_615238d8a58e_6dbc760149565"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: j-breyer X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: N7KGLZXHS2GJLIO2ZJRB5NYQIXEII5GB X-Message-ID-Hash: N7KGLZXHS2GJLIO2ZJRB5NYQIXEII5GB X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] Re: [tohojo/flent] irtt fails with IPv6 (wrong format) (#238) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_615238d8a58e_6dbc760149565 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I'm running the flent tests in a mininet with IPv6 enabled (ping is working). On server side: `sudo netserver -6 -L fe80::200:aff:fe00:e02%h2-eth0 -p 12865 -d` to start the netserver, then `sudo irtt server` for the irtt server On client side: `sudo flent rrul -6 -p all_scaled --local-bind=fe80::200:aff:fe00:601%h1-eth0 -l 60 -H fe80::200:aff:fe00:e02 -t ipv6 -o ipv6_dscp.pdf -v` fails to achieve the UDP RTT measurement, but completes the TCP and ICMP6 part (full verbose output below). Running the same command with IPv4 addresses of the hosts (netserver enabled respectively): `sudo flent rrul -p all_scaled --local-bind=10.0.6.1 -l 60 -H 10.0.14.2 -t ipv4 -o ipv4_dscp.pdf -v` works just fine. The difference in output comes in these lines: ``` Ping (ms) UDP EF: Adding child IrttRunner which: /usr/local/sbin/irtt is not an executable file which: /usr/local/bin/irtt is not an executable file which: /usr/sbin/irtt is not an executable file which: Found irtt executable at /usr/bin/irtt UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address ). Using netperf UDP_RR ``` which comes from `flent` passing the IPv6 address not in the correct format to `irtt` - `irtt` requires the IPv6 passed in `[a::b]` brackets, to distinguish it from the port (if I read it correctly, [reference to the irtt page](https://htmlpreview.github.io/?https://github.com/heistp/irtt/blob/master/doc/irtt-client.html#host-formats) Full output of the IPv6-command: ``` Executing test environment file /usr/share/flent/flent/tests/rrul.conf Started Flent 1.3.2 using Python 3.8.10. Looking up hostname 'fe80::200:aff:fe00:e02'. Executing test environment file /usr/share/flent/flent/tests/rrul.conf Gathering local metadata Looking up hostname 'fe80::200:aff:fe00:e02'. Starting rrul test. Expected run time: 70 seconds. which: /usr/local/sbin/netperf is not an executable file which: /usr/local/bin/netperf is not an executable file which: /usr/sbin/netperf is not an executable file which: Found netperf executable at /usr/bin/netperf Ping (ms) UDP EF: Adding child IrttRunner which: /usr/local/sbin/irtt is not an executable file which: /usr/local/bin/irtt is not an executable file which: /usr/sbin/irtt is not an executable file which: Found irtt executable at /usr/bin/irtt UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address ). Using netperf UDP_RR Ping (ms) UDP EF: Adding child NetperfDemoRunner Ping (ms) UDP BK: Adding child IrttRunner which: /usr/local/sbin/irtt is not an executable file which: /usr/local/bin/irtt is not an executable file which: /usr/sbin/irtt is not an executable file which: Found irtt executable at /usr/bin/irtt UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address ). Using netperf UDP_RR Ping (ms) UDP BK: Adding child NetperfDemoRunner Ping (ms) UDP BE: Adding child IrttRunner which: /usr/local/sbin/irtt is not an executable file which: /usr/local/bin/irtt is not an executable file which: /usr/sbin/irtt is not an executable file which: Found irtt executable at /usr/bin/irtt UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address ). Using netperf UDP_RR Ping (ms) UDP BE: Adding child NetperfDemoRunner which: /usr/local/sbin/fping6 is not an executable file which: /usr/local/bin/fping6 is not an executable file which: /usr/sbin/fping6 is not an executable file which: Found fping6 executable at /usr/bin/fping6 which: /usr/local/sbin/ping6 is not an executable file which: /usr/local/bin/ping6 is not an executable file which: /usr/sbin/ping6 is not an executable file which: Found ping6 executable at /usr/bin/ping6 Forked /usr/bin/netperf as pid 288938 TCP upload BE: Starting watchdog with timeout 75 Started TimerRunner idx 0 ('Watchdog [TCP upload BE]') Started NetperfDemoRunner idx 0 ('TCP upload BE') Forked /usr/bin/netperf as pid 288941 TCP upload BK: Starting watchdog with timeout 75 Started TimerRunner idx 1 ('Watchdog [TCP upload BK]') Started NetperfDemoRunner idx 1 ('TCP upload BK') Forked /usr/bin/netperf as pid 288944 TCP upload CS5: Starting watchdog with timeout 75 Started TimerRunner idx 2 ('Watchdog [TCP upload CS5]') Started NetperfDemoRunner idx 2 ('TCP upload CS5') Forked /usr/bin/netperf as pid 288947 TCP upload EF: Starting watchdog with timeout 75 Started TimerRunner idx 3 ('Watchdog [TCP upload EF]') Started NetperfDemoRunner idx 3 ('TCP upload EF') Forked /usr/bin/netperf as pid 288950 TCP download BE: Starting watchdog with timeout 75 Started TimerRunner idx 6 ('Watchdog [TCP download BE]') Started NetperfDemoRunner idx 6 ('TCP download BE') Forked /usr/bin/netperf as pid 288953 TCP download BK: Starting watchdog with timeout 75 Started TimerRunner idx 7 ('Watchdog [TCP download BK]') Started NetperfDemoRunner idx 7 ('TCP download BK') Forked /usr/bin/netperf as pid 288956 TCP download CS5: Starting watchdog with timeout 75 Started TimerRunner idx 8 ('Watchdog [TCP download CS5]') Started NetperfDemoRunner idx 8 ('TCP download CS5') Forked /usr/bin/netperf as pid 288959 TCP download EF: Starting watchdog with timeout 75 Started TimerRunner idx 9 ('Watchdog [TCP download EF]') Started NetperfDemoRunner idx 9 ('TCP download EF') Forked /usr/bin/netperf as pid 288962 Ping (ms) UDP EF :: child 0: Starting watchdog with timeout 80 Started TimerRunner idx 13 ('Watchdog [Ping (ms) UDP EF :: child 0]') Started NetperfDemoRunner idx 13 ('Ping (ms) UDP EF :: child 0') Forked /usr/bin/netperf as pid 288965 Ping (ms) UDP BK :: child 0: Starting watchdog with timeout 80 Started TimerRunner idx 14 ('Watchdog [Ping (ms) UDP BK :: child 0]') Started NetperfDemoRunner idx 14 ('Ping (ms) UDP BK :: child 0') Forked /usr/bin/netperf as pid 288968 Ping (ms) UDP BE :: child 0: Starting watchdog with timeout 80 Started TimerRunner idx 15 ('Watchdog [Ping (ms) UDP BE :: child 0]') Started NetperfDemoRunner idx 15 ('Ping (ms) UDP BE :: child 0') Forked /usr/bin/fping6 as pid 288971 Ping (ms) ICMP: Starting watchdog with timeout 71 Started TimerRunner idx 16 ('Watchdog [Ping (ms) ICMP]') Started PingRunner idx 16 ('Ping (ms) ICMP') WARNING: Program exited non-zero. Runner class: NetperfDemoRunner Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y EF,EF -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom -L fe80::200:aff:fe00:601%h1-eth0 -- -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD Return code: 1 Stdout: send_data: data send error: errno 22 Stderr: netperf: send_omni: send_data failed: Invalid argument WARNING: Command produced no valid data. Runner class: NetperfDemoRunner Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y EF,EF -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom -L fe80::200:aff:fe00:601%h1-eth0 -- -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD Return code: 1 Stdout: send_data: data send error: errno 22 Stderr: netperf: send_omni: send_data failed: Invalid argument NetperfDemoRunner Ping (ms) UDP EF :: child 0 finished WARNING: Program exited non-zero. Runner class: NetperfDemoRunner Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y CS1,CS1 -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom -L fe80::200:aff:fe00:601%h1-eth0 -- -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD Return code: 1 Stdout: send_data: data send error: errno 22 Stderr: netperf: send_omni: send_data failed: Invalid argument WARNING: Command produced no valid data. Runner class: NetperfDemoRunner Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y CS1,CS1 -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom -L fe80::200:aff:fe00:601%h1-eth0 -- -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD Return code: 1 Stdout: send_data: data send error: errno 22 Stderr: netperf: send_omni: send_data failed: Invalid argument NetperfDemoRunner Ping (ms) UDP BK :: child 0 finished WARNING: Program exited non-zero. Runner class: NetperfDemoRunner Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom -L fe80::200:aff:fe00:601%h1-eth0 -- -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD Return code: 1 Stdout: send_data: data send error: errno 22 Stderr: netperf: send_omni: send_data failed: Invalid argument WARNING: Command produced no valid data. Runner class: NetperfDemoRunner Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom -L fe80::200:aff:fe00:601%h1-eth0 -- -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD Return code: 1 Stdout: send_data: data send error: errno 22 Stderr: netperf: send_omni: send_data failed: Invalid argument NetperfDemoRunner Ping (ms) UDP BE :: child 0 finished TimerRunner Watchdog [Ping (ms) ICMP]: timer expired TimerRunner Watchdog [Ping (ms) ICMP] finished PingRunner Ping (ms) ICMP killed by kill event PingRunner Ping (ms) ICMP finished TimerRunner Watchdog [TCP upload BE]: timer expired TimerRunner Watchdog [TCP upload BE] finished NetperfDemoRunner TCP upload BE killed by kill event TimerRunner Watchdog [TCP upload BK]: timer expired TimerRunner Watchdog [TCP upload BK] finished NetperfDemoRunner TCP upload BK killed by kill event TimerRunner Watchdog [TCP upload CS5]: timer expired TimerRunner Watchdog [TCP upload CS5] finished NetperfDemoRunner TCP upload CS5 killed by kill event TimerRunner Watchdog [TCP upload EF]: timer expired TimerRunner Watchdog [TCP upload EF] finished NetperfDemoRunner TCP upload EF killed by kill event TimerRunner Watchdog [TCP download BE]: timer expired TimerRunner Watchdog [TCP download BE] finished NetperfDemoRunner TCP download BE killed by kill event TimerRunner Watchdog [TCP download BK]: timer expired TimerRunner Watchdog [TCP download BK] finished NetperfDemoRunner TCP download BK killed by kill event TimerRunner Watchdog [TCP download CS5]: timer expired TimerRunner Watchdog [TCP download CS5] finished NetperfDemoRunner TCP download CS5 killed by kill event TimerRunner Watchdog [TCP download EF]: timer expired TimerRunner Watchdog [TCP download EF] finished NetperfDemoRunner TCP download EF killed by kill event NetperfDemoRunner TCP upload BE finished NetperfDemoRunner TCP upload BK finished NetperfDemoRunner TCP upload CS5 finished NetperfDemoRunner TCP upload EF finished NetperfDemoRunner TCP download BE finished NetperfDemoRunner TCP download BK finished NetperfDemoRunner TCP download CS5 finished NetperfDemoRunner TCP download EF finished Runner aggregation finished Data file written to ./rrul-2021-09-27T210930.953628.ipv6.flent.gz. Creating new PlotFormatter CACHEDIR=/home/justus/.cache/matplotlib Loaded backend pdf version unknown. Initialised matplotlib v3.4.2 on numpy v1.21.1. No raw data found for series TCP download avg, falling back to computed values No raw data found for series TCP upload avg, falling back to computed values No raw data found for series Ping (ms) UDP EF, falling back to computed values No raw data found for series Ping (ms) UDP BK, falling back to computed values No raw data found for series Ping (ms) UDP BE, falling back to computed values No raw data found for series Ping (ms) avg, falling back to computed values Saving plot to ipv6_dscp.pdf Assigning font /b'F1' = '/home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf' Embedding font /home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf. Writing TrueType font. Assigning font /b'F1' = '/home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf' Embedding font /home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf. Writing TrueType font. TimerRunner Watchdog [Ping (ms) UDP EF :: child 0]: timer expired TimerRunner Watchdog [Ping (ms) UDP EF :: child 0] finished TimerRunner Watchdog [Ping (ms) UDP BK :: child 0]: timer expired TimerRunner Watchdog [Ping (ms) UDP BK :: child 0] finished TimerRunner Watchdog [Ping (ms) UDP BE :: child 0]: timer expired TimerRunner Watchdog [Ping (ms) UDP BE :: child 0] finished ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/238#issuecomment-928304894 ----==_mimepart_615238d8a58e_6dbc760149565 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

I'm running the flent tests in a mininet with IPv6 enabled (ping is working).
On server side:
sudo netserver -6 -L fe80::200:aff:fe00:e02%h2-eth0 -p 12865 -d
to start the netserver, then
sudo irtt server
for the irtt server

On client side:
sudo flent rrul -6 -p all_scaled --local-bind=fe80::200:aff:fe00:601%h1-eth0 -l 60 -H fe80::200:aff:fe00:e02 -t ipv6 -o ipv6_dscp.pdf -v
fails to achieve the UDP RTT measurement, but completes the TCP and ICMP6 part (full verbose output below).

Running the same command with IPv4 addresses of the hosts (netserver enabled respectively):
sudo flent rrul -p all_scaled --local-bind=10.0.6.1 -l 60 -H 10.0.14.2 -t ipv4 -o ipv4_dscp.pdf -v
works just fine.

The difference in output comes in these lines:

Ping (ms) UDP EF: Adding child IrttRunner
which: /usr/local/sbin/irtt is not an executable file
which: /usr/local/bin/irtt is not an executable file
which: /usr/sbin/irtt is not an executable file
which: Found irtt executable at /usr/bin/irtt
UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address
). Using netperf UDP_RR

which comes from flent passing the IPv6 address not in the correct format to irtt - irtt requires the IPv6 passed in [a::b] brackets, to distinguish it from the port (if I read it correctly, reference to the irtt page

Full output of the IPv6-command:

Executing test environment file /usr/share/flent/flent/tests/rrul.conf
Started Flent 1.3.2 using Python 3.8.10.
Looking up hostname 'fe80::200:aff:fe00:e02'.
Executing test environment file /usr/share/flent/flent/tests/rrul.conf
Gathering local metadata
Looking up hostname 'fe80::200:aff:fe00:e02'.
Starting rrul test. Expected run time: 70 seconds.
which: /usr/local/sbin/netperf is not an executable file
which: /usr/local/bin/netperf is not an executable file
which: /usr/sbin/netperf is not an executable file
which: Found netperf executable at /usr/bin/netperf
Ping (ms) UDP EF: Adding child IrttRunner
which: /usr/local/sbin/irtt is not an executable file
which: /usr/local/bin/irtt is not an executable file
which: /usr/sbin/irtt is not an executable file
which: Found irtt executable at /usr/bin/irtt
UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address
). Using netperf UDP_RR
Ping (ms) UDP EF: Adding child NetperfDemoRunner
Ping (ms) UDP BK: Adding child IrttRunner
which: /usr/local/sbin/irtt is not an executable file
which: /usr/local/bin/irtt is not an executable file
which: /usr/sbin/irtt is not an executable file
which: Found irtt executable at /usr/bin/irtt
UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address
). Using netperf UDP_RR
Ping (ms) UDP BK: Adding child NetperfDemoRunner
Ping (ms) UDP BE: Adding child IrttRunner
which: /usr/local/sbin/irtt is not an executable file
which: /usr/local/bin/irtt is not an executable file
which: /usr/sbin/irtt is not an executable file
which: Found irtt executable at /usr/bin/irtt
UDP RTT test: Cannot use irtt runner (Irtt connection check failed: Error: address fe80::200:aff:fe00:601%h1-eth0:0: too many colons in address
). Using netperf UDP_RR
Ping (ms) UDP BE: Adding child NetperfDemoRunner
which: /usr/local/sbin/fping6 is not an executable file
which: /usr/local/bin/fping6 is not an executable file
which: /usr/sbin/fping6 is not an executable file
which: Found fping6 executable at /usr/bin/fping6
which: /usr/local/sbin/ping6 is not an executable file
which: /usr/local/bin/ping6 is not an executable file
which: /usr/sbin/ping6 is not an executable file
which: Found ping6 executable at /usr/bin/ping6
Forked /usr/bin/netperf as pid 288938
TCP upload BE: Starting watchdog with timeout 75
Started TimerRunner idx 0 ('Watchdog [TCP upload BE]')
Started NetperfDemoRunner idx 0 ('TCP upload BE')
Forked /usr/bin/netperf as pid 288941
TCP upload BK: Starting watchdog with timeout 75
Started TimerRunner idx 1 ('Watchdog [TCP upload BK]')
Started NetperfDemoRunner idx 1 ('TCP upload BK')
Forked /usr/bin/netperf as pid 288944
TCP upload CS5: Starting watchdog with timeout 75
Started TimerRunner idx 2 ('Watchdog [TCP upload CS5]')
Started NetperfDemoRunner idx 2 ('TCP upload CS5')
Forked /usr/bin/netperf as pid 288947
TCP upload EF: Starting watchdog with timeout 75
Started TimerRunner idx 3 ('Watchdog [TCP upload EF]')
Started NetperfDemoRunner idx 3 ('TCP upload EF')
Forked /usr/bin/netperf as pid 288950
TCP download BE: Starting watchdog with timeout 75
Started TimerRunner idx 6 ('Watchdog [TCP download BE]')
Started NetperfDemoRunner idx 6 ('TCP download BE')
Forked /usr/bin/netperf as pid 288953
TCP download BK: Starting watchdog with timeout 75
Started TimerRunner idx 7 ('Watchdog [TCP download BK]')
Started NetperfDemoRunner idx 7 ('TCP download BK')
Forked /usr/bin/netperf as pid 288956
TCP download CS5: Starting watchdog with timeout 75
Started TimerRunner idx 8 ('Watchdog [TCP download CS5]')
Started NetperfDemoRunner idx 8 ('TCP download CS5')
Forked /usr/bin/netperf as pid 288959
TCP download EF: Starting watchdog with timeout 75
Started TimerRunner idx 9 ('Watchdog [TCP download EF]')
Started NetperfDemoRunner idx 9 ('TCP download EF')
Forked /usr/bin/netperf as pid 288962
Ping (ms) UDP EF :: child 0: Starting watchdog with timeout 80
Started TimerRunner idx 13 ('Watchdog [Ping (ms) UDP EF :: child 0]')
Started NetperfDemoRunner idx 13 ('Ping (ms) UDP EF :: child 0')
Forked /usr/bin/netperf as pid 288965
Ping (ms) UDP BK :: child 0: Starting watchdog with timeout 80
Started TimerRunner idx 14 ('Watchdog [Ping (ms) UDP BK :: child 0]')
Started NetperfDemoRunner idx 14 ('Ping (ms) UDP BK :: child 0')
Forked /usr/bin/netperf as pid 288968
Ping (ms) UDP BE :: child 0: Starting watchdog with timeout 80
Started TimerRunner idx 15 ('Watchdog [Ping (ms) UDP BE :: child 0]')
Started NetperfDemoRunner idx 15 ('Ping (ms) UDP BE :: child 0')
Forked /usr/bin/fping6 as pid 288971
Ping (ms) ICMP: Starting watchdog with timeout 71
Started TimerRunner idx 16 ('Watchdog [Ping (ms) ICMP]')
Started PingRunner idx 16 ('Ping (ms) ICMP')
WARNING: Program exited non-zero.
Runner class: NetperfDemoRunner
Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y EF,EF -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom  -L fe80::200:aff:fe00:601%h1-eth0  --  -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD  
Return code: 1
Stdout: send_data: data send error: errno 22

Stderr: netperf: send_omni: send_data failed: Invalid argument

WARNING: Command produced no valid data.
Runner class: NetperfDemoRunner
Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y EF,EF -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom  -L fe80::200:aff:fe00:601%h1-eth0  --  -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD  
Return code: 1
Stdout: send_data: data send error: errno 22

Stderr: netperf: send_omni: send_data failed: Invalid argument

NetperfDemoRunner Ping (ms) UDP EF :: child 0 finished
WARNING: Program exited non-zero.
Runner class: NetperfDemoRunner
Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y CS1,CS1 -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom  -L fe80::200:aff:fe00:601%h1-eth0  --  -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD  
Return code: 1
Stdout: send_data: data send error: errno 22

Stderr: netperf: send_omni: send_data failed: Invalid argument

WARNING: Command produced no valid data.
Runner class: NetperfDemoRunner
Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6 -Y CS1,CS1 -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom  -L fe80::200:aff:fe00:601%h1-eth0  --  -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD  
Return code: 1
Stdout: send_data: data send error: errno 22

Stderr: netperf: send_omni: send_data failed: Invalid argument

NetperfDemoRunner Ping (ms) UDP BK :: child 0 finished
WARNING: Program exited non-zero.
Runner class: NetperfDemoRunner
Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6  -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom  -L fe80::200:aff:fe00:601%h1-eth0  --  -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD  
Return code: 1
Stdout: send_data: data send error: errno 22

Stderr: netperf: send_omni: send_data failed: Invalid argument

WARNING: Command produced no valid data.
Runner class: NetperfDemoRunner
Command: /usr/bin/netperf -P 0 -v 0 -D -0.20 -6  -H fe80::200:aff:fe00:e02 -p 12865 -t UDP_RR -l 70 -F /dev/urandom  -L fe80::200:aff:fe00:601%h1-eth0  --  -L fe80::200:aff:fe00:601%h1-eth0 -H fe80::200:aff:fe00:e02 -k THROUGHPUT,LOCAL_CONG_CONTROL,REMOTE_CONG_CONTROL,TRANSPORT_MSS,LOCAL_TRANSPORT_RETRANS,REMOTE_TRANSPORT_RETRANS,LOCAL_SOCKET_TOS,REMOTE_SOCKET_TOS,DIRECTION,ELAPSED_TIME,PROTOCOL,LOCAL_SEND_SIZE,LOCAL_RECV_SIZE,REMOTE_SEND_SIZE,REMOTE_RECV_SIZE,LOCAL_BYTES_SENT,LOCAL_BYTES_RECVD,REMOTE_BYTES_SENT,REMOTE_BYTES_RECVD  
Return code: 1
Stdout: send_data: data send error: errno 22

Stderr: netperf: send_omni: send_data failed: Invalid argument

NetperfDemoRunner Ping (ms) UDP BE :: child 0 finished
TimerRunner Watchdog [Ping (ms) ICMP]: timer expired
TimerRunner Watchdog [Ping (ms) ICMP] finished
PingRunner Ping (ms) ICMP killed by kill event
PingRunner Ping (ms) ICMP finished
TimerRunner Watchdog [TCP upload BE]: timer expired
TimerRunner Watchdog [TCP upload BE] finished
NetperfDemoRunner TCP upload BE killed by kill event
TimerRunner Watchdog [TCP upload BK]: timer expired
TimerRunner Watchdog [TCP upload BK] finished
NetperfDemoRunner TCP upload BK killed by kill event
TimerRunner Watchdog [TCP upload CS5]: timer expired
TimerRunner Watchdog [TCP upload CS5] finished
NetperfDemoRunner TCP upload CS5 killed by kill event
TimerRunner Watchdog [TCP upload EF]: timer expired
TimerRunner Watchdog [TCP upload EF] finished
NetperfDemoRunner TCP upload EF killed by kill event
TimerRunner Watchdog [TCP download BE]: timer expired
TimerRunner Watchdog [TCP download BE] finished
NetperfDemoRunner TCP download BE killed by kill event
TimerRunner Watchdog [TCP download BK]: timer expired
TimerRunner Watchdog [TCP download BK] finished
NetperfDemoRunner TCP download BK killed by kill event
TimerRunner Watchdog [TCP download CS5]: timer expired
TimerRunner Watchdog [TCP download CS5] finished
NetperfDemoRunner TCP download CS5 killed by kill event
TimerRunner Watchdog [TCP download EF]: timer expired
TimerRunner Watchdog [TCP download EF] finished
NetperfDemoRunner TCP download EF killed by kill event
NetperfDemoRunner TCP upload BE finished
NetperfDemoRunner TCP upload BK finished
NetperfDemoRunner TCP upload CS5 finished
NetperfDemoRunner TCP upload EF finished
NetperfDemoRunner TCP download BE finished
NetperfDemoRunner TCP download BK finished
NetperfDemoRunner TCP download CS5 finished
NetperfDemoRunner TCP download EF finished
Runner aggregation finished
Data file written to ./rrul-2021-09-27T210930.953628.ipv6.flent.gz.
Creating new PlotFormatter
CACHEDIR=/home/justus/.cache/matplotlib
Loaded backend pdf version unknown.
Initialised matplotlib v3.4.2 on numpy v1.21.1.
No raw data found for series TCP download avg, falling back to computed values
No raw data found for series TCP upload avg, falling back to computed values
No raw data found for series Ping (ms) UDP EF, falling back to computed values
No raw data found for series Ping (ms) UDP BK, falling back to computed values
No raw data found for series Ping (ms) UDP BE, falling back to computed values
No raw data found for series Ping (ms) avg, falling back to computed values
Saving plot to ipv6_dscp.pdf
Assigning font /b'F1' = '/home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf'
Embedding font /home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf.
Writing TrueType font.
Assigning font /b'F1' = '/home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf'
Embedding font /home/j/.local/lib/python3.8/site-packages/matplotlib/mpl-data/fonts/ttf/DejaVuSans.ttf.
Writing TrueType font.
TimerRunner Watchdog [Ping (ms) UDP EF :: child 0]: timer expired
TimerRunner Watchdog [Ping (ms) UDP EF :: child 0] finished
TimerRunner Watchdog [Ping (ms) UDP BK :: child 0]: timer expired
TimerRunner Watchdog [Ping (ms) UDP BK :: child 0] finished
TimerRunner Watchdog [Ping (ms) UDP BE :: child 0]: timer expired
TimerRunner Watchdog [Ping (ms) UDP BE :: child 0] finished


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.

----==_mimepart_615238d8a58e_6dbc760149565--