Last active
June 16, 2022 02:47
-
-
Save yamori813/81df6cc026a0ef9f29b7ad5a837b31d4 to your computer and use it in GitHub Desktop.
iperf3
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
# /usr/local/bin/iperf3 -c 10.0.1.37 | |
Connecting to host 10.0.1.37, port 5201 | |
[ 5] local 10.0.1.1 port 60451 connected to 10.0.1.37 port 5201 | |
[ ID] Interval Transfer Bitrate Retr Cwnd | |
[ 5] 0.00-1.00 sec 4.45 MBytes 37.3 Mbits/sec 5 58.2 KBytes | |
[ 5] 1.00-2.00 sec 3.43 MBytes 28.8 Mbits/sec 3 96.7 KBytes | |
[ 5] 2.00-3.00 sec 3.53 MBytes 29.6 Mbits/sec 7 53.9 KBytes | |
[ 5] 3.00-4.00 sec 3.52 MBytes 29.5 Mbits/sec 6 38.2 KBytes | |
[ 5] 4.00-5.00 sec 3.49 MBytes 29.3 Mbits/sec 4 65.3 KBytes | |
[ 5] 5.00-6.00 sec 3.54 MBytes 29.7 Mbits/sec 6 59.6 KBytes | |
[ 5] 6.00-7.00 sec 3.52 MBytes 29.5 Mbits/sec 6 52.5 KBytes | |
[ 5] 7.00-8.00 sec 3.51 MBytes 29.5 Mbits/sec 6 48.2 KBytes | |
[ 5] 8.00-9.00 sec 3.51 MBytes 29.5 Mbits/sec 6 38.2 KBytes | |
[ 5] 9.00-10.00 sec 3.46 MBytes 29.0 Mbits/sec 5 62.5 KBytes | |
- - - - - - - - - - - - - - - - - - - - - - - - - | |
[ ID] Interval Transfer Bitrate Retr | |
[ 5] 0.00-10.00 sec 36.0 MBytes 30.2 Mbits/sec 54 sender | |
[ 5] 0.00-12.97 sec 35.8 MBytes 23.2 Mbits/sec receiver | |
iperf Done. |
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
# /usr/local/bin/iperf3 -c 10.10.10.3 | |
Connecting to host 10.10.10.3, port 5201 | |
[ 5] local 10.10.10.77 port 52706 connected to 10.10.10.3 port 5201 | |
[ ID] Interval Transfer Bitrate Retr Cwnd | |
[ 5] 0.00-1.02 sec 21.2 MBytes 175 Mbits/sec 0 489 KBytes | |
[ 5] 1.02-2.03 sec 21.2 MBytes 176 Mbits/sec 0 489 KBytes | |
[ 5] 2.03-3.04 sec 21.2 MBytes 176 Mbits/sec 0 489 KBytes | |
[ 5] 3.04-4.06 sec 21.2 MBytes 176 Mbits/sec 0 489 KBytes | |
[ 5] 4.06-5.01 sec 20.0 MBytes 177 Mbits/sec 0 489 KBytes | |
[ 5] 5.01-6.02 sec 21.2 MBytes 176 Mbits/sec 0 489 KBytes | |
[ 5] 6.02-7.03 sec 21.2 MBytes 176 Mbits/sec 0 489 KBytes | |
[ 5] 7.03-8.04 sec 21.2 MBytes 176 Mbits/sec 0 489 KBytes | |
[ 5] 8.04-9.06 sec 21.2 MBytes 176 Mbits/sec 0 489 KBytes | |
[ 5] 9.06-10.01 sec 20.0 MBytes 176 Mbits/sec 0 489 KBytes | |
- - - - - - - - - - - - - - - - - - - - - - - - - | |
[ ID] Interval Transfer Bitrate Retr | |
[ 5] 0.00-10.01 sec 210 MBytes 176 Mbits/sec 0 sender | |
[ 5] 0.00-12.70 sec 210 MBytes 139 Mbits/sec receiver | |
iperf Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment