-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iperf3.18 - packet count for burst mode seems broken when sending UDP traffic (on Windows) #1820
Comments
Submitter #1821 with a proposed fix to the issue. @fitchtravis, just out of curiosity, what is the reason you are using burst? I am asking because my understanding is that the main use of burst was to improve performance, as before the multi-thread iperf3 version a |
@davidBar-On . We have an issue with our MS Teams Audio/Video traffic getting dropped across our WAN due to how QoS has been configured. I was hoping to use bust mode incrementality, to determine at which point triggers the QoS profiles to start dropping packets. |
@fitchtravis, thanks for the explanation. If you know how to build iperf3 for Windows you may use the PR code (it may be a while until it will be fixed in an official version). |
@davidBar-On .. Thanks for the update. |
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 best directed
towards the Discussions section for this project at
https://github.com/esnet/iperf/discussions
or to the iperf3 mailing list at [email protected].
A list of frequently-asked questions
regarding iperf3 can be found at http://software.es.net/iperf/faq.html.
Context
Using a build from - https://github.com/ar51an/iperf3-win-builds
Hardware:
System Manufacturer: VMware, Inc.
System Model: VMware Virtual Platform
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 85 Stepping 4 GenuineIntel ~2095 Mhz
Total Physical Memory: 32,767 MB
Operating system (and distribution, if any):
OS Name: Microsoft Windows Server 2022 Datacenter
OS Version: 10.0.20348 N/A Build 20348
Please note: iperf3 is supported on Linux, FreeBSD, and macOS.
Support may be provided on a best-effort basis to other UNIX-like
platforms. We cannot provide support for building and/or running
iperf3 on Windows, iOS, or Android.
libraries, cross-compiling, etc.):
Please fill out one of the "Bug Report" or "Enhancement Request"
sections, as appropriate. Note that submissions of bug fixes, new
features, etc. should be done as a pull request at
https://github.com/esnet/iperf/pulls
Bug Report
When using -b 100M/100, we expect to see iperf3 sending at 10Mbps with a burst of 100 packets.
Identically issue to - #1192
Without the bust mode option, tests run normal.
With burst mode iperf seems to be ignoring the bandwidth throttle limit
iPerf3 is sending as much data as possible.
Server output:
Just run iperf3 with these switches '-b 100M/100 -t 5 -u'
Enhancement Request
Current behavior
Desired behavior
Implementation notes
The text was updated successfully, but these errors were encountered: