Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatsinewave/network-speed-monitor
Simple speedtest script that runs locally once every 5 minutes based on Speedtest CLI
https://github.com/thatsinewave/network-speed-monitor
automated-tests configurable educational-project educational-tool good-first-contribution good-first-issue good-first-pr good-first-project logging mit-license network-monitoring not-for-deployment not-for-production open-source personal-use protoype python speedtest-cli speedtest-python thatsinewave
Last synced: 3 days ago
JSON representation
Simple speedtest script that runs locally once every 5 minutes based on Speedtest CLI
- Host: GitHub
- URL: https://github.com/thatsinewave/network-speed-monitor
- Owner: ThatSINEWAVE
- License: mit
- Created: 2024-02-21T00:44:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-23T22:56:41.000Z (7 months ago)
- Last Synced: 2024-04-23T23:54:19.600Z (7 months ago)
- Topics: automated-tests, configurable, educational-project, educational-tool, good-first-contribution, good-first-issue, good-first-pr, good-first-project, logging, mit-license, network-monitoring, not-for-deployment, not-for-production, open-source, personal-use, protoype, python, speedtest-cli, speedtest-python, thatsinewave
- Language: Python
- Homepage: https://github.com/ThatSINEWAVE/Network-Speed-Monitor
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Network Speed Monitor
A Python-based tool for monitoring and logging your network's speed, utilizing the Speedtest CLI by Ookla. This local utility periodically checks your network's latency, download, and upload speeds, and logs the results for review.
## Features
- **Automated Speed Tests**: Utilizes the Speedtest CLI for accurate network speed measurements.
- **Configurable Intervals**: Set the interval between consecutive network speed tests.
- **Detailed Logging**: Maintains logs for different network types (Ethernet, Wi-Fi) to track performance over time.## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)
## Prerequisites
- Python 3.x
- Speedtest CLI (Refer to the [Speedtest CLI documentation](https://www.speedtest.net/apps/cli) for installation instructions.)## Installation
1. Ensure the Speedtest CLI is installed and accessible from your command line.
2. Clone this repository to your local machine.
3. Install any required Python dependencies (if specified).# [Join my discord server](https://discord.gg/2nHHHBWNDw)
## Usage
Execute `main_v2.py` to start the speed monitoring process. The script will perform network speed tests at the configured intervals and log the results in designated files.
```bash
python main_v2.py
```##Logs
Speed test results are logged in the following files:
- `speedtest_log_Ethernet.txt` for Ethernet connections
- `speedtest_log_Wi-Fi.txt` for Wi-Fi connections## Customization
Modify the `main_v2.py` script to adjust the target file type, test intervals, or other parameters according to your requirements.## Disclaimer
This tool is for educational and testing purposes only. It showcases the capabilities of automating network speed tests using Python and the Speedtest CLI. The author is not liable for any misuse or for any network disruptions or damages caused by using this tool.## License
This project is open-source and available under the MIT License. Feel free to use, modify, and distribute as needed.