|
I am trying to get my first RDD database going. I think that I understand the doc/tutorial, so tried a really simple example. The database: rrdtool create test.rrd --start N --step 5 DS:value:GAUGE:5:-1:101 RRA:AVERAGE:0.5:1:12What I think this does:
#!/usr/bin/perlOnce every 5 seconds call "rddtool update test.rrd N:<random number in range 0 to 100>" The database does change after each update. My graph: rrdtool graph mygraph.png -a PNG --start -240 --title="Test" --vertical-label="Random"\What it produces: ![]() Database doesn't seem to be getting the values: $ rrdtool fetch test.rrd AVERAGE -s -30 I am obviously doing something wrong ... but what??? Any help appreciated. Philip |
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

