Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Adapter KPI Definitions | com.wm.artextdc.ARTListener | KPIs
 
KPIs
The following table describes the com.wm.artextdc.ARTListener KPIs.
Name
Description
string ConnectionName
Locale-sensitive name for the connection the listener uses to connect to the resource for polling.
date CreationDate
When the listener was created.
long ExecutionCount
Total number of times the notification has been executed.
long deltaExecutionCount
Delta of the total number of times the notification has been executed. This KPI reports the difference between the last two continuous poll readings of executionCount.
long ExecutionTime
Sum time of all notification executions that have occurred.
long FailureCount
Number of failed executions.
long deltaFailureCount
Delta of the number of failed executions. This KPI reports the difference between the last two continuous poll readings of failureCount.
int ObjectStatus
Indicates Operational or Failed status of the component.
boolean ContainsResourceMessage
Flag indicating a resource message, such as a log message or exception message, has been received from the monitored resource.
int MessageSeverity
Severity level of the resource message:
Critical = 1
Major = 2
Minor = 3
Warning = 4
Info = 5
Ok = 6
Indeterminate = 7