Iperf

Iperf
Developer(s) The Iperf team
Stable release
1.7.0 / March 13, 2003 (2003-03-13)
Repository Edit this at Wikidata
Written in C
Operating system Cross-platform
Type Bandwidth management
License BSD license
Website http://dast.nlanr.net/Projects/Iperf/
Iperf2
Stable release
2.0.13 / September 3, 2018 (2018-09-03)
Repository Edit this at Wikidata
Written in C
Operating system Cross-platform
License BSD license
Website http://sourceforge.net/projects/iperf2
Iperf3
Stable release
3.6 / June 22, 2018 (2018-06-22)[1]
Repository Edit this at Wikidata
Written in C
Operating system Cross-platform
License BSD license
Website software.es.net/iperf

Iperf is a widely used tool for network performance measurement and tuning. It is significant as a cross-platform tool that can produce standardized performance measurements for any network. Iperf has client and server functionality, and can create data streams to measure the throughput between the two ends in one or both directions. Typical Iperf output contains a time-stamped report of the amount of data transferred and the throughput measured.

The data streams can be either Transmission Control Protocol (TCP) or User Datagram Protocol (UDP):

  • UDP: When used for testing UDP capacity, Iperf allows the user to specify the datagram size and provides results for the datagram throughput and the packet loss.
  • TCP: When used for testing TCP capacity, Iperf measures the throughput of the payload. Iperf uses 1024 × 1024 for mebibytes and 1000 × 1000 for megabytes.

Iperf is open-source software written in C, and it runs on various platforms including Linux, Unix and Windows (either natively or inside Cygwin[2]). The availability of the source code enables the user to scrutinize the measurement methodology.

Iperf is a compatible reimplementation of the ttcp program that was developed at the National Center for Supercomputing Applications at the University of Illinois by the Distributed Applications Support Team (DAST) of the National Laboratory for Applied Network Research (NLANR), which was shut down on December 31, 2006, due to termination of funding by the United States' National Science Foundation.

iperf3

Iperf3 is rewrite of iperf from scratch to create a smaller, simpler code base and a library version of the functionality that can be used in other programs, iperf3 is single threaded while iperf2 is multi-threaded[3]. Iperf3 was started in 2009, with the first release in January 2014. The website states: "iperf3 is not backwards compatible with iperf2.x".

Graphical user interface

There is a graphical user interface (GUI) front end available called jperf.[4] However, the command shell remains the preferred method of use.[5]

See also

Public test servers

https://iperf.cc
https://iperf.fr/iperf-servers.php

References

  1. "Releases - esnet/iperf". Retrieved 11 July 2018 via GitHub.
  2. "Cygwin iPerf Package".
  3. http://software.es.net/iperf/faq.html
  4. https://code.google.com/archive/p/xjperf/downloads jperf-2.0.2
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.