Table of Contents

Namespace Skyline.DataMiner.Utils.Rates.Protocol

Classes

SnmpRate32

Allows calculating rates of all sorts (bit rates, counter rates, etc) based on uint counters polled over SNMP.

SnmpRate64

Allows calculating rates of all sorts (bit rates, counter rates, etc) based on ulong counters polled over SNMP.

SnmpRate<T, U>

Class SnmpRate<T, U> helps calculating rates of all sorts (bit rates, counter rates, etc) based on counters polled over SNMP. This class is meant to be used as base class for more specific SnmpRate helpers depending on the range of counters (uint, ulong, etc).