iPerf3 ar51an
winget install --id=ar51an.iPerf3 -e
iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the measured throughput / bitrate, loss, and other parameters.
iPerf3 is a network performance tool designed to measure the maximum achievable bandwidth on IP networks. It enables users to evaluate network limits by providing precise metrics such as throughput, packet loss, and jitter.
Key Features:
- Parameter Tuning: Adjust timing, protocols, buffers, and streams for optimal network testing.
- Accurate Metrics: Reports detailed performance data including throughput, loss, and jitter.
- Enhanced Reliability: Offers improved accuracy over older versions like iPerf2.
- Authentication Support: Available builds with authentication features for secure testing.
- Cross-Platform Compatibility: Works across various operating systems and kernels.
Audience & Benefit: Ideal for network engineers, IT professionals, and researchers needing precise network performance insights. iPerf3 helps in identifying bottlenecks and validating network configurations, thereby optimizing overall network efficiency.
iPerf3 can be installed via winget on supported platforms, ensuring ease of use without the need for direct downloads.
README
iperf3 - binaries for windows
Benchmark your network limits
Intro
iperf3 can be used to measure maximum network throughput. It allows to calibrate several parameters like timing, buffers, protocols and streams that can help in network optimization. Each test shows various network performance metrics including throughput, jitter and packet loss. iperf3 results are considered much more accurate and reliable.
Last official binary release version was 3.1.3 for Windows in 2016 . This repo is created for iperf3 pre-compiled binaries for Windows. The goal is to create iperf3 Windows executable without any modification in original source code. Each binary released is checked with VirusTotal before upload.
Builds
iperf Ver | Cygwin Ver | OS | OpenSSL Ver |
---|---|---|---|
3.19 | 3.6.1-1.x86_64 | Win11 64-bit | 3.0.16 |
3.18 | 3.5.4-1.x86_64 | Win11 64-bit | 3.0.15 |
3.17.1 | 3.5.3-1.x86_64 | Win11 64-bit | 3.0.13 |
Benchmark
- Many folks use iperf to evaluate internet speed. Public servers are available under links section.
- Each binary goes through below tests before release:
• Download | Upload | Client mode | Server mode | Parallel streams
Release
-
Variations of available release files summarized below:
> |Release File |OpenSSL|Extra Feature |Info | > |:-----------------------------------|:------|:-------------|:------------| > |
iperf--win64.zip
|No | |Recommended
| > |iperf--win64-static-auth.zip
|Yes |authentication| | > |iperf--win64-dynamic-auth.zip
|Yes |authentication| | > |iperf--win7-64Bit.zip
|No | |For Win7 |
> NOTE:
> Optional features in iperf3 are OS specific. Some features utilize functions and modules that are available under certain kernels. iperf -v
lists available features.
Links
-
Reference
Updates about iperf3 Windows binary release are available in a discussion thread at Neowin maintained by budman. It is mentioned in official docs at Obtaining iperf3. -
Public Servers:
• https://github.com/R0GGER/public-iperf3-servers -Recommended
• https://as62240.net/speedtest
• Few US Servers:> |Server Name |Location|Ports | > |:-----------------------------------|:-------|:--------| > |nyc.speedtest.clouvider.net |NY |5200-5209| > |speedgauge2.optonline.net |NY |5201 | > |charlotte02.speedtest.windstream.net|NC |5201 | > |iperf3.velocityonline.net |FL |5201-5210| > |la.speedtest.clouvider.net |LA |5200-5209| > |iperf.scottlinux.com |CA |5201 |
-
Manual:
• https://software.es.net/iperf/invoking.html#iperf3-manual-page -
Source Code:
• https://github.com/esnet/iperf
Speed Test
Test | Cmd |
---|---|
TCP Download | iperf3.exe -c -P 10 -4 -R |
TCP Upload | iperf3.exe -c -P 10 -4 |
UDP Download | iperf3.exe -c -u -P 10 -4 -R |
UDP Upload | iperf3.exe -c -u -P 10 -4 |
Disclaimer
> esnet/iperf source code copyright and disclaimer applies to this binary distribution. Check License for further details.