Infrastructure Data Collector KPI Definitions
wm.infrastructuredc.InfrastructureDataCollector
The interface for the Infrastructure Data Collector.
Discovery Mechanism
Automatically discovered upon startup of the Infrastructure Data Collector.
KPIs
The following table describes the
wm.infrastructuredc.InfrastructureDataCollector KPIs.
Name | Description |
---|---|
boolean ContainsResourceMessage | Whether a resource message, such as a log message or an exception message, has been received from the monitored resource. |
int TotalEventsSent | Total number of events sent for Infrastructure Data Collector after startup. |
int deltaTotalEventsSent | Events sent for Infrastructure Data Collector during each polling. |
long FreeMemory | Returns the amount of free memory Infrastructure Data Collector has within the JVM. |
long MapiCallbackQueueSize | Mapi callback queue size at polling time. |
long MapiPublishQueueSize | Mapi publish queue size at polling time. |
long MapiResendQueueSize | Mapi resend queue size at polling time. |
int MaxMemory | Maximum memory allocated to an Infrastructure Data Collector process. |
int MessageSeverity | Severity level of
the resource message:
Critical = 1 Major = 2 Minor = 3 Warning = 4 Info = 5 Ok = 6 Indeterminate = 7 |
long MonitoredComponentCount | Number of monitored components. |
long MonitoredKPICount | Number of monitored KPIs. |
boolean MonitoringStatus | Status of the communication between Infrastructure Data Collector and Analytic Engine through JMS. A refresh is executed every 30 seconds. |
boolean ObjectStatus | Status of Infrastructure Data Collector. |
int CurrentNoOfPollEventsSent | The count of events sent for an asset during each polling. |
int PollTime | Polling time for an asset during each polling. |
int PollThreadCount | Thread count for Infrastructure Data Collector during each polling. |
int ThreadCount | The current Thread Pool size that handles client socket connections. |
long TotalMemory | Total system memory available. |
long UpTime | Time that passed since Infrastructure Data Collector started. |