LBM Receiver Transport Statistics

C# |
public class LBMReceiverStatistics : LBMStatistics, IDisposable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMReceiverStatistics()()() |
Instantiate an empty object containing no statistics.
|
![]() | LBMReceiverStatistics(LBMReceiver, Int32) |
Instantiate object containing the aggregate set of statistics
for a particular receiver.
|
![]() | LBMReceiverStatistics(LBMHFXReceiver, Int32) |
Instantiate object containing the aggregate set of statistics
for a particular receiver.
|
![]() | LBMReceiverStatistics(LBMContext, Int32) |
Instantiate object containing the aggregate set of statistics
for a particular context
|
![]() | LBMReceiverStatistics(LBMReceiver, String) |
Instantiate object containing the current set of statistics
for a particular receiver and source
|
![]() | LBMReceiverStatistics(LBMHFXReceiver, String) |
Instantiate object containing the current set of statistics
for a particular receiver and source
|
![]() | bytesReceived()()() |
Number of datagram bytes received (TCP, LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | bytesReceived(Int32) |
Number of datagram bytes received (TCP, LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | datagramsDroppedHeader()()() |
Number of datagrams discarded due to bad header type.
|
![]() | datagramsDroppedHeader(Int32) |
Number of datagrams discarded due to bad header type.
|
![]() | datagramsDroppedIncorrectSize()()() |
Number of datagrams discarded due to size.
|
![]() | datagramsDroppedIncorrectSize(Int32) |
Number of datagrams discarded due to size.
|
![]() | datagramsDroppedOther()()() |
Number of datagrams discarded due to other reasons.
|
![]() | datagramsDroppedOther(Int32) |
Number of datagrams discarded due to other reasons.
|
![]() | datagramsDroppedSID()()() |
Number of datagrams discarded due to session ID mismatch.
|
![]() | datagramsDroppedSID(Int32) |
Number of datagrams discarded due to session ID mismatch.
|
![]() | datagramsDroppedType()()() |
Number of datagrams discarded due to bad packet type.
|
![]() | datagramsDroppedType(Int32) |
Number of datagrams discarded due to bad packet type.
|
![]() | datagramsDroppedVersion()()() |
Number of datagrams discarded due to version mismatch.
|
![]() | datagramsDroppedVersion(Int32) |
Number of datagrams discarded due to version mismatch.
|
![]() | dispose()()() |
Free memory associated with this set of statistics (same as Dispose()).
|
![]() | Dispose()()() |
Free memory associated with this set of statistics.
|
![]() | duplicateMessages()()() |
Number of duplicate datagrams received (LBT-RM, LBT-RU)
|
![]() | duplicateMessages(Int32) |
Number of duplicate datagrams received (LBT-RM, LBT-RU)
|
![]() | getApplicationSourceId()()() |
Retrieve the application source identifier associated with
this set of statistics.
(Inherited from LBMStatistics.) |
![]() | getContextId()()() |
Retrieve the sender context ID associated with
this set of statistics.
(Inherited from LBMStatistics.) |
![]() | getObjectId()()() |
Retrieve the sender object ID associated with
this set of statistics.
(Inherited from LBMStatistics.) |
![]() | getProcessId()()() |
Retrieve the sender process ID associated with
this set of statistics.
(Inherited from LBMStatistics.) |
![]() | getSender()()() |
Retrieve the IP sender address associated with this set of
statistics.
(Inherited from LBMStatistics.) |
![]() | getSource()()() |
Retrieve the source attribute from the statistics attribute block
associated with this set of statistics.
(Inherited from LBMStatistics.) |
![]() | getTimestamp()()() |
Retrieve the timestamp associated with this set of
statistics.
(Inherited from LBMStatistics.) |
![]() | lbmMessagesReceived()()() |
Number of messages or message fragments received by the transport (TCP,
LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | lbmMessagesReceived(Int32) |
Number of messages or message fragments received by the transport (TCP,
LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | lbmRequestsReceived()()() |
Number of UM requests received (message type LBM_MSG_REQUEST)
(TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | lbmRequestsReceived(Int32) |
Number of UM requests received (message type LBM_MSG_REQUEST)
(TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | lost()()() |
Number of datagrams detected as lost (LBT-RM, LBT-RU)
|
![]() | lost(Int32) |
Number of datagrams detected as lost (LBT-RM, LBT-RU)
|
![]() | maximumNakTransmissions()()() |
Maximum number of times per lost message that a receiver transport
transmitted a NAK. (LBT-RM, LBT-RU)
|
![]() | maximumNakTransmissions(Int32) |
Maximum number of times per lost message that a receiver transport
transmitted a NAK. (LBT-RM, LBT-RU)
|
![]() | maximumRecoveryTime()()() |
Maximum time (in milliseconds) in which loss recovery
was accomplished (LBT-RM, LBT-RU)
|
![]() | maximumRecoveryTime(Int32) |
Maximum time (in milliseconds) in which loss recovery
was accomplished (LBT-RM, LBT-RU)
|
![]() | meanNakTransmissions()()() |
Mean number of times per lost message that a receiver transport transmitted
a NAK. (LBT-RM, LBT-RU)
|
![]() | meanNakTransmissions(Int32) |
Mean number of times per lost message that a receiver transport transmitted
a NAK. (LBT-RM, LBT-RU)
|
![]() | meanRecoveryTime()()() |
Mean time (in milliseconds) in which loss recovery was
accomplished (LBT-RM, LBT-RU)
|
![]() | meanRecoveryTime(Int32) |
Mean time (in milliseconds) in which loss recovery was
accomplished (LBT-RM, LBT-RU)
|
![]() | messagesReceived()()() |
Number of datagrams received (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | messagesReceived(Int32) |
Number of datagrams received (LBT-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | minimumNakTransmissions()()() |
Minimum number of times per lost message that a receiver transport
transmitted a NAK. (LBT-RM, LBT-RU)
|
![]() | minimumNakTransmissions(Int32) |
Minimum number of times per lost message that a receiver transport
transmitted a NAK. (LBT-RM, LBT-RU)
|
![]() | minimumRecoveryTime()()() |
Minimum time (in milliseconds) in which loss recovery
was accomplished (LBT-RM, LBT-RU)
|
![]() | minimumRecoveryTime(Int32) |
Minimum time (in milliseconds) in which loss recovery
was accomplished (LBT-RM, LBT-RU)
|
![]() | nakPacketsSent()()() |
Number of NAK packets sent by the receiver transport (LBT-RM, LBT-RU)
|
![]() | nakPacketsSent(Int32) |
Number of NAK packets sent by the receiver transport (LBT-RM, LBT-RU)
|
![]() | naksSent()()() |
Number of individual NAKs sent by the receiver transport (LBT-RM, LBT-RU)
|
![]() | naksSent(Int32) |
Number of individual NAKs sent by the receiver transport (LBT-RM, LBT-RU)
|
![]() | ncfsIgnored()()() |
Number of NCFs received from a source transport with reason code "ignored"
(LBT-RM, LBT-RU)
|
![]() | ncfsIgnored(Int32) |
Number of NCFs received from a source transport with reason code "ignored"
(LBT-RM, LBT-RU)
|
![]() | ncfsRetransmissionDelay()()() |
Number of NCFs received with reason code "rx_delay" (LBT-RM, LBT-RU)
|
![]() | ncfsRetransmissionDelay(Int32) |
Number of NCFs received with reason code "rx_delay" (LBT-RM, LBT-RU)
|
![]() | ncfsShed()()() |
Number of NCFs received with reason set to "shed" (LBT-RM, LBT-RU)
|
![]() | ncfsShed(Int32) |
Number of NCFs received with reason set to "shed" (LBT-RM, LBT-RU)
|
![]() | ncfsUnknown()()() |
Number of NCFs received with reason code "unknown" (LBT-RM, LBT-RU)
|
![]() | ncfsUnknown(Int32) |
Number of NCFs received with reason code "unknown" (LBT-RM, LBT-RU)
|
![]() | noTopicMessagesReceived()()() |
Number of messages received that were not for a
a topic of interest to the receiver (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | noTopicMessagesReceived(Int32) |
Number of messages received that were not for a
a topic of interest to the receiver (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA)
|
![]() | outOfOrder()()() |
Number of out-of-order datagrams received.
|
![]() | outOfOrder(Int32) |
Number of out-of-order datagrams received.
|
![]() | refresh(LBMReceiver, Int32) |
Refresh the aggregate set of statistics
for a particular receiver.
|
![]() | refresh(LBMHFXReceiver, Int32) |
Refresh the aggregate set of statistics
for a particular receiver.
|
![]() | refresh(LBMContext, Int32) |
Refresh the aggregate set of statistics
for a particular context
|
![]() | refresh(LBMReceiver, String) |
Refresh the current set of statistics
for a particular receiver and source
|
![]() | refresh(LBMHFXReceiver, String) |
Refresh the current set of statistics
for a particular receiver and source
|
![]() | size()()() |
Number of transport statistical sets encapsulated within this object
|
![]() | source()()() |
Source of transport as a string
|
![]() | source(Int32) |
Source of transport as a string
|
![]() | type()()() |
Transport type (TCP, LBT-RM, LBT-RU, etc.)
|
![]() | type(Int32) |
Transport type (TCP, LBT-RM, LBT-RU, etc.)
|
![]() | typeName()()() |
Transport type name (TCP, LBT-RM, LBT-RU, etc.).
|
![]() | typeName(Int32) |
Transport type name (TCP, LBT-RM, LBT-RU, etc.).
|
![]() | unrecoveredMessagesNakGenerationTimeout()()() |
Number of messages unrecoverable due to NAK generation expiration (LBT-RM, LBT-RU)
|
![]() | unrecoveredMessagesNakGenerationTimeout(Int32) |
Number of messages unrecoverable due to NAK generation expiration (LBT-RM, LBT-RU)
|
![]() | unrecoveredMessagesWindowAdvance()()() |
Number of datagrams unrecovered
due to transmission window advance (LBT-RM, LBT-RU)
|
![]() | unrecoveredMessagesWindowAdvance(Int32) |
Number of datagrams unrecovered
due to transmission window advance (LBT-RM, LBT-RU)
|

Object | ||
![]() | LBMStatistics | |
![]() | LBMReceiverStatistics |