Automated Speedtest.net script that publish its results on logz.io
- Docker installed
- A logz.io account
docker run -e LOGZIO_TOKEN=<<YOUR-TOKEN>> satblip/auto-speedtestOptional parameters can be passed through environment variables
THROTTLINGis the value in ms of the interval between the tests (default: 60 minutes)LOGZIO_TYPEis the the value oftypein the logs that are pushed to logz.io (default: speedtest)LOGZIO_HOSTis the host where the results are pushed (default: listener.logz.io)
