/speed-test

An small for automatic speed test and can scrape it for metrics

Primary LanguageGo

Speed test metrics

This small tool is useful for process automatic speedtest and scrape it from other tool.

Usage

Run in standalone

speed-test

For customize test interval you can simply specify CRON expression with -interval. Eg.

speed-test -interval="@hourly"

Run in Docker

Without arguments

docker run orblazer/speed-test:latest

With arguments

docker run --entrypoint "speed-test -interval=\"@hourly\"" orblazer/speed-test:latest