Dockerized bash script to automate internet speed tests.
1.0K
Dockerized bash script to automate internet speed tests on your home network for every set interval of time. Speed test results are inserted into a MySQL database, which can be visualized using a real-time monitoring tool such as Grafana. The bash script can be found on my Github.
Docker run command:
docker run -e DB_HOST=db_host -e DB_USER=db_user -e DB_PASSWORD=db_password -e DB_NAME=db_name dswede43/speedtest_tracker:latest
Content type
Image
Digest
sha256:8b6d7faad…
Size
40 MB
Last updated
over 2 years ago
docker pull dswede43/speedtest_tracker