Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Adapter KPI Definitions | com.wm.artextdc.ARTListenerNotification | KPIs
 
KPIs
The following table describes the com.wm.artextdc.ARTListenerNotification KPIs.
Name
Description
double AverageNotificationTime
Average running time (totalTime/count).
long CompletionCount
Number of successful notifications.
long deltaCompletionCount
Delta of the umber of successful notifications. This KPI reports the difference between the last two continuous poll readings of completionCount.
long ConsecutiveCompletions
Number of consecutive completions without a failure.
long deltaConsecutiveCompletions
Delta of the number of consecutive completions without a failure. This KPI reports the difference between the last two continuous poll readings of consecutiveCompletions.
long ConsecutiveFailures
Number of consecutive completions without a successful completion.
long deltaConsecutiveFailures
Delta of the number of consecutive completions without a successful completion. This KPI reports the difference between the last two continuous poll readings of consecutiveFailures.
date CreationDate
Creation date for the listener notification.
long FailureCount
Number of failed notifications.
long deltaFailureCount
Delta of the number of failed notifications. This KPI reports the difference between the last two continuous poll readings of failureCount.
string ListenerName
Locale-sensitive information about the listener with which this notification is associated.
long NotificationCount
Total number of times the listener notification has been executed.
long deltaNotificationCount
Delta of the total number of times the listener notification has been executed. This KPI reports the difference between the last two continuous poll readings of notificationCount.
string NotificationType
Listener notification type (synchronous or asynchronous).
string PublishableDocumentName
Name of the document the asynchronous listener notification publishes.
string RequestDocumentName
Name of the document associated with listener notification that is input to service.
string ReplyDocumentName
Name of the document associated with service output.
string ServiceName
TotalNotificationTime divided by NotificationCount.
long TotalNotificationTime
Total number of milliseconds a notification has been running.
long deltaTotalNotificationTime
Delta of the total number of milliseconds a notification has been running. This KPI reports the difference between the last two continuous poll readings of totalNotificationTime.
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