tdharris / speedtest-ifttt

Run speedtest-cli within docker and append to Google Sheet through IFTTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

speedtest-ifttt

Run speedtest-cli within docker and append to Google Sheet through IFTTT

Install:

  1. Install dependencies:
  2. Configure IFTTT:
  3. Run speed test & verify results:
    • ./speedtest-ifttt.sh
    • Add columns to newly created google sheet: Sheet columns: "Date,Ping,Download (Mbps),Upload (Mbps)"
  4. Configure to run periodically with crontab:
    • For example, every 4 hours: 0 */4 * * * /path/to/speedtest-ifttt.sh

Example Results:

Date Ping Download (Mbps) Upload (Mbps)
May 13, 2018 at 02:00PM 18.684 Mbps 5.06 Mbps 64.48
May 13, 2018 at 06:00PM 18.684 Mbps 9.03 Mbps 24.67
May 13, 2018 at 10:00PM 21.443 Mbps 18.04 Mbps 31.08

About

Run speedtest-cli within docker and append to Google Sheet through IFTTT

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%