Iperf

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Iperf
Developer(s) The Iperf team
Stable release 2.0.5 / July 9, 2010 (2010-07-09)
Development status stalled
Written in C++
Operating system Cross-platform
Type Bandwidth management
License BSD license
Website http://iperf.sourceforge.net/
iperf3
Preview release iperf 3.0b4 (Fourth beta of reimplementation.) / August 2, 2010 (2010-08-02)
Development status stalled
Type Bandwidth management
Website http://code.google.com/p/iperf/

Iperf is a commonly used network testing tool that can create TCP and UDP data streams and measure the throughput of a network that is carrying them. Iperf is a tool for network performance measurement written in C++. Iperf was developed by the Distributed Applications Support Team (DAST) at the National Laboratory for Applied Network Research (NLANR).

Iperf allows the user to set various parameters that can be used for testing a network, or alternately for optimizing or tuning a network. Iperf has a client and server functionality, and can measure the throughput between the two ends, either unidirectionally or bi-directionally. It is open source software and runs on various platforms including Linux, Unix and Windows.

  • 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. One thing to note is that Iperf uses 1024*1024 for megabytes and 1000*1000 for megabits.

Typical Iperf output contains a timestamped report of the amount of data transferred and the throughput measured.

Iperf is significant as it is a cross-platform tool that can be run over any network and output standardized performance measurements. Thus it can be used for comparison of wired and wireless networking equipment and technologies in an unbiased way[citation needed]. Since it is also open source, the measurement methodology can be scrutinized by the user as well.

Contents

[edit] GUI

There is a Graphical user interface (GUI) front end available called jperf [1] (also a Google Code project for jperf here)

[edit] iperf3

An attempt to rewrite Iperf from scratch, with the goal of a smaller, simpler code base and a library version of the functionality that can be used in other programs, called iperf3, was started in 2009. The latest beta version dates from August 2010. The website states: "iperf3 is not backwards compatible with iperf2.x".

[edit] See also

[edit] Public test servers

  • ACD.net: iperf.acd.net
  • SCT: 159.16.237.138 -p 8001 TCP & -p 8002 UDP

[edit] References

[edit] External links