Skip to main content

Monitor internet speed

Project description

Speed Monitor

Monitor internet speed.

Server listens for measurements. Post speed measurements to server to persist them. Clients conduct measurements speedtest-cli and post to server.

Quick start

pip install speedmonitor

Start local client that saves speed to local json file speedtest.json

python -m speedmonitor

Start remote client that pushes measurements to speedmonitor server

SPEEDMONITOR_HOST=http://192.168.1.67:5000 python -m speedmonitor

The above requires the server to be running on host 192.168.1.67. To start server run the following commmand on host

./serve.sh

Advanced options for client

SPEEDMONITOR_LOCATION='top_bedroom' SPEEDMONITOR_INTERVAL_SECONDS=60 SPEEDMONITOR_FILENAME='speedmonitor.hdf' SPEEDMONITOR_LOGLEVEL=INFO python -m speedmonitor

Development

python setup.py develop
pip install -r requirements-dev.txt

Running tests

py.test

Local measurements

Conducting measurements

SPEEDMONITOR_LOCATION='top_bedroom' SPEEDMONITOR_INTERVAL_SECONDS=60 SPEEDMONITOR_FILENAME='speedmonitor.hdf' python -m speedmonitor

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

speedmonitor-0.0.7-py3-none-any.whl (22.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page