netperf 2.7.0-1.3bc455b
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 measureable by netperf include: TCP and UDP via BSD Sockets for both IPv4 and IPv6, DLPI, Unix Domain Sockets, SCTP for both IPv4 and IPv6.
- Website: https://hewlettpackard.github.io/netperf/
- Licenses: Expat
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install netperf 2.7.0-1.3bc455b
as follows:
guix install netperf@2.7.0-1.3bc455b
Or install the latest version:
guix install netperf
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.