> From: [EMAIL PROTECTED] > I have a strange problem when updating a counter of a RRD database. > If the counter starts from null and the update is of 1, the generated > graphics scale goes up to 200 m. > > I have no problem is the update is bigger than 1. > > Can you explain this?
m for milli vs M for mega: 200 m == .2 The value .2 comes from RRDtool's averaging and interpolation. If you keep updating the value one, then your graphs will quickly converge on the value one. steve - - - -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
