summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f515ade)
raw | patch | inline | side by side (parent: f515ade)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 2 Apr 2010 22:50:43 +0000 (22:50 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 2 Apr 2010 22:50:43 +0000 (22:50 +0000) |
program/doc/rrdpython.pod | patch | blob | history |
index f041b0b59b0eed011bb592a1c6d48f3de0cf9879..c8d49f099e8754677035b7bdcd18150cd9239775 100644 (file)
info = rrdtool.info('downloads.rrd')
print info['last_update']
- print info['ds']['downloads']['minimal_heartbeat']
+ print info['ds[downloads].minimal_heartbeat']
If you use the B<site-python-install> make target you can drop to first sys.path.append
line since the rrdtool module will be available everywhere.