iperf3
Create newest IPerf 3 within a docker container controlled by Environment Variables!
10K+
MODE=server
IP_ADDRESS=""
TRANSFER_MODE=tcp
PORT=5201
STREAMS=1
TIME=10
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)
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
Content type
Image
Digest
sha256:b950fabd2…
Size
30.5 MB
Last updated
almost 2 years ago
docker pull domekologe/iperf3