VAR-SOM-MX6 Ethernet: Difference between revisions
From Variscite Wiki
(Created page with "{{PageHeader|VAR-SOM-MX6 - Ethernet}} {{DocImage|category1=VAR-SOM-MX6|category2=Yocto}} __toc__") |
No edit summary |
||
(2 intermediate revisions by 2 users 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 (to get the IP address) | |||
$ iperf3 -s | |||
</pre> | |||
iperf3 client (on Host/Target): | |||
<pre> | |||
$ iperf3 -c <IP_ADDRESS_OF_IPERF_SERVER> -u -b 400M | |||
</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