[rrd-users] RRDTOOL and custom data

franky ffuino at gmail.com
Wed Jan 22 15:02:44 CET 2014


Hello Simon,

Thank you for your response.
I see that the raw lines inserted don't appear in the text...

So there we are:

creation:
rrdtool create filename.rrd --step '30' 'DS:t634:GAUGE:60:U:U'
'RRA:AVERAGE:0.5:1:1000'

updating:
rrdtool update filename.rrd 1390231080:1
rrdtool update filename.rrd 1390231110:2
rrdtool update filename.rrd 1390231140:3
rrdtool update filename.rrd 1390231170:4
...

graph:
rrdtool graph 'graph.png' --width '400' --height '100'
'DEF:T634=filename.rrd:t634:AVERAGE' 'LINE1:T634#0000FF:T634'

I have a bash script that reads line by line my data file and for each line
create an rrdtool update with timestamp and value



--
View this message in context: http://rrd-mailinglists.937164.n2.nabble.com/RRDTOOL-and-custom-data-tp7581653p7581656.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.



More information about the rrd-users mailing list