Linux Ethernet: Difference between revisions
From Variscite Wiki
(Add Debian_Platform_Customization) |
(Drop includes, there are no machine specific includes on this page, no need to waste CPU and network time.) |
||
Line 1: | Line 1: | ||
{{PageHeader|{{#var:HARDWARE_NAME}} Ethernet}} {{DocImage|category1=Yocto|category2={{#var:HARDWARE_NAME}}}}[[Category:Debian]] __toc__ | |||
= Ethernet performance tests = | = Ethernet performance tests = |
Revision as of 22:36, 20 March 2023
Ethernet
Ethernet performance tests
iperf3 server (on Target/Host):
# ifconfig (to get the IP address) # iperf3 -s
iperf3 client (on Host/Target):
Run a UDP test for 30 seconds: $ iperf3 -c <IP_ADDRESS_OF_IPERF_SERVER> -u -t 30 -P 2 -b 0
Run a TCP test for 30 seconds: $ iperf3 -c <IP_ADDRESS_OF_IPERF_SERVER> -t 30