Linux Ethernet

From Variscite Wiki
Revision as of 17:31, 7 February 2023 by Alex (talk | contribs) (Add INIT_RELEASE_PARAM)
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:

  1. Visit variwiki.com
  2. Select your SoM
  3. 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