Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Adapter KPI Definitions | com.wm.isextdc.AdapterService | KPIs
 
KPIs
The following table describes the com.wm.isextdc.AdapterService KPIs.
Name
Description
string UniversalNameLocalPart
Local part of the service universal name.
string UniversalNameNSPart
Namespace part of the service universal name.
boolean WebService
True if this is a Web service.
string SystemName
Service system name.
string Type
Output template type. Possible values are Java and Flow.
boolean Stateless
True for a stateless service.
string ACL
Access control list.
boolean EnforceInternalACL
True if ACLs are enforced for nested service invocations.
string OutputTemplate
Service output template file.
string TemplateType
Possible values areXML and HTML.
boolean Caching
True if caching is enabled.
boolean CachingPrefetch
True if caching prefetch is enabled.
int CachingExpiration
Result cache expiration interval, in seconds.
int PrefetchActivate
Cache prefetch for the service result.
long CurrentlyRunning
Current number of requests being processed.
long CumulativeRunTime
Cumulative run time for this service, in milliseconds.
long deltaCumulativeRunTime
Delta of the cumulative run time for this service, in milliseconds. This KPI reports the difference between the last two continuous poll readings of cumulativeRunTime.
long Count
Total number of service requests.
long deltaCount
Delta of the total number of service requests. This KPI reports the difference between the last two continuous poll readings of count.
long RetryCount
Number of the times the service failed and was retried.
long deltaRetryCount
Delta of the number of the times the service failed and was retried. This KPI reports the difference between the last two continuous poll readings of retryCount.
string JavaClass
Java class that implements this service.
string JavaMethod
Java method that implements this service.
date LastRan
Last time the service was invoked.
string LoadError
Last error loading the service.
long EMAILProtocolCumulativeRunTime
The cumulative run time for this service invoked by EMAIL Protocol.
long FTPProtocolCumulativeRunTime
The cumulative run time for this service invoked by FTP Protocol.
long HTTPProtocolCumulativeRunTime
The cumulative run time for this service invoked by HTTP Protocol.
long HTTPSProtocolCumulativeRunTime
The cumulative run time for this service invoked by HTTPS Protocol.
long SOAPProtocolCumulativeRunTime
The cumulative run time for this service invoked by SOAP Protocol.
long BROKERXPORTProtocolCumulativeRunTime
The cumulative run time for this service invoked by Broker Transport Protocol.
long EMAILProtocolNumInvokes
The number of times this service has been invoked by EMAIL protocol.
long FTPProtocolNumInvokes
The number of times this service has been invoked by FTP protocol.
long HTTPProtocolNumInvokes
The number of times this service has been invoked by HTTP protocol.
long HTTPSProtocolNumInvokes
The number of times this service has been invoked by HTTPS protocol.
long SOAPProtocolNumInvokes
The number of times this service has been invoked by SOAP protocol.
long BROKERXPORTProtocolNumInvokes
The number of times this service has been invoked by Broker Transport protocol.
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