Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sending packets from iperf packet generator in continuous mode

Tags:

udp

packet

iperf

Can we send packets from iperf generator in a continuous mode? Currently, I am sending packets in a burst mode by using command

iperf -c 10.0.0.2 -u -b 1m -t 1

where u is UDP packets 1m is bandwidth (1 Mbps) and t is a time which is 1 second.

but I want to send in continuous mode.

like image 448
pranav Avatar asked Oct 23 '25 17:10

pranav


1 Answers

Time can be a floating-point value, and one special floating-point value is infinity:

iperf3 -c 10.0.0.2 -tinf
iperf -c 10.0.0.2 -tinf
like image 192
Tom Avatar answered Oct 27 '25 01:10

Tom



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!