[rrd-developers] Re: [rrfw-devel] RRDTool Number format
    Stanislav Sinyagin 
    ssinyagin at yahoo.com
       
    Mon Sep  1 07:11:12 MEST 2003
    
    
  
--- Christian Schnidrig <christian.schnidrig at gmx.ch> 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:rrd-developers-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-developers-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-developers
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
    
    
More information about the rrd-developers
mailing list