Hello, I want to create a graphic with rrdtool.exe but it doesn't work like I want to.
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 day (00:00 to 23:55) like below I don't get a right graphic. (See image). rrdtool.exe create --start 1146096000 file.rrd DS:in:GAUGE:300:0:100 RRA:AVERAGE:0.5:1:300 .... rrdtool.exe update file.rrd 1146096300:50 rrdtool.exe update file.rrd 1146096600:50 .... rrdtool.exe graph praph.png --start 1146096000 --end 1146182100 --width=400 --imgformat=PNG --vertical-label="Test" DEF:in=file.rrd:in:AVERAGE AREA:in#00CC00 So you can see isn't the time correct from 00:00 to 23:55. On the graphic it runs form 00:00 to 03:00 the next day. Can anyone tell me what I doing wrong? -- Attached file removed by Ecartis and put at URL below -- -- Type: application/octet-stream -- Size: 1k (1568 bytes) -- URL : http://lists.ee.ethz.ch/p/07-graph.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
