Collect basic analytics on your network performance over time.
This is a simple CLI tool to run in the background.
Mac or Linux: Homebrew - https://brew.sh/
(No windows support yet)
Run:
$ brew tap jchengjr77/homebrew-private https://github.com/jchengjr77/homebrew-private.git
$ brew install speedtracker
For default behavior (ping every 15 seconds):
$ speedtracker
To modify ping intervals (seconds):
$ speedtracker --interval 60
Personally, I run this in the background so I use a 600
second delay.
For help:
$ speedtracker -h