Looking for a python library to parse RRD databases
Posted
by jedberg
on Stack Overflow
See other posts from Stack Overflow
or by jedberg
Published on 2010-05-14T03:47:48Z
Indexed on
2010/05/14
3:54 UTC
Read the original article
Hit count: 339
I have an RRD database, and I want to parse some of the data in it. I found this:
http://pypi.python.org/pypi/PyRRD/0.0.7
but it basically just calls the command line tools (no parsing).
Does anyone know of a library that will actually parse the output of rrdtool dump
?
Thanks!
© Stack Overflow or respective owner