picar / pyrrd

Automatically exported from code.google.com/p/pyrrd
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add interface for "rrdtool info" #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
From an email with Leen Smit:

I'm trying to create a somewhat generic script, that checks what DS's are
available in a rrd file, and then plots the found DS's.

With pyRRD I seem not to be able to run the equivalents of 

  rrdtool info test.rrd | grep  "ds\["
or
  rrdtool info test.rrd| grep "last_update"

I could use the python-rrdtool bindings, but that seems overkill (to load
two modules just for the info). Perhaps DS() is able to loop through
available DS's? Im not sure..

Original issue reported on code.google.com by duncan.m...@gmail.com on 28 Jan 2009 at 8:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
With r76 and r77, loading RRD metadata from RRD files is now supported.

Original comment by duncan.m...@gmail.com on 30 Jan 2009 at 7:06

GoogleCodeExporter commented 9 years ago
With r78, printing the info for an RRD file is now supported.

Original comment by duncan.m...@gmail.com on 30 Jan 2009 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by duncan.m...@gmail.com on 29 Oct 2009 at 8:40