roest01 / docker-speedtest-analyser

Automated docker speedtest analyser tool with included web interface to monitor your internet speed connection over time. Setup at home on your NAS (Synology, QNAP tested) and the container runs hourly speedtests. The speedtest results are displayed in an webinterface as line graph(s) over the day.
Other
108 stars 47 forks source link

Correct typos in README.md and change cron job to avoid on the hour tests #63

Closed tuckshoprn closed 3 years ago

tuckshoprn commented 3 years ago

Corrected a few typos in the README.md file Changed the cronjob to 1-59/interval instead of */interval so as to avoid performing speed tests on the hour, as traffic seems to be highest to test servers on the hour, resulting in large pings and poor tests, from my experience. Added a docker-stack.yml template for those wishing an easy start for swarm implementation.

roest01 commented 3 years ago

Verry good PR - thanks for that work

tuckshoprn commented 3 years ago

You are welcome.