Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 968 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 968 Bytes

bpgraph

Test your available download bandwidth with speedtest.net and generate graphs with rrdtool

alt tag

Requirements

Installation

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 &

Usage

Just let cron run the script and watch the graph on your webserver

http://localhost/bp/

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D