Hi, > From: Ingimar Robertsson [mailto:[EMAIL PROTECTED]
> If I remember correctly you can use DERIVE instead of > COUNTER. You should tough check the manuals, I can't > remember it exactly. >From the manual: DERIVE will store the derivative of the line going from the last to the current value of the data source. This can be useful for gauges, for example, to measure the rate of people entering or leaving a room. Internally, derive works exactly like COUNTER but without overflow checks. So if your counter does not reset at 32 or 64 bit you might want to use DERIVE and combine it with a MIN value of 0. I read "derive works exactly like COUNTER but without overflow checks" as something that is oposite to what I want.. Or did I misread then? > > Best regards. > Ingimar Bas -- 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
