gtkatakura / speedtest

A way to run speed tests on Docker.

Home Page:https://hub.docker.com/repository/docker/giggio/speedtest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed test

Docker Stars Docker Pulls ImageLayers

This runs a speed test and saves the history in .json files and an aggregate .csv file.

This can be run on Linux for AMD64, ARMv7 and ARM64.

Upstream Links

Quick Start

You need to mount a volume to /app/data, and the files will be saved there. Run it like this:

docker run --rm -ti -v `pwd`/data:/app/data giggio/speedtest

After running will have a .json file with a date/time structure (e.g. 202011212124.json) and a speed.csv file.

Add a cron

To have a history a good idea is to add a cron job (with crontab -e) like this:

0 */3 * * * docker run --rm -ti -v /path/to/my/data:/app/data -v /etc/localtime:/etc/localtime:ro giggio/speedtest

Contributing

Questions, comments, bug reports, and pull requests are all welcome. Submit them at the project on GitHub.

Bug reports that include steps-to-reproduce (including code) are the best. Even better, make them in the form of pull requests.

Author

Giovanni Bassi

License

Licensed under the MIT license.

About

A way to run speed tests on Docker.

https://hub.docker.com/repository/docker/giggio/speedtest

License:MIT License


Languages

Language:Shell 94.4%Language:Dockerfile 5.6%