Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Integration Server KPI Definitions | com.wm.isextdc.IntegrationServer | KPIs
 
KPIs
The following table describes the Integration Server KPIs.
Name
Description
boolean SupportStrongSSLEncryption
True if strong (128-bit) encryption is available.
int MaxLicensedSessions
Maximum number of sessions licensed.
int MaxMemory
Maximum memory allocated to an IS process.
int MaxServiceThread
Maximum allocated service threads. Takes effect after restart.
int MinServiceThread
Minimum allocated service threads. Takes effect after restart.
int ServerLogLevel
Integration Server logging level. Possible values are from 0 to 9 with higher values producing more log messages.
int SessionTimeout
Session timeout value in minutes.
long PollingRate
Monitored object resource polling rate in seconds.
long TotalMemory
Total system memory available.
long UsedMemory
Total system memory in use.
long FreeMemory
Total system memory free.
int CurrentNumServiceThreads
Current number of service threads within last minute.
int PeakNumServiceThreads
Peak number of service threads used.
int CurrentNumVMThreads
Current number of Java VM threads within last minute.
int PeakNumVMThreads
Peak number of Java VM threads used.
int CurrentNumSessions
Current number of client sessions within last minute.
int PeakNumSessions
Peak number of client sessions.
int CurrentNumLicensedSession
Current number of licensed sessions within last minute.
int PeakNumLicensedSession
Peak number of licensed sessions.
long RequestsPerMinuteCurrent
Current number of service requests per minute within last minute.
long RequestsPerMinuteLifetime
Lifetime service requests per minute.
long CurrentAverageServiceRequestTime
Average request processing time within last minute.
long LifetimeAverageServiceRequestTime
Average request processing time for the lifetime of the server.
long NumServiceErrors
Number of service errors during the server uptime.
long deltaNumServiceErrors
Delta of the number of service errors during the server uptime. This KPI reports the difference between the last two continuous poll readings of numServiceErrors.
int NumCompletedRequests
Number of service requests during server uptime.
int deltaNumCompletedRequests
Delta of the number of service requests during server uptime. This KPI reports the difference between the last two continuous poll readings of numCompletedRequests.
string HTTPProxyHostName
Host name of the outbound proxy server.
int HTTPProxyPort
Port used with the outbound proxy server.
int HTTPSProxyPort
Port used with the outbound HTTPS proxy server
int FTPProxyPort
Port used with the outbound FTP proxy server.
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
int CurrentNoOfPollEventsSent
The count of events sent for an asset during each polling.
int PollTime
Polling time for an asset during each polling.
int PingTime
Time to ping an asset server.
int LongRunningThreadCount
Returns the number of long-running service threads in Integration Server. By default, a long-running service thread is calculated using the duration value of 60000 milliseconds. To change this duration value use the ISServiceThreadDuration key in the infradc.cnf file and restart Infrastructure Data Collector.