JAJU950 October 2024
以下に示すコードブロックは、Jacinto 7 評価基板でキャプチャされたものです。100Mbit/sec 接続では、114MB (112MB) のデータが正常に転送され、帯域幅がネットワーク ポートの公表速度 (100Mbit/sec) に非常に近いことを確認できます。1000Mbit/sec 接続では、1.10GB のデータが正常に転送され、帯域幅がネットワーク ポートの公表速度 (1000Mbit/sec) に非常に近いことを確認できます。
以下に示すコード ブロックは、100Mbit/sec 接続を示しています。
root@j721e-evm:~# iperf3 -c 192.168.1.1
Connecting to host 192.168.1.1, port 5201
[ 5] local 192.168.1.237 port 32836 connected to 192.168.1.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 12.6 MBytes 106 Mbits/sec 0 249 KBytes
[ 5] 1.00-2.00 sec 10.9 MBytes 91.7 Mbits/sec 0 249 KBytes
[ 5] 2.00-3.00 sec 11.4 MBytes 95.9 Mbits/sec 0 249 KBytes
[ 5] 3.00-4.00 sec 10.9 MBytes 91.7 Mbits/sec 0 249 KBytes
[ 5] 4.00-5.00 sec 11.4 MBytes 95.9 Mbits/sec 0 249 KBytes
[ 5] 5.00-6.00 sec 11.4 MBytes 95.9 Mbits/sec 0 249 KBytes
[ 5] 6.00-7.00 sec 10.9 MBytes 91.7 Mbits/sec 0 249 KBytes
[ 5] 7.00-8.00 sec 11.4 MBytes 95.9 Mbits/sec 0 249 KBytes
[ 5] 8.00-9.00 sec 10.9 MBytes 91.7 Mbits/sec 0 249 KBytes
[ 5] 9.00-10.00 sec 11.4 MBytes 95.9 Mbits/sec 0 249 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 114 MBytes 95.2 Mbits/sec 0 sender
[ 5] 0.00-10.05 sec 112 MBytes 93.8 Mbits/sec receiver
iperf Done.
以下に示すコード ブロックは、1000Mbit/sec 接続を示しています。
root@j721e-evm:~# iperf3 -c 192.168.1.1
Connecting to host 192.168.1.1, port 5201
[ 5] local 192.168.1.81 port 52240 connected to 192.168.1.1 port 5201
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-1.00 sec 114 MBytes 957 Mbits/sec 0 362 KBytes
[ 5] 1.00-2.00 sec 112 MBytes 936 Mbits/sec 10 365 KBytes
[ 5] 2.00-3.00 sec 112 MBytes 944 Mbits/sec 10 369 KBytes
[ 5] 3.00-4.00 sec 112 MBytes 942 Mbits/sec 20 342 KBytes
[ 5] 4.00-5.00 sec 112 MBytes 943 Mbits/sec 10 366 KBytes
[ 5] 5.00-6.00 sec 113 MBytes 945 Mbits/sec 20 315 KBytes
[ 5] 6.00-7.00 sec 112 MBytes 940 Mbits/sec 10 363 KBytes
[ 5] 7.00-8.00 sec 112 MBytes 938 Mbits/sec 20 264 KBytes
[ 5] 8.00-9.00 sec 113 MBytes 947 Mbits/sec 10 346 KBytes
[ 5] 9.00-10.00 sec 112 MBytes 936 Mbits/sec 10 368 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.00 sec 1.10 GBytes 943 Mbits/sec 120 sender
[ 5] 0.00-10.04 sec 1.10 GBytes 938 Mbits/sec receiver
iperf Done.