Skip to content

DottD/SpeedTest-Daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A daemon that monitors the internet speed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages