Test your available download bandwidth with speedtest.net and generate graphs with rrdtool
- pyspeedtest: https://pypi.python.org/pypi/pyspeedtest/1.2
- python-rrdtool: https://pypi.python.org/pypi/python-rrdtool/1.4.7
apt-get install python-dev python-pip libcairo2-dev libpango1.0-dev libglib2.0-dev libxml2-dev librrd-dev
pip install -r requirements.txt
add this to your crontab
*/5 * * * * /home/user/bpgraph/bpgraph.py > /dev/null &
Just let cron run the script and watch the graph on your webserver
http://localhost/bp/
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D