Again I did not get the right graph. I have on MySQL a table with values measured every 5 minutes. For the test al the values are 50. When I make a graphic for one week (1146348000 to 1146952500) like below I don't get a right graphic. (See image). rrdtool.exe create --start 1146348000 file.rrd DS:in:GAUGE:300:0:100 RRA:AVERAGE:0.5:1:300 ... rrdtool.exe update file.rrd 1146350700:50 rrdtool.exe update file.rrd 1146351000:50 ... rrdtool.exe graph test.png --start 1146348000 --end 1146952500 --width=400 --imgformat=PNG --vertical-label="test" DEF:in=file.rrd:in:AVERAGE AREA:in#00CC00
I don't see why it's plot only the last day. -- Attached file removed by Ecartis and put at URL below -- -- Type: application/octet-stream -- Size: 1k (1542 bytes) -- URL : http://lists.ee.ethz.ch/p/04-test.png -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
