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__
On Target:
iperf3 server (on Target/Host):
<pre>$ ifconfig
<pre>
$ iperf -s -u
$ ifconfig (to get the IP address)
$ iperf3 -s
</pre>
</pre>
On Host:
iperf3 client (on Host/Target):
<pre>$ iperf -c 192.168.1.189 -u -b400M
<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