Table of Contents

Interface ISmppMessageMetrics

Namespace
Inetlab.SMPP.Metrics
Assembly
Inetlab.SMPP.dll

Metrics for SMPP messages.

public interface ISmppMessageMetrics : ISmppMetric
Inherited Members

Properties

AvgPerSecond

Average speed since last Reset. Messages per second.

double AvgPerSecond { get; }

Property Value

double

PerSecond

Transferring speed for last second. Messages per second.

double PerSecond { get; }

Property Value

double

Total

Total transferred requests or responses in one direction.

long Total { get; }

Property Value

long

Methods

Snapshot()

ISmppMessageMetrics Snapshot()

Returns

ISmppMessageMetrics