speedtest_daemon.py is a Python script that starts a daemon that periodically monitors a number of IPs, tracking latency, upload and download speed.
Using the daemon is simple: just run the following command:
python speedtest_daemon.py <time> -o <output> -d <delay> --IPs <json>
where:
- time is the time (in seconds) the daemon should live.
- output is a path and basename to the output file (extension should not be included).
- delay time (in seconds) between two consecutive measurements.
- json is the path to a JSON file that contains a {name: IP-address} map (see IPs.json for an example).
Since this was only a side project, this repository has no tests.
Each contribution is very much appreciated.
- Filippo Santarelli - Initial work
This project is licensed under the MIT License - see the LICENSE file for details.