domekologe/iperf3

By domekologe

Updated almost 2 years ago

Create newest IPerf 3 within a docker container controlled by Environment Variables!

Image
Networking
0

10K+

domekologe/iperf3 repository overview

Introduction

After I did not find any useful IPerf Container which I can use in my Environment In created this here. With this you are able to control the container with the Variables only, without re-creating the container every time (when you are using any GUI)

Default Values (without any Variables)
MODE=server
IP_ADDRESS=""
TRANSFER_MODE=tcp
PORT=5201
STREAMS=1
TIME=10

Available Options:
MODE=server or client
IP_ADDRESS=Enter an IP Address for the client (client mode only)
TRANSFER_MODE=tcp or udp  (client mode only)
PORT=Enter a Port number for the usage
STREAMS=Enter the Number of Streams you want to use  (client mode only)
TIME=Enter the amount of time the container should run and do the test (Enter 0 for unlimited)  (client mode only)

To Do After Creation:

When you create this as a server, please do not forget to map the port correctly. If you want to use the same port (Example 5201):

Enter 5201 for local and Remote with tcp and udp

If you want to use different ports:

Enter your configured port as remote port and the port you want to be connect to as local port, also with tcp and udp

Tag summary

Content type

Image

Digest

sha256:b950fabd2

Size

30.5 MB

Last updated

almost 2 years ago

docker pull domekologe/iperf3