-
```
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, …
-
Maybe add some off these parameters.. see https://software.es.net/iperf/invoking.html#iperf3-manual-page
So env var like..
`IPERF3EXPORTER_IPERF3_PARALLEL , IPERF3EXPORTER_IPERF3_UDP`
For me the …
-
-
I've been experimenting with fowl for an idea I have in mind, and I noticed an issue: It seems like a listening port will happily accept tons of data, to the point that it can lock up the local machin…
-
[comment]: # (If desired, delete this line and add an image of the board here)
## Basic information
- Board URL (official): https://sipeed.com/licheepi3a ([Docs](https://en.wiki.sipeed.com/har…
-
Using Linux branch abrodkin-arc64-5.15.y, updated to Linux 5.15.127. Built with arc-2023.09 buildroot, using 2023.09 toolchain with latest patches.
Linux running in SMP mode.
I can observe crash i…
-
## Description
iperf does not allow multiple concurrent client connections for load stress testing
rperf does support this feature
https://github.com/opensource-3d-p/rperf
## Acceptance Criteria…
-
```
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, …
-
I'v connected to veth NICs by using 'https://github.com/newtools/zsocket/blob/master/examples/2simplebridge.go'
And iperf3 test cause "panic: message too long".
```
66 66
67 67
66 66
70 …
-
Hello,
I try to use iperf3 which download from this repository in cygwin console. But the strange thing is there is no any output after i input iperf command. Do you have any idea on this case?
H…