Skip to content

gtkatakura/speedtest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 94.4%
  • Dockerfile 5.6%