![u-blox EVK-W16 User Manual Download Page 16](http://html1.mh-extra.com/html/u-blox/evk-w16/evk-w16_user-manual_3074646016.webp)
EVK-W16 - User Guide
UBX-15017061 - R02
Advance Information
Getting started
Page 16 of 38
2.8
Benchmark
Use
iperf
to test the throughput of the network connection. Install
iperf
on your PC if not installed previously
and start
iperf
as a server.
// On HOST PC
The
iperf
is pre-installed on the ELIN-W160 module. Start testing using UDP and 100 MBit throughput test.
Replace the IP address with the address you obtained during DHCP configuration.
// On Target
root@elin-w160-evk:~# iperf -c 192.168.1.1 -u -i 1 -b 100M
------------------------------------------------------------
Client connecting to 192.168.1.1, UDP port 5001
Sending 1470 byte datagrams
UDP buffer size: 160 KByte (default)
------------------------------------------------------------
[ 3] local 192.168.1.146 port 40375 connected with 192.168.1.1 port 5001
[ ID] Interval Transfer Bandwidth
[ 3] 0.0- 1.0 sec 11.5 MBytes 96.5 Mbits/sec
[ 3] 1.0- 2.0 sec 11.4 MBytes 95.7 Mbits/sec
[ 3] 2.0- 3.0 sec 11.4 MBytes 95.5 Mbits/sec
[ 3] 3.0- 4.0 sec 11.4 MBytes 96.0 Mbits/sec
[ 3] 4.0- 5.0 sec 11.4 MBytes 95.6 Mbits/sec
[ 3] 5.0- 6.0 sec 11.4 MBytes 95.5 Mbits/sec
[ 3] 6.0- 7.0 sec 11.4 MBytes 96.0 Mbits/sec
[ 3] 7.0- 8.0 sec 11.4 MBytes 95.6 Mbits/sec
[ 3] 8.0- 9.0 sec 11.4 MBytes 95.6 Mbits/sec
[ 3] 9.0-10.0 sec 11.4 MBytes 95.8 Mbits/sec
[ 3] 0.0-10.0 sec 114 MBytes 95.7 Mbits/sec
[ 3] Sent 81436 datagrams
[ 3] Server Report:
[ 3] 0.0-10.0 sec 114 MBytes 95.7 Mbits/sec 0.306 ms 0/81435 (0%)
[ 3] 0.0-10.0 sec 1 datagrams received out-of-order
$ sudo apt-get install iperf
$ iperf -s -u