https://github.com/bmcminn/speedtest-monitor
A simple speedtest.net monitor script that you can cron to get an idea of what your daily bandwidth performance is
https://github.com/bmcminn/speedtest-monitor
Last synced: about 1 month ago
JSON representation
A simple speedtest.net monitor script that you can cron to get an idea of what your daily bandwidth performance is
- Host: GitHub
- URL: https://github.com/bmcminn/speedtest-monitor
- Owner: bmcminn
- License: mit
- Created: 2024-06-09T02:49:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T08:53:03.000Z (11 months ago)
- Last Synced: 2025-02-01T21:11:51.379Z (3 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speedtest-monitor
A simple speedtest.net monitor script that you can cron to get an idea of what your daily bandwidth performance is
## Setup
```bash
sudo apt update
sudo apt upgradesudo apt install mailtools postfix
sudo apt-get install curl # If not already installedcurl -s https://raw.githubusercontent.com/bmcminn/speedtest-monitor/main/init.sh | sudo bash
chmod +x "$(HOME)/testing.sh"
0,30 * * * * "$(HOME)/testing.sh" | crontab -
```