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:
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.
Benchmark your network limits
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.
iperf Ver | Cygwin Ver | OS | OpenSSL Ver |
---|---|---|---|
3.19.1 | 3.6.4-1.x86_64 | Win11 64-bit | 3.0.17 |
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 |
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.
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
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 |
> esnet/iperf source code copyright and disclaimer applies to this binary distribution. Check License for further details.