VAR-SOM-MX6 Ethernet: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{PageHeader|VAR-SOM-MX6 - Ethernet}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__ | {{PageHeader|VAR-SOM-MX6 - Ethernet}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__ | ||
iperf3 server (on Target/Host): | |||
<pre>$ ifconfig | <pre> | ||
$ | $ ifconfig (to get the IP address) | ||
$ iperf3 -s | |||
</pre> | </pre> | ||
iperf3 client (on Host/Target): | |||
<pre>$ | <pre> | ||
$ iperf3 -c <IP_ADDRESS_OF_IPERF_SERVER> -u -b 400M | |||
</pre> | </pre> |
Latest revision as of 16:14, 17 August 2017
VAR-SOM-MX6 - Ethernet
iperf3 server (on Target/Host):
$ ifconfig (to get the IP address) $ iperf3 -s
iperf3 client (on Host/Target):
$ iperf3 -c <IP_ADDRESS_OF_IPERF_SERVER> -u -b 400M