Skip to content

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

License

Notifications You must be signed in to change notification settings

tdharris/speedtest-ifttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages