-
```
When running the new test script (test_commands.sh), the iperf3 client hangs on
2 of the tests:
./src/iperf3 -c $host -P 2 -t 5 -R
and
./src/iperf3 -c $host -Z -t 5
And when you ^C the client, …
-
It's easy to reproduce using iperf3. Here is how we did it:
On the host, run a few iperf3 server processes:
```
iperf3 -B 172.30.192.25 -s -p 5701 > /dev/null 2>&1 < /dev/null &
iperf3 -B 172.30…
-
Running following code, based mostly on [this example](https://github.com/thiezn/iperf3-python/blob/master/examples/client.py) produces error:
```
#!/usr/bin/env python3
import iperf3
client =…
-
By default you're using TCP..I also want to find the performance on UDP.
I have tried by changing protocol name from TCP to UDP in **iperf3.yml** , and also added **./iperf3.sh -t 10 -u** for UDP …
-
```
What steps will reproduce the problem?
1. write a script that iperf as a server and redirect its output (i.e. tee)
(only way I know to monitor report server side)
2. in the script background iper…
-
Sorry if this question is too naive, I do have quite a bit of experience with Linux and networking but very new to MPTCP, I did try to search for documents but couldn't find the answer.
Network set…
-
# Enhancement Request
* Current behavior
iperf3 supports setting affinity to a single CPU, which made sense when it was single threaded
* Desired behavior
Support setting a rage/list of CPUs t…
-
```
What steps will reproduce the problem?
1. write a script that iperf as a server and redirect its output (i.e. tee)
(only way I know to monitor report server side)
2. in the script background iper…
-
```
What steps will reproduce the problem?
1. write a script that iperf as a server and redirect its output (i.e. tee)
(only way I know to monitor report server side)
2. in the script background iper…
-
```
What steps will reproduce the problem?
1. write a script that iperf as a server and redirect its output (i.e. tee)
(only way I know to monitor report server side)
2. in the script background iper…