Sign inSign up

iitgdocker/iperf

By iitgdocker

Updated over 9 years ago

A docker container running iperf. This is usually used to run the iperf client.

Image
0

3.3K

iitgdocker/iperf repository overview

A docker container running iperf. This is usually used to run the iperf client. If you want to run an iperf server, check out the iperf-server docker container.

Supported Versions

iperf VersionGit branchTag name
2.0.9masterlatest
2.0.92.0.92.0.9
3.1.33.1.33.1.3

Getting Started

Since this is only designed for once off use, here's how to use it.

docker run -it iitgdocker/iperf -c iperf-server.example.com

Getting Help

docker run -it iitgdocker/iperf --help

Environment Variables

VariableDefault Value (docker-compose)Description
TCP_WINDOW_SIZEunsetiperf can use this to set the TCP window size. You can also do this using ARGS as well

According to iperf --help, you can also set every single option using environment variables. ie IPERF_long option name, such as IPERF_BANDWIDTH.

The End

If you have any comments, suggestions etc. Let me know.

Tag summary

Content type

Image

Digest

Size

2.3 MB

Last updated

over 9 years ago

docker pull iitgdocker/iperf