Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | MashZone NextGen KPI Definitions | com.softwareag.mzng.jmx.Catalina.type.Manager | KPIs
 
KPIs
The following table describes the com.softwareag.mzng.jmx.Catalina.type.Manager KPIs.
Name
Description
int sessionExpireRate
Session expiration rate in sessions per minute.
int sessionAverageAliveTime
Average time an expired session has been alive.
int duplicates
Number of duplicated session ids generated.
int maxInactiveInterval
The default maximum inactive interval for sessions created by this manager.
int sessionCreateRate
Session creation rate in sessions per minute.
int sessionIdLength
The session id length (in bytes) of sessions created by this manager.
int rejectedSessions
Number of sessions we rejected due to maxActive being reached.
boolean distributable
The distributable flag for sessions created by this manager.
int maxActive
Maximum number of active sessions so far.
long sessionCounter
Total number of sessions created by this manager.
int maxActiveSessions
The maximum number of active sessions allowed. A value of -1 means no limit.
int activeSessions
Number of active sessions at this moment.
long expiredSessions
Number of sessions that expired. Note that this does not include explicit invalidations.
int sessionMaxAliveTime
Longest time an expired session has been alive.
int processExpiresFrequency
The frequency of the manager checks (expiration and passivation).
long processingTime
Time spent doing housekeeping and expiration.
long deltaexpiredSessions
Delta of the number of sessions that expired (does not include explicit invalidations).
int deltaactiveSessions
Delta of the number of active sessions at the moment.
int deltarejectedSessions
Delta of the number of sessions that were rejected due to maxActive being reached.