Created
November 6, 2024 22:44
-
-
Save olekstomek/1b7db2950fcafc46b0adf376e1991682 to your computer and use it in GitHub Desktop.
iperf3 -c 127.0.0.1 on router with OpenWtr TP-Link TL-MR3420 v5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iperf3 homepage at: https://software.es.net/iperf/ | |
Report bugs to: https://github.com/esnet/iperf | |
root@OpenWrt:~# iperf3 -s -D && iperf3 -c 127.0.0.1 | |
Connecting to host 127.0.0.1, port 5201 | |
[ 5] local 127.0.0.1 port 51916 connected to 127.0.0.1 port 5201 | |
[ ID] Interval Transfer Bitrate Retr Cwnd | |
[ 5] 0.00-1.00 sec 45.2 MBytes 379 Mbits/sec 0 639 KBytes | |
[ 5] 1.00-2.00 sec 45.5 MBytes 382 Mbits/sec 0 639 KBytes | |
[ 5] 2.00-3.00 sec 47.2 MBytes 396 Mbits/sec 0 639 KBytes | |
[ 5] 3.00-4.00 sec 45.2 MBytes 380 Mbits/sec 0 639 KBytes | |
[ 5] 4.00-5.00 sec 43.5 MBytes 365 Mbits/sec 0 639 KBytes | |
[ 5] 5.00-6.00 sec 45.1 MBytes 379 Mbits/sec 0 639 KBytes | |
[ 5] 6.00-7.00 sec 46.1 MBytes 387 Mbits/sec 0 639 KBytes | |
[ 5] 7.00-8.00 sec 46.2 MBytes 388 Mbits/sec 0 639 KBytes | |
[ 5] 8.00-9.00 sec 47.4 MBytes 398 Mbits/sec 0 639 KBytes | |
[ 5] 9.00-10.00 sec 48.9 MBytes 410 Mbits/sec 0 639 KBytes | |
- - - - - - - - - - - - - - - - - - - - - - - - - | |
[ ID] Interval Transfer Bitrate Retr | |
[ 5] 0.00-10.00 sec 460 MBytes 386 Mbits/sec 0 sender | |
[ 5] 0.00-10.01 sec 460 MBytes 386 Mbits/sec receiver | |
iperf Done. | |
root@OpenWrt:~# iperf3 -s -D && iperf3 -c 127.0.0.1 | |
Connecting to host 127.0.0.1, port 5201 | |
[ 5] local 127.0.0.1 port 35898 connected to 127.0.0.1 port 5201 | |
[ ID] Interval Transfer Bitrate Retr Cwnd | |
[ 5] 0.00-1.00 sec 47.0 MBytes 394 Mbits/sec 0 639 KBytes | |
[ 5] 1.00-2.00 sec 47.5 MBytes 399 Mbits/sec 0 639 KBytes | |
[ 5] 2.00-3.00 sec 49.1 MBytes 412 Mbits/sec 0 639 KBytes | |
[ 5] 3.00-4.00 sec 46.1 MBytes 387 Mbits/sec 0 639 KBytes | |
[ 5] 4.00-5.00 sec 44.5 MBytes 373 Mbits/sec 0 639 KBytes | |
[ 5] 5.00-6.00 sec 46.0 MBytes 386 Mbits/sec 0 639 KBytes | |
[ 5] 6.00-7.00 sec 46.5 MBytes 390 Mbits/sec 0 639 KBytes | |
[ 5] 7.00-8.00 sec 46.5 MBytes 390 Mbits/sec 0 639 KBytes | |
[ 5] 8.00-9.00 sec 47.8 MBytes 400 Mbits/sec 0 639 KBytes | |
[ 5] 9.00-10.00 sec 49.2 MBytes 413 Mbits/sec 0 639 KBytes | |
- - - - - - - - - - - - - - - - - - - - - - - - - | |
[ ID] Interval Transfer Bitrate Retr | |
[ 5] 0.00-10.00 sec 470 MBytes 394 Mbits/sec 0 sender | |
[ 5] 0.00-10.01 sec 470 MBytes 394 Mbits/sec receiver | |
iperf Done. | |
root@OpenWrt:~# ubus call system board | |
{ | |
"kernel": "5.15.167", | |
"hostname": "OpenWrt", | |
"system": "MediaTek MT7628AN ver:1 eco:2", | |
"model": "TP-Link TL-MR3420 v5", | |
"board_name": "tplink,tl-mr3420-v5", | |
"rootfs_type": "squashfs", | |
"release": { | |
"distribution": "OpenWrt", | |
"version": "23.05.5", | |
"revision": "r24106-10cc5fcd00", | |
"target": "ramips/mt76x8", | |
"description": "OpenWrt 23.05.5 r24106-10cc5fcd00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More:
https://forum.openwrt.org/t/please-run-iperf3-c-127-0-0-1-and-post-results-here-to-make-router-database/109897/1
and
https://eko.one.pl/forum/viewtopic.php?id=24253