Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I see huge spikes on my graphs for Netapp filer. What is going on ?

0
Posted

I see huge spikes on my graphs for Netapp filer. What is going on ?

0

Apparently, the Netapp stores counters internally as unsigned integers (Counter32 or just plain Counter in SNMP parlance), but sends them out as signed integers (INTEGER in SNMP parlance). Cricket collects its data using Perl, which (unlike C) will not fix the corruption caused by Netapp`s goof, so it will blithely operate on the large negative values it retrieves and (not surprisingly) come up with wrong values. Solution: add 2^31 to the collected value.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123