Table of Contents

Class SnmpRate32

Namespace
Skyline.DataMiner.Utils.Rates.Protocol
Assembly
Skyline.DataMiner.Utils.Rates.Protocol.dll

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

public class SnmpRate32 : SnmpRate<uint, Counter32WithTimeSpan>
Inheritance
SnmpRate32
Inherited Members
Extension Methods

Methods

Calculate(SnmpDeltaHelper, uint, string, double)

Calculates the rate using provided newCounter against previous counters buffered in this SnmpRate32 instance.

FromJsonString(string, TimeSpan, TimeSpan, RateBase)

Deserializes a JSON string to a SnmpRate32 instance.
Throws a JsonReaderException if the given rateHelperSerialized is an invalid string representation of a SnmpRate32 instance.