This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/iperf/badges/latest-version.svg)](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]]