UM event queue statistics. These are
statistics for messages and other events that enter and exit
the event queue. NOTE: Specific count-enable options must sometimes be enabled for
these statistics to populate.

C# |
public class LBMEventQueueStatistics : LBMStatistics, IDisposable

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | LBMEventQueueStatistics()()() |
Instantiate an empty object containing no statistics.
|
![]() | LBMEventQueueStatistics(LBMEventQueue) |
Instantiate an object containing the current set of
statistics for a given event queue.
|
![]() | callbackEvents()()() |
Number of callback events currently enqueued.
|
![]() | callbackEventsMaximumServiceTime()()() |
Maximum service time for callback events (in microseconds).
|
![]() | callbackEventsMeanServiceTime()()() |
Mean service time for callback events (in microseconds).
|
![]() | callbackEventsMinimumServiceTime()()() |
Minimum service time for callback events (in microseconds).
|
![]() | callbackEventsTotal()()() |
Total number of callback events enqueued since last reset.
|
![]() | cancelEvents()()() |
Number of cancel events currently enqueued.
|
![]() | cancelEventsMaximumServiceTime()()() |
Maximum service time for cancel events (in microseconds).
|
![]() | cancelEventsMeanServiceTime()()() |
Mean service time for cancel events (in microseconds).
|
![]() | cancelEventsMinimumServiceTime()()() |
Minimum service time for cancel events (in microseconds).
|
![]() | cancelEventsTotal()()() |
Total number of cancel events enqueued since last reset.
|
![]() | contextSourceEvents()()() |
Number of context source events currently enqueued.
|
![]() | contextSourceEventsMaximumServiceTime()()() |
Maximum service time for context source events (in microseconds).
|
![]() | contextSourceEventsMeanServiceTime()()() |
Mean service time for context source events (in microseconds).
|
![]() | contextSourceEventsMinimumServiceTime()()() |
Minimum service time for context source events (in microseconds).
|
![]() | contextSourceEventsTotal()()() |
Total number of context source events enqueued since last reset.
|
![]() | dataMessages()()() |
Number of data messages currently in the event queue.
|
![]() | dataMessagesMaximumServiceTime()()() |
Maximum service time for data messages (in microseconds).
|
![]() | dataMessagesMeanServiceTime()()() |
Mean service time for data messages (in microseconds).
|
![]() | dataMessagesMinimumServiceTime()()() |
Minimum service time for data messages (in microseconds).
|
![]() | dataMessagesTotal()()() |
Total number of data messages enqueued since last reset.
|
![]() | dispose()()() |
Free memory associated with this set of statistics (same as Dispose()).
|
![]() | Dispose()()() |
Free memory associated with this set of statistics.
|
![]() | events()()() |
Number of events currently enqueued.
|
![]() | eventsTotal()()() |
Total number of events enqueued since last reset.
|
![]() | 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.) |
![]() | ioEvents()()() |
Number of I/O events currently enqueued.
|
![]() | ioEventsMaximumServiceTime()()() |
Maximum service time for I/O events (in microseconds).
|
![]() | ioEventsMeanServiceTime()()() |
Mean service time for I/O events (in microseconds).
|
![]() | ioEventsMinimumServiceTime()()() |
Minimum service time for I/O events (in microseconds).
|
![]() | ioEventsTotal()()() |
Total number of I/O events enqueued since last reset.
|
![]() | maximumAge()()() |
Maximum age of event queue entry when dequeued (in microseconds).
|
![]() | meanAge()()() |
Mean age of event queue entry when dequeued (in microseconds).
|
![]() | minimumAge()()() |
Minimum age of event queue entry when dequeued (in microseconds).
|
![]() | refresh(LBMEventQueue) |
Refresh the current set of statistics using the given event queue.
|
![]() | responseMessages()()() |
Number of response messages currently enqueued.
|
![]() | responseMessagesMaximumServiceTime()()() |
Maximum service time for response messages (in microseconds).
|
![]() | responseMessagesMeanServiceTime()()() |
Mean service time for response messages (in microseconds).
|
![]() | responseMessagesMinimumServiceTime()()() |
Minimum service time for response messages (in microseconds).
|
![]() | responseMessagesTotal()()() |
Total number of response messages enqueued since last reset.
|
![]() | sourceEvents()()() |
Number of source events currently enqueued.
|
![]() | sourceEventsMaximumServiceTime()()() |
Maximum service time for source events (in microseconds).
|
![]() | sourceEventsMeanServiceTime()()() |
Mean service time for source events (in microseconds).
|
![]() | sourceEventsMinimumServiceTime()()() |
Minimum service time for source events (in microseconds).
|
![]() | sourceEventsTotal()()() |
Total number of source events enqueued since last reset.
|
![]() | timerEvents()()() |
Number of timer events currently enqueued.
|
![]() | timerEventsMaximumServiceTime()()() |
Maximum service time for timer events (in microseconds).
|
![]() | timerEventsMeanServiceTime()()() |
Mean service time for timer events (in microseconds).
|
![]() | timerEventsMinimumServiceTime()()() |
Minimum service time for timer events (in microseconds).
|
![]() | timerEventsTotal()()() |
Total number of timer events enqueued since last reset.
|
![]() | topiclessImmediateMessages()()() |
Number of topic-less immediate messages currently enqueued.
|
![]() | topiclessImmediateMessagesMaximumServiceTime()()() |
Maximum service time for topic-less immediate messages (in microseconds).
|
![]() | topiclessImmediateMessagesMeanServiceTime()()() |
Mean service time for topic-less immediate messages (in microseconds).
|
![]() | topiclessImmediateMessagesMinimumServiceTime()()() |
Minimum service time for topic-less immediate messages (in microseconds).
|
![]() | topiclessImmediateMessagesTotal()()() |
Total number of topic-less immediate messages enqueued since last reset.
|
![]() | unblockEvents()()() |
Number of unblock events currently enqueued.
|
![]() | unblockEventsTotal()()() |
Total number of unblock events enqueued since last reset.
|
![]() | wildcardReceiverMessages()()() |
Number of wildcard receiver messages currently enqueued.
|
![]() | wildcardReceiverMessagesMaximumServiceTime()()() |
Maximum service time for wildcard receiver messages (in microseconds).
|
![]() | wildcardReceiverMessagesMeanServiceTime()()() |
Mean service time for wildcard receiver messages (in microseconds).
|
![]() | wildcardReceiverMessagesMinimumServiceTime()()() |
Minimum service time for wildcard receiver messages (in microseconds).
|
![]() | wildcardReceiverMessagesTotal()()() |
Total number of wildcard receiver messages enqueued since last reset.
|

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