iPerf.fr

iPerf - The ultimate speed test tool for TCP, UDP and SCTPTest the limits of your network + Internet neutrality test

Table of contents :

  1. Download iPerf for Windows
  2. Download iPerf3 for Android
  3. Download iPerf3 for iPhone / iPad
  4. Download iPerf3 for Apple macOS
  5. Download iPerf for Ubuntu / Debian / Mint
  6. Download iPerf for Fedora / Red Hat / CentOS
  7. Download iPerf for openSUSE
  8. Download iPerf for Arch Linux
  9. Download iPerf for FreeBSD
  10. iPerf3 server log script
  11. iPerf C++ source
  12. How to perform a more recent installation of Iperf than the one included in Ubuntu / Debian / Mint ?


Download iPerf3 and original iPerf pre-compiled binaries

Note that iPerf3 is not backwards compatible with iPerf2.

Windows 64 bits Windows 64 bits compiled by Vivien Guéant. (sha256)

Windows 32 bits Windows 32 bits compiled by Vivien Guéant. (sha256)

Windows10 UWP Universal Windows Platform apps (Windows 10 Desktop apps & Windows 10 Mobile apps) :

Android Android :

iOS Apple iOS : (iPhone, iPad and iPod touch)

macOS Intel 64bits Apple macOS Intel 64bits : (sha256)

macOS PowerPC Apple macOS PowerPC : (sha256)

Ubuntu 64 bits Ubuntu 64 bits / Debian 64 bits / Mint 64 bits (AMD64) by Raoul Gunnar Borenius and Roberto LuMiBreras. (sha256)

Ubuntu 32 bits Ubuntu 32 bits / Debian 32 bits / Mint 32 bits (i386) by Raoul Gunnar Borenius and Roberto LuMiBreras. (sha256)

Ubuntu arm64 Ubuntu ARM64 bits / Debian ARM64 by Raoul Gunnar Borenius and Roberto LuMiBreras. (sha256)

Ubuntu ARMhf Ubuntu ARMhf bits / Debian ARMhf by Raoul Gunnar Borenius and Roberto LuMiBreras. (sha256)

Fedora 64 bits Fedora 64 bits / Red Hat 64 bits / CentOS 64 bits (AMD64) by ssahani. (sha256)

Fedora 32 bits Fedora 32 bits / Red Hat 32 bits / CentOS 32 bits (i686) by ssahani. (sha256)

openSUSE 64 bits openSUSE 64 bits (x86_64) (sha256)

openSUSE 32 bits openSUSE 32 bits (i586) (sha256)

Arch Linux 64 bits Arch Linux 64 bits (x86_64) by Timothy Redaelli. (sha256)

Arch Linux 32 bits Arch Linux 32 bits (i686) by Timothy Redaelli. (sha256)

Arch Linux 32 bits Linux manual Installation 64 bits (AMD64) by Vivien Guéant. (sha256)

FreeBSD 64bits FreeBSD 64bits (AMD64) by Bruce A. Mah. (sha256)

FreeBSD 32bits FreeBSD 32bits (i386) by Bruce A. Mah. (sha256)

Docker Docker by Brent Salisbury

french French forum for iPerf

iPerf license : iPerf is released under a three-clause BSD license.



iPerf3 server log script :

iperf3tocsv iperf3tocsv.py (2.5 KiB) by Kirth Gersen
Log for iPerf3 : display "date,ip,localport,remoteport,duration,protocol,num_streams,cookie,sent,sent_mbps,rcvd,rcvd_mbps,totalsent,totalreceived"


iPerf C++ source :

iPerf3 version nuMiBers use (roughly) a Semantic Versioning scheme, in which version nuMiBers consist of three parts: MAJOR.MINOR.PATCH

The developers increment the:

Iperf version Date Size
iPerf 3.1.4 under development
iPerf 3.1.3 8 jun 2016537 KiB
iPerf 3.1.2 1 fev 2016532 KiB
iPerf 3.1.1 19 nov 2015530 KiB
iPerf 3.1 16 oct 2015530 KiB
iPerf 3.0.12 8 jun 2016423 KiB
iPerf 3.0.11 9 jan 2015416 KiB
iPerf 3.0.10 16 dec 2014416 KiB
iPerf 3.0.9 14 oct 2014395 KiB
iPerf 3.0.8 30 sep 2014394 KiB
iPerf 3.0.7 28 aug 2014391 KiB
iPerf 3.0.6 28 jul 2014389 KiB
iPerf 3.0.5 16 jun 2014389 KiB
iPerf 3.0.4 12 jun 2014492 KiB
iPerf 3.0.3 26 mar 2014345 KiB
iPerf 3.0.2 10 mar 2014343 KiB
iPerf 3.0.1 10 jan 2014332 KiB
Iperf version Date Size
iPerf 2.0.10 under development
iPerf 2.0.9 6 jun 2016271 KiB
iPerf 2.0.8 17 sep 2015530 KiB
iPerf 2.0.7 22 aug 2014511 KiB
iPerf 2.0.6 10 mar 2014502 KiB
iPerf 2.0.5 8 jul 2010243 KiB
iPerf 2.0.4 7 avr 2008243 KiB
iPerf 2.0.3 18 mar 2008241 KiB
iPerf 2.0.2 3 may 2005228 KiB
iPerf 2.0.1 8 nov 2004215 KiB
iPerf 1.7.0 13 mar 2003178 KiB


UWP iPerf3 source :

Source of Universal Windows Platform apps iPerf3, for Windows 10 Desktop & Windows 10 Mobile.

UWP iPerf3 is developed by Tommy Zhang / Microsoft.

UWP iPerf3 version Date Size
UWP iPerf3 1.1.5.0 21 jan 2016163 KiB

UWP iPerf3 license : UWP iPerf3 is released under a three-clause BSD license.



How to perform a more recent installation of Iperf than the one included in Ubuntu / Debian / Mint ?

Tutorial for Debian / Ubuntu based distributions



Ubuntu Install Iperf 3.9 via the command line :

Packages are manually installed via the dpkg command (Debian Package Management System). dpkg is the backend to commands like apt and aptitude, which in turn are the backend for GUI install apps like the Software Center and Synaptic.

- Ubuntu 64 bits / Debian 64 bits / Mint 64 bits (AMD64) :
  1. sudo apt remove iperf3 libiperf0
  2. sudo apt install libsctp1
  3. wget https://iperf.fr/download/ubuntu/libiperf0_3.9-1_amd64.deb
  4. wget https://iperf.fr/download/ubuntu/iperf3_3.9-1_amd64.deb
  5. sudo dpkg -i libiperf0_3.9-1_amd64.deb iperf3_3.9-1_amd64.deb
  6. rm libiperf0_3.9-1_amd64.deb iperf3_3.9-1_amd64.deb

- Ubuntu 32 bits / Debian 32 bits / Mint 32 bits (i386) :
  1. sudo apt remove iperf3 libiperf0
  2. sudo apt install libsctp1
  3. wget https://iperf.fr/download/ubuntu/libiperf0_3.9-1_i386.deb
  4. wget https://iperf.fr/download/ubuntu/iperf3_3.9-1_i386.deb
  5. sudo dpkg -i libiperf0_3.9-1_i386.deb iperf3_3.9-1_i386.deb
  6. rm libiperf0_3.9-1_i386.deb iperf3_3.9-1_i386.deb

- Remove iPerf :


Ubuntu Install Iperf 3.1.3 with Graphical installation :

  1. Remove the old version installed of iperf3 with "Ubuntu Software Center" or "Synaptic".

  2. Downoad iperf3 and libiperf0
  3. It is important to first install libiperf0 by double clicking on the file :
    Install libiperf0

  4. You must then install iperf3 by double clicking on the file :
    Install iperf3