<html><body>
<p>&gt; I can't tell you what's going on with that counter.  I don't imagine<br>
&gt; the appliance has 4 million objects currently open, so that number<br>
&gt; looks like nonsense.  Google to look for an issue specific to the<br>
&gt; appliance vendor, and if you don't see anything, contact the vendor<br>
&gt; directly.  It's not uncommon for there to be bugs in an SNMP data<br>
&gt; model.<br>
<br>
Sam,<br>
<br>
Thanks for your help. I am going to contact the vendor, as I believe something is quite wrong. Not only is that counter not functioning properly for a counter, but unless I'm missing something, I don't believe a counter is the best choice of types to monitor an object that fluctuates so much by design.<br>
<br>
Thanks,<br>
Jeff<br>
<img width="16" height="16" src="cid:1__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt="Inactive hide details for &quot;Sam Umbach&quot; &lt;sumbach@gmail.com&gt;">&quot;Sam Umbach&quot; &lt;sumbach@gmail.com&gt;<br>
<br>
<br>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td style="background-image:url(cid:2__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM); background-repeat: no-repeat; " width="40%">
<ul>
<ul>
<ul>
<ul><b><font size="2">&quot;Sam Umbach&quot; &lt;sumbach@gmail.com&gt;</font></b><font size="2"> </font>
<p><font size="2">04/16/2007 08:14 PM</font></ul>
</ul>
</ul>
</ul>
</td><td width="60%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="1%" valign="middle"><img width="58" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""><br>
<div align="right"><font size="2">To</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""><br>
<font size="2">Jeffrey Petter/EMPL/NY/Verizon@VZNotes</font></td></tr>

<tr valign="top"><td width="1%" valign="middle"><img width="58" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""><br>
<div align="right"><font size="2">cc</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""><br>
<font size="2">rrd-users@lists.oetiker.ch</font></td></tr>

<tr valign="top"><td width="1%" valign="middle"><img width="58" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""><br>
<div align="right"><font size="2">Subject</font></div></td><td width="100%"><img width="1" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""><br>
<font size="2">Re: [rrd-users] Question on correct data type</font></td></tr>
</table>

<table border="0" cellspacing="0" cellpadding="0">
<tr valign="top"><td width="58"><img width="1" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""></td><td width="336"><img width="1" height="1" src="cid:3__=0ABBF853DFD1E6538f9e8a9@CORE.VERIZON.COM" border="0" alt=""></td></tr>
</table>
</td></tr>
</table>
<br>
<tt>&gt; &nbsp;Maybe this is just showing my ignorance, but has anyone ever experienced a<br>
&gt; counter that fluctuates like this? If so, what have you found to be the best<br>
&gt; way to handle it in RRDtool? I have tried counter, and guage....and out of<br>
&gt; desperation tried absolute...none of which really depicted what I expected.<br>
&gt;<br>
&gt; &nbsp;Has anyone experienced fluctuating counters? Are they common? How do you<br>
&gt; handle them?<br>
<br>
Jeff,<br>
<br>
I can't tell you what's going on with that counter. &nbsp;I don't imagine<br>
the appliance has 4 million objects currently open, so that number<br>
looks like nonsense. &nbsp;Google to look for an issue specific to the<br>
appliance vendor, and if you don't see anything, contact the vendor<br>
directly. &nbsp;It's not uncommon for there to be bugs in an SNMP data<br>
model.<br>
<br>
If you want to graph the delta (in objects opened/closed per second),<br>
you should use the DERIVE data source type. &nbsp;That will subtract the<br>
new counter value from the old counter value and divide by the number<br>
of seconds between the data points. &nbsp;If you want to display the actual<br>
counter value, use the ABSOLUTE data source type. &nbsp;I can't tell you if<br>
either of these is an appropriate interpretation of the data; you'll<br>
have to work with the vendor to work that out.<br>
<br>
-Sam<br>
<br>
</tt><br>
</body></html>