yubin00145865 / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

server -i option not updating #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. start server with ./iperf3 -s -i 1
2. run client with a -t option of at least 2 

What is the expected output? What do you see instead?
The expected output would be periodic bandwidth reports, as it was in iperf2. 
In the case above every second
Instead, only a final report is shown once the client stops sending.

What version of the product are you using? On what operating system?
iperf3.0-RC2 on Debian/Linux 3.2.0-2-amd64

Please provide any additional information below.

Original issue reported on code.google.com by comnets....@gmail.com on 30 Oct 2013 at 9:22

GoogleCodeExporter commented 8 years ago
Yeah, -i is only implemented on the client side at the moment.  We should 
either implement it on the server or just mark the flag client-only.

Original comment by jef.posk...@gmail.com on 30 Oct 2013 at 3:21

GoogleCodeExporter commented 8 years ago
Server-side intervals are implemented in 3.0-RC3.

Original comment by jef.posk...@gmail.com on 1 Nov 2013 at 9:03