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-speedtest
Optional parameters can be passed through environment variables
THROTTLING
is the value in ms of the interval between the tests (default: 60 minutes)LOGZIO_TYPE
is the the value oftype
in the logs that are pushed to logz.io (default: speedtest)LOGZIO_HOST
is the host where the results are pushed (default: listener.logz.io)