Sign inSign up

cpcontainer/iperf3

By cpcontainer

Updated almost 2 years ago

Docker Container running iPerf3 with web interface for Cradlepoint routers

Image
2

500K+

cpcontainer/iperf3 repository overview

iperf3

Docker Container running iPerf3 with web interface for Cradlepoint routers

Setup:

Create a new container project in your Cradlepoint router and give it a name then click to the "compose" tab. Copy and paste the following compose into your project and click save.

Compose:

version: '3'
services:
  iperf3:
    image: "cpcontainer/iperf3"
    ports:
     - '8000:80'
     - '5201:5201'

Usage:

In NetCloud Manager, create a LAN Manager profile for "iPerf3" with IP address 127.0.0.1 port 8000 protocol HTTP. Click Connect on the profile you created.

Screenshot:

image

Notes:

The "additional options" box is to supply command line parameters to iPerf3 for various options.

IPerf3 options:

https://iperf.fr/iperf-doc.php#3doc

For TCP DL tests

-P 5 -i 1 -t 10

For TCP uploads, use -R for reverse mode:

-b 100M -R -P 5 -i 1 -t 10

For UDP Downloads:

u -b 100M -P 5 -i 1 -t 10

For UDP Uploads, use -R for reverse mode

-u -b 100M -R -P 5 -i 1 -t 10

Github

https://github.com/cpcontainer/iperf3

Tag summary

Content type

Image

Digest

sha256:519b90c0d

Size

96.6 MB

Last updated

almost 2 years ago

docker pull cpcontainer/iperf3