File | Date | Author | Commit |
---|---|---|---|
.github | 2024-03-15 |
![]() |
[442569] Create FUNDING.yml |
.gitignore | 2024-02-21 |
![]() |
[042868] Initial commit |
CODE_OF_CONDUCT.md | 2024-04-06 |
![]() |
[287ea0] Add files via upload |
LICENSE | 2024-02-21 |
![]() |
[042868] Initial commit |
README.md | 2024-04-06 |
![]() |
[1d0105] Updated README.md |
main_v2.py | 2024-02-21 |
![]() |
[402200] Add files via upload |
requirements.txt | 2024-04-03 |
![]() |
[564d84] Created requirements.txt |
speedtest_log.txt | 2024-02-21 |
![]() |
[402200] Add files via upload |
speedtest_log_Ethernet.txt | 2024-02-21 |
![]() |
[402200] Add files via upload |
speedtest_log_Wi-Fi.txt | 2024-02-21 |
![]() |
[402200] Add files via upload |
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
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
Modify the main_v2.py
script to adjust the target file type, test intervals, or other parameters according to your requirements.
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.
This project is open-source and available under the MIT License. Feel free to use, modify, and distribute as needed.