iperf-usage
Cross compile
Cross compile for arm-none-linux-gnueabi
.
For other compiled version, you can doanload from here.
1 | git clone https://github.com/esnet/iperf.git iperf.git |
--without-openssl
bug was fixed after version of 3fd1a2a
, older version works fail with this parameter.
Usage
1 | iperf3 -s 192.168.225.1 -p 5201 |
check iperf3 -h
for more details
1 | iperf3 -c 192.168.225.1 -p 5201 -i 5 -t 30 |