Docker Container running iPerf3 with web interface for Cradlepoint routers
500K+
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.
version: '3'
services:
iperf3:
image: "cpcontainer/iperf3"
ports:
- '8000:80'
- '5201:5201'
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.
The "additional options" box is to supply command line parameters to iPerf3 for various 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
Content type
Image
Digest
sha256:519b90c0d…
Size
96.6 MB
Last updated
almost 2 years ago
docker pull cpcontainer/iperf3