网络打流iperf3之拥塞控制(CWnd)

在我们测试嵌入式网络接口的时候,经常会使用到iperf3进行打流测试,从而看网络功能和性能指标,如下:

iperf3 -s > /dev/null &
[2] 65897
iperf3 -c 192.168.153.137 -i 1 -t 10 
Connecting to host 192.168.153.137, port 5201
[  4] local 192.168.153.137 port 

你可能感兴趣的:(shell编程实战技巧,网络,iperf3,cwnd,拥塞控制)