https://github.com/kuabem/speeding
utility to perform speedtests periodically
https://github.com/kuabem/speeding
python3 speedtest
Last synced: 13 days ago
JSON representation
utility to perform speedtests periodically
- Host: GitHub
- URL: https://github.com/kuabem/speeding
- Owner: KuabeM
- License: apache-2.0
- Created: 2018-06-06T20:22:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T20:56:54.000Z (almost 8 years ago)
- Last Synced: 2025-09-03T02:27:28.008Z (10 months ago)
- Topics: python3, speedtest
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# speeding
small python-script to constantly measure internet speed with `speedtest-cli` and save results in markdown-styled log.
## Usage
```
Usage:
speeding.py [--iter=] [--delay=]
speeding.py (-h | --help)
speeding.py (-v | --version)
Options:
-h --help Show this screen
-v --version Show version
--iter= Set number of iterations [default: 10]
--delay= Set time delay between speedtests [default: 30]
```