EventConfigResult Object


Description:

Convergence summary results.

Parents: ConvergenceConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

ConvergenceConfig

Use this to connect a results object to an object.

EventConfigResult Writable Attributes

There are no writable attributes.

EventConfigResult Read-Only Attributes

Read-Only Attribute Description
AvgConvergenceTime

The average time to converge for a each stream as calculated by taking the difference between the time of the first event on the stream on the primary and the time of the first packet of the stream received on the backup, then averaged across all the streams.

Type: double

Default: 0

AvgReversionConvergenceTime

The average time to revert for a single stream as calculated by taking the difference between the time of the first event on the stream on the primary and the time of the first packet of the stream received on the primary.

Type: double

Default: 0

ConvergedStreams

Number of streams detected on the backup port

Type: u32

Default: 0

ConvergenceTime

The difference in microseconds between the time of the first event on the stream on the primary and the time of the first packet of the last stream received on the backup.

Type: double

Default: 0

ExpectedStreams

Number of expected streams

Type: u32

Default: 0

FirstEventTimestamp

Time of the first protocol event to break the link on the primary stream.

Type: double

Default: 0

FirstEventTimestampInReversion

Time of the first protocol event on primary port to break the link on the backup stream.

Type: double

Default: 0

FirstPacketTimestampOnFirstStream

Time of the first packet on the first stream received on the backup port.

Type: double

Default: 0

FirstPacketTimestampOnFirstStreamInReversion

Time of the first packet on the first stream received on the primary port.

Type: double

Default: 0

FirstPacketTimestampOnLastStream

Time of the first packet on the last stream received on the backup port.

Type: double

Default: 0

FirstPacketTimestampOnLastStreamInReversion

Time of the first packet on the last stream received on the primary port.

Type: double

Default: 0

LastEventTimestamp

Time of the last protocol event to break the link on the primary stream.

Type: double

Default: 0

LastEventTimestampInReversion

Time of the last protocol event on primary port to break the link on the backup stream.

Type: double

Default: 0

MaxConvergenceTime

The maximum time to converge for a single stream as calculated by taking the difference between the time of the first event on the stream on the primary and the time of the first packet of the stream received on the backup.

Type: double

Default: 0

MaxReversionConvergenceTime

The maximum time to revert for a single stream as calculated by taking the difference between the time of the first event on the stream on the primary and the time of the first packet of the last stream received on the primary.

Type: double

Default: 0

MinConvergenceTime

The minimum time to converge for a single stream as calculated by taking the difference between the time of the first event on the stream on the primary and the time of the first packet of the stream received on the backup.

Type: double

Default: 0

MinReversionConvergenceTime

The minimum time to revert for a single stream as calculated by taking the difference between the time of the first event on the stream on the primary and the time of the first packet of the stream received on the primary.

Type: double

Default: 0

NonConvergedStreams

Number of expected streams not detected on the backup port

Type: u32

Default: 0

PrimaryStreams

Number of streams detected on the primary port

Type: u32

Default: 0

ReversionConvergenceTime

The difference in microseconds between the time of the first event on the stream on the primary and the time of the first packet of the last stream received on the primary.

Type: double

Default: 0

StreamsExceedingThresholdCount

Number of streams that exceed the configured threshold.

Type: u32

Default: 0

UnexpectedConvergedStreams

Number of streams that converged from primary to backup but for which no control-plane event was registered. Could be due to the control plane being brought down before an event was registered, or due to other conditions.

Type: u32

Default: 0