Sign inSign up

openeuler/netperf

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.6K

openeuler/netperf repository overview

Quick reference

Netperf | 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

TagCurrentlyArchitectures
2.7.0-oe2403sp4netperf 2.7.0 on openEuler 24.03-LTS-SP4amd64, arm64
2.7.0-oe2403sp1netperf 2.7.0 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

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>
    
    • Netserver listen on TCP port PORT, you can specify a custom port with -p <PORT>.
    • It binds to 0.0.0.0(or IN(6)ADDR_ANY) by default, which means it listens in all available network interface.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:0340c62fb

Size

178.5 MB

Last updated

2 months ago

docker pull openeuler/netperf

This week's pulls

Pulls:

9

Last week