iperf icon indicating copy to clipboard operation
iperf copied to clipboard

iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool

Results 223 iperf issues
Sort by recently updated
recently updated
newest added

# Context * Version of iperf3: ``` / # /usr/bin/iperf3 -v iperf 3.16 (cJSON 1.7.15) Linux store-speedtest-store-speedtest-client-9f5778c6f-t89q9 6.1.80-talos #1 SMP Wed Mar 6 12:03:30 UTC 2024 x86_64 Optional features available:...

* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: master * Issues fixed (if any): #1078 * Brief description of code...

# Context * Version of iperf3: iperf 3.5 * Hardware: Nvidia ConnectX-6 Dx 100GbE Intel XXV710 25GbE * Operating system (and distribution, if any): Red Hat Enterprise Linux Server release...

See discussion 1520, and see neper for sample code. https://github.com/google/neper This will be a little bit of work, as you'll need to use send/recv instead of read/write calls. ### Discussed...

_PLEASE NOTE the following text from the iperf3 license. Submitting a pull request to the iperf3 repository constitutes "[making] Enhancements available...publicly":_ ``` You are under no obligation whatsoever to provide...

This functionality is needed to test mutliqueue support of Ethernet drivers. Here is one use case example how this functionality can be tested: ``` On the server side: # create...

_PLEASE NOTE the following text from the iperf3 license. Submitting a pull request to the iperf3 repository constitutes "[making] Enhancements available...publicly":_ ``` You are under no obligation whatsoever to provide...

We are constantly getting the connection reset by peer while using the iperf. below error is coming ------------------------- iperf 3.5 Linux localhost.localdomain 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Tue Aug 8 21:30:09 UTC...

Hi, I developed a tunnel system based on chisel which exposes on client-side, a SOCKS5 proxy to allow users to perform requests. Moreover, I'm interested to test the bandwidth performance...

* Version of iperf3 (or development branch, such as `master` or `3.1-STABLE`) to which this pull request applies: master * Issues fixed (if any): #1095 (partly) * Brief description of...