Skip to content

Resin.io Node app that uploads internet speed test results to DataDog

Notifications You must be signed in to change notification settings

davidmerrick/DataDog-Bandwidth-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For a comprehensive how-to guide, please see my website: https://www.david-merrick.com/2017/04/17/monitoring-your-internet-speed-with-resin-io-and-datadog/

NodeJS app that does an Internet speed test uploads the results to DataDog.

Wrote this to monitor my ISP's download and upload speeds. Designed to be run on a Raspberry Pi with Resin.io.

Runs continuously at an interval specified by the SPEED_TEST_INTERVAL_MIN environment variable (default is 5 min).

screenshot

Resin.io instructions

  1. Create an app on Resin.io.
  2. Add your git remote for your Resin.io app and push to it:
git remote add resin [email protected]:your-username/app-name.git
git push resin
  1. Get a DataDog API key.
  2. In your Resin app, set the "DATADOG_API_KEY" environment variable to this key.
  3. Profit! You should start seeing metrics being uploaded to DataDog as soon as the app is up and running.

About

Resin.io Node app that uploads internet speed test results to DataDog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published