/auto-speedtest

A docker image that performs an automated speedtest with interval and publish results on logz.io

Primary LanguageJavaScriptMIT LicenseMIT

Auto-Speedtest

Internet download speed

Automated Speedtest.net script that publish its results on logz.io

Requirements

  • Docker installed
  • A logz.io account

How to use

docker run -e LOGZIO_TOKEN=<<YOUR-TOKEN>> satblip/auto-speedtest

Options

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 of type 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)