https://github.com/dermasmid/internet-speed-log
Used to log my internet speed from my raspberry pi
https://github.com/dermasmid/internet-speed-log
Last synced: 3 months ago
JSON representation
Used to log my internet speed from my raspberry pi
- Host: GitHub
- URL: https://github.com/dermasmid/internet-speed-log
- Owner: dermasmid
- Created: 2020-11-15T13:39:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T21:12:04.000Z (over 4 years ago)
- Last Synced: 2025-01-12T22:12:21.293Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# speed-log
I made this to run on my raspberry pi which is hooked up to my local network, in order to monitor my internet speed.
## Installation
``` bash
git clone https://github.com/dermasmid/internet-speed-log && cd internet-speed-log && sudo chmod +x setup.sh
./setup.sh
```## Usage
The file with the logs will be: `/var/log/speed_log.log`
Tail the output: `sudo journalctl -u speed_log -f`
See the service status: `sudo systemctl status speed_log.service`