RRDweb is a lightweight rrd browser. It enables browse rrd files via web with various options in a given system path.
** Make sure you have below python modules installed
$ pip install twisted mako pyyaml
** Configure RRDweb
Edit configuration at etc/rrdweb.yaml, for example,
rrd_root: /tmp/rrd
rrd_tool: /usr/bin/rrdtool
** Run RRDweb
$ env PYTHONPATH=pwd
:$PYTHONPATH twistd rrdweb -c etc/rrdweb.yaml -p 8080
Then, visit RRDweb using your web browser