A program to check internet speed and exhaust unlimited bandwidth
speedmeter
offers -u
flag to exhaust unlimited bandwidth.
Available on PyPI
pip install speedmeter
To test using fast.com
speedmeter
To test using fast.com
for infinite
time.
speedmeter -u
To test using different direct URL
.
speedmeter -t https://somelink.com/hosting/directfile.ext
Full help is available with $ speedmeter --help
--unlimited, -u
test for infinite time--test-url TEST_URL, -t TEST_URL
add different url to start testing [this url should host a direct file]--simple, -s
Only display the result, no dynamic progress bar--version
Display the version number and exit--count COUNT, -c COUNT
number of urls to request from fast.com [default 3, Max 5]-h, --help
show this help message and exit
- Use unlimited bandwidth
- Use custom direct URL to test
- Multi-threaded testing
- Add more ToDos
- GautamKumar(me) for Something
- It is a python port of fast-cli with some modification.