iperf
TCP, UDP and SCTP bandwidth measurement tool
iPerf is a tool to measure achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, buffers and protocols (TCP, UDP, SCTP with IPv4 and IPv6). For each test it reports the bandwidth, loss, and other parameters.
- Versions: 3.19.1
- Website: https://software.es.net/iperf/
- Licenses: Expat · Modified BSD · NCSA/University of Illinois Open Source License · Public Domain
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of iperf as follows:
guix install iperf
Or install a particular version:
guix install iperf@3.19.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of iperf about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/iperf'><img src='https://packages.guix.gnu.org/packages/iperf/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/iperf)
Example Org:
[[https://packages.guix.gnu.org/packages/iperf][https://packages.guix.gnu.org/packages/iperf/badges/latest-version.svg]]