iperf
iperf copied to clipboard
iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool
* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: master * Issues fixed (if any): Added support for sending IMIX traffic...
Iperf3 fails with "Protocol not supported" error while using sctp On server: `~]# iperf3 -s -B 30.1.1.16` ``` Server listening on 5201 (test #5) ----------------------------------------------------------- iperf3: error - unable to...
Hi, I'm trying to do some throughput measurements, I sometimes get 0.00 on the Transfer and Bitrate fields like the following On the server side I run the following command...
* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: master * Issues fixed (if any): #1558 * Brief description of code...
* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: master * Issues fixed (if any): * #754 * #1552 * Brief...
* Version of iperf3 : master * Issues fixed (if any): This pull request changes second unit abbreviation `sec` to its SI symbol `s`. Further it fixes data-rate units to...
_NOTE: The iperf3 issue tracker is for registering bugs, enhancement requests, or submissions of code. It is not a means for asking questions about building or using iperf3. Those are...
Using latest version, with UDP testing, sending bandwidth is always 1Mbits/sec. Running `iperf3 -u` gives lower bandwidth for receiver, which makes sense given packet loss: ``` - - - -...
* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: master * Issues fixed (if any): #1482 * Brief description of code...
I'm using iperf api in a program but it lacks the ability to programmatically stop the server. Client api has iperf_client_end but the server one does not have the similar...