Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Adapter KPI Definitions | com.wm.artextdc.ARTConnection | KPIs
 
KPIs
The following table describes the com.wm.artextdc.ARTConnection KPIs.
Name
Description
string AdapterType
Locale-sensitive information about the type of adapter used by this connection.
int TotalConnections
Total number of connections existing currently in a pool for the resource (busy connections and free connections).
int BusyConnections
Number of connections currently in use by adapter instances.
int FreeConnections
Number of connections currently available.
long CompletionCount
Number of successful connections to the resource.
long deltaCompletionCount
Delta of the number of successful connections to the resource. This KPI reports the difference between the last two continuous poll readings of completionCount.
long FailureCount
Number of failed connections to the resource.
long deltaFailureCount
Delta of the number of failed connections to the resource. This KPI reports the difference between the last two continuous poll readings of failureCount.
string ConnectionType
Locale-sensitive name for adapter connection type.
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.
boolean ResourceConnectionStatus
Indicates Operational or Failed status of a connection to a resource.
boolean ResourceConnectionError
Indicates whether an error was detected in between poll cycles.
int MessageSeverity
Severity level of the resource message:
Critical = 1
Major = 2
Minor = 3
Warning = 4
Info = 5
Ok = 6
Indeterminate = 7