Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Integration Server KPI Definitions | com.wm.isextdc.IsService | KPIs
 
KPIs
The following table describes the IsService KPIs.
Name
Description
boolean Stateless
True for a stateless service.
boolean EnforceInternalACL
True if ACLs are enforced for nested service invocations.
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 CumulativeCount
Total number of service requests.
long CumulativeRunTime
Cumulative run time for this service, in milliseconds. The Cumulative Run Time by IS Service is an aggregated total of the run times over the Infrastructure Data Collector (IDC) polling interval, measured in milliseconds. For example, if the service runs three times in the polling interval for 10s each time, the KPI will show 30 000, calculated as 3 x 10 000 ms, added to the cumulative runtime value since start of Integration Server. Cumulative Runtime\Cumulative Count will give the average runtime over the lifetime of the data.
long Count
Total number of service requests.
long Run Time
Delta value of run time for this service, in milliseconds. The Run Time by IS Service is an aggregated total of the run times over the Infrastructure Data Collector (IDC) polling interval, measured in milliseconds. For example, if the service runs three times in the polling interval for 10s each time, the KPI will show 30 000 calculated as 3 x 10 000 ms. The average runtime during the polling interval can be calculated by "Run Time by IS Service" \ "Count".
long RetryCount
Number of the times the service failed and was retried.
long ErrorCount
Number of times the service resulted in failure.
long deltaErrorCount
Delta of the number of times the service resulted in failure. This KPI reports the difference between the last two continuous poll readings of errorCount.
long EMAILProtocolNumInvokes
The number of times this service has been invoked by EMAIL protocol.
long deltaEMAILProtocolNumInvokes
Delta of the number of times this service has been invoked by EMAIL protocol. This KPI reports the difference between the last two continuous poll readings of EMAILProtocolNumInvokes.
long FTPProtocolNumInvokes
The number of times this service has been invoked by FTP protocol.
long deltaFTPProtocolNumInvokes
Delta of the number of times this service has been invoked by FTP protocol. This KPI reports the difference between the last two continuous poll readings of FTPProtocolNumInvokes.
long HTTPProtocolNumInvokes
The number of times this service has been invoked by HTTP protocol.
long deltaHTTPProtocolNumInvokes
Delta of the number of times this service has been invoked by HTTP protocol. This KPI reports the difference between the last two continuous poll readings of HTTPProtocolNumInvokes.
long HTTPSProtocolNumInvokes
The number of times this service has been invoked by HTTPS protocol.
long deltaHTTPSProtocolNumInvokes
Delta of the number of times this service has been invoked by HTTPS protocol. This KPI reports the difference between the last two continuous poll readings of HTTPSProtocolNumInvokes.
long SOAPProtocolNumInvokes
The number of times this service has been invoked by SOAP protocol.
long deltaSOAPProtocolNumInvokes
Delta of the number of times this service has been invoked by SOAP protocol. This KPI reports the difference between the last two continuous poll readings of SOAPProtocolNumInvokes.
long BROKERXPORTProtocolNumInvokes
The number of times this service has been invoked by Broker Transport protocol.
long deltaBROKERXPORTProtocolNumInvokes
Delta of the number of times this service has been invoked by Broker Transport protocol. This KPI reports the difference between the last two continuous poll readings of BROKERXPORTProtocolNumInvokes.
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