netperf
Benchmarking tool to measure network performance
Netperf is a benchmark that can be used to measure the performance of many different types of networking. It provides tests for both unidirectional throughput, and end-to-end latency. The environments currently measurable by netperf include: TCP and UDP via BSD Sockets for both IPv4 and IPv6, DLPI, Unix Domain Sockets, SCTP for both IPv4 and IPv6.
- Versions: 2.7.0-1.3bc455b
- Website: https://hewlettpackard.github.io/netperf/
- Licenses: Expat
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of netperf
as follows:
guix install netperf
Or install a particular version:
guix install netperf@2.7.0-1.3bc455b
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 netperf about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/netperf'><img src='https://packages.guix.gnu.org/packages/netperf/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/netperf)
Example Org:
[[https://packages.guix.gnu.org/packages/netperf][https://packages.guix.gnu.org/packages/netperf/badges/latest-version.svg]]