Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

ELTE-DH/speedtest-cli-results

Repository files navigation

Speedtest CLI results

Collect and plot speedtest-cli results to https://elte-dh.github.io/speedtest-cli-results

Setup

  1. Install requirements: sudo pip3 install -r requirements.txt
  2. Set basedir in backup.sh:4 cd /home/dh/speedtest-cli-results
  3. Set public key at github and private key to chmod 600 id_rsa.github
  4. Clone the repo (also tests key): ssh-agent bash -c 'ssh-add id_rsa.github; git clone [email protected]:ELTE-DH/speedtest-cli-results.git'
  5. Set branch and credentials: cd speedtest-cli-results; git config user.name 'Speedtest-CLI Bot'; git config user.email '[email protected]'; git checkout results
  6. Set crontab with crontab -e: * * * * * /home/dh/speedtest-cli-results/upload.sh >> /home/dh/speedtest-cli-results/upload.log 2>&1 to test in every minute

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published