On Mon, May 08, 2006 at 12:14:08PM +0200, Greta wrote:

> 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

300 seconds per step; 1 step per row, 300 rows.  That's 90000 seconds
of data available.  A day is 86400 seconds.

> I don't see why it's plot only the last day.

It didn't.  It has plot all available data.

-- 
Alex van den Bogaerdt
http://www.vandenbogaerdt.nl/rrdtool/

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to