Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1013 Bytes

File metadata and controls

34 lines (20 loc) · 1013 Bytes

SpeedTest Daemon

speedtest_daemon.py is a Python script that starts a daemon that periodically monitors a number of IPs, tracking latency, upload and download speed.

Usage

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).

Tests

Since this was only a side project, this repository has no tests.

Contributing

Each contribution is very much appreciated.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.