mib - Definition of SNMP Gauge32 vs Counter32 -


can point me definition of gauge32 vs counter32? understand counter32 can wrap, gauge32 can't.

i'm trying understand semantics. example, i've heard should take difference between 2 counter32 readings value/second. there gauge32 value?

thanks insight.

yes, gauge32 can use that.

deep down inside, gauge32 , counter32 same, except data stored in counter32 keeps increasing (and wrap when upper limit hits).

http://www.ireasoning.com/javadocs/com/ireasoning/protocol/snmp/snmpcounter32.html

for gauge32 can expect data increases , decreases based on real world information tries provide.

http://www.ireasoning.com/javadocs/com/ireasoning/protocol/snmp/snmpgauge32.html


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -