The official Netperf docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current netperf docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
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 tag of each netperf docker image is consist of the version of netperf and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 2.7.0-oe2403sp4 | netperf 2.7.0 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 2.7.0-oe2403sp1 | netperf 2.7.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/netperf image from docker
docker pull openeuler/netperf:{Tag}
Run with an interactive shell
You can start the container with an interactive shell to use netperf.
docker run -it --rm openeuler/netperf:{Tag} bash
Using netperf
Start the netserver on the server machine
netserver -p <PORT>
PORT, you can specify a custom port with -p <PORT>.0.0.0.0(or IN(6)ADDR_ANY) by default, which means it listens in all available network interface.If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:0340c62fb…
Size
178.5 MB
Last updated
2 months ago
docker pull openeuler/netperfPulls:
9
Last week