Definition of SNMP Gauge32 vs Counter32
Posted
by DougN
on Stack Overflow
See other posts from Stack Overflow
or by DougN
Published on 2010-04-27T02:03:48Z
Indexed on
2010/04/27
2:13 UTC
Read the original article
Hit count: 331
Can someone point me to a good definition of Gauge32 vs Counter32? I understand that Counter32 can wrap, but Gauge32 can't.
I'm trying to understand their semantics. For example, I've heard you should take the difference between two Counter32 readings to get a value/second. Is there something like that for a Gauge32 value?
Thanks for any insight.
© Stack Overflow or respective owner