You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
630 B
19 lines
630 B
3 weeks ago
|
# Speedtest
|
||
|
|
||
|
A speedtest utiliy that is supposed to be ran on the end user machine.
|
||
|
|
||
|
The utility sends email reports about average and maximum network speed to the pre-configured email address.
|
||
|
|
||
|
# Setting up
|
||
|
|
||
|
In order for the utility to perform any tests, consider filling two configuration files:
|
||
|
|
||
|
* `speedtest.ini` — the file where you would put the logging, chunk size, number of samples and email settings.
|
||
|
* `urls.txt` — the file where you put direct links to the files you want the tests to be performed on.
|
||
|
|
||
|
# Usage
|
||
|
|
||
|
Just run `speedtest.py` or `speedtest.exe` after completing the configuration.
|
||
|
|
||
|
Done! You're amazing!
|