[rrd-users] Re: Get counter errors at reload switch, change my graph scale.

Alex van den Bogaerdt alex at ergens.op.het.net
Fri Jan 27 16:44:31 MET 2006


On Fri, Jan 27, 2006 at 12:15:24PM -0300, Diego Soares wrote:
> How I fix the data error?
> 
> I export the rrd to xml:
> 
> this first line is OK
> <!-- 2006-01-23 12:50:00 BRST / 1138027800 -->
> <row><v> 2.7477244669e+06 </v><v> 2.5207361906e+06
> </v></row>
> 
> this line is not OK ->e+14
> <!-- 2006-01-23 12:55:00 BRST / 1138028100 -->
> <row><v> 2.7919986408e+14 </v><v> 2.4678773221e+14
> </v></row>
> <!-- 2006-01-23 13:00:00 BRST / 1138028400 -->
> <row><v> 2.8003016094e+14 </v><v> 2.4873339730e+14
> </v></row>
> 
> this last line is OK
> <!-- 2006-01-23 13:05:00 BRST / 1138028700 -->
> <row><v> 2.8080797683e+06 </v><v> 2.4926149310e+06
> </v></row>
> 
> I change de values and execute de restore command. But
> my scale is not change. How I fix de error data??

You have multiple "e+14" values.  You have to change them all.
Make sure you also change the other RRAs.


2.4678773221e+14 means 246,787,732,210,000 bytes per second...
Do you really have a 200+ terabyte switchport in that switch?

When you modify this RRD file, also modify its upper limits.
These are set to nothing (allowing everything) but you could
set them to 100,000 or 10,000,000 or so (depending on the maximum
rate you ever expect to see).

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

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi



More information about the rrd-users mailing list