Sign inSign up

openeuler/iperf

Sponsored OSS

By openeuler

Updated 2 months ago

Image
1

10K+

openeuler/iperf repository overview

Quick reference

iperf | openEuler

Current iperf docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the measured throughput / bitrate, loss, and other parameters.

Learn more about iperf on iperf Website⁠.

The tag of each iperf docker image is consist of the version of iperf and the version of basic image. The details are as follows

TagCurrentlyArchitectures
3.19-oe2403sp1iperf 3.19 on openEuler 24.03-LTS-SP1amd64, arm64
3.19.1-oe2403sp1iperf 3.19.1 on openEuler 24.03-LTS-SP1amd64, arm64
3.19.1-oe2403sp4iperf 3.19.1 on openEuler 24.03-LTS-SP4amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/iperf image from docker

    docker pull openeuler/iperf:{Tag}
    
  • Basic Usage

    Start the server (default port: 5201)

    iperf3 -s
    

    Output Example:

    Server is listening on 5201
    

    Run on custom port

    iperf3 -s -p 9000
    

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:b0bb9b099

Size

207.3 MB

Last updated

2 months ago

docker pull openeuler/iperf

This week's pulls

Pulls:

589

Last week