--- Christian Schnidrig <[EMAIL PROTECTED]> wrote: > > Question to Christian: how did you get those values? > > I convert the values from the ifXTable e.g ifHCInOctets into bits before > I enter them into the rrd's.
Then it's definitely not good for a COUNTER: your counters are 64-bit integers, and they wrap at 64-bit boundary. Multiplied by 8, and probaly summarized, you wouldn't be able to handle the counter wraps any more. So, we need a better real-life example to convince the RRDtool development team to change the treatment of numbers... Cheers, Stan -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-developers WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
