Linux Ethernet: Difference between revisions
From Variscite Wiki
(Add INIT_RELEASE_PARAM) |
(Add Debian_Platform_Customization) |
||
Line 2: | Line 2: | ||
--> {{INIT_RELEASE_PARAM|RELEASE_MORTY_V1.0_DART-MX8M}} <!-- | --> {{INIT_RELEASE_PARAM|RELEASE_MORTY_V1.0_DART-MX8M}} <!-- | ||
--> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!-- | --> {{#lst:Yocto_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!-- | ||
--> {{#lst:Debian_Platform_Customization|{{#var:RELEASE_PARAM}}}} <!-- | |||
--> {{PageHeader|{{#var:HARDWARE_NAME}} Ethernet}} {{DocImage|category1=Yocto|category2={{#var:HARDWARE_NAME}}}}[[Category:Debian]] __toc__ | --> {{PageHeader|{{#var:HARDWARE_NAME}} Ethernet}} {{DocImage|category1=Yocto|category2={{#var:HARDWARE_NAME}}}}[[Category:Debian]] __toc__ | ||
Revision as of 17:32, 7 February 2023
Warning: This page is designed to be used with a 'release' URL parameter.
This page is using the default release RELEASE_MORTY_V1.0_DART-MX8M.
To view this page for a specific Variscite SoM and software release, please follow these steps:
- Visit variwiki.com
- Select your SoM
- Select the software release
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