Menu

Tree [287ea0] main /
 History

HTTPS access


File Date Author Commit
 .github 2024-03-15 David David [442569] Create FUNDING.yml
 .gitignore 2024-02-21 David David [042868] Initial commit
 CODE_OF_CONDUCT.md 2024-04-06 David David [287ea0] Add files via upload
 LICENSE 2024-02-21 David David [042868] Initial commit
 README.md 2024-04-06 David David [1d0105] Updated README.md
 main_v2.py 2024-02-21 David David [402200] Add files via upload
 requirements.txt 2024-04-03 David David [564d84] Created requirements.txt
 speedtest_log.txt 2024-02-21 David David [402200] Add files via upload
 speedtest_log_Ethernet.txt 2024-02-21 David David [402200] Add files via upload
 speedtest_log_Wi-Fi.txt 2024-02-21 David David [402200] Add files via upload

Read Me

# 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

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).

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.

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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.