我们可以连续方式从iperf生成器发送数据包吗?目前,我正在使用命令以突发模式发送数据包
iperf -c 10.0.0.2 -u -b 1m -t 1
其中u是UDP数据包1m是带宽(1 Mbps),t是1秒的时间。
但是我想以连续模式发送。
答案 0 :(得分:0)
对于iperf 2.0.13,请使用iperf -c -b 1pps
CLIENT SPECIFIC OPTIONS
-b, --bandwidth n[kmgKMG] | npps
set target bandwidth to n bits/sec (default 1 Mbit/sec) or n packets per sec. This may be used with TCP or UDP. For variable loads use format mean,standard deviation
鲍勃
答案 1 :(得分:0)
时间可以是一个浮点值,一个特殊的浮点值是无穷大:
iperf3 -c 10.0.0.2 -tinf
iperf -c 10.0.0.2 -tinf