Methods Summary |
---|
public int | getActiveSessionsCurrent()Gets the number of currently active sessions for the web
module.
.
|
public int | getActiveSessionsHigh()Gets the maximum number of concurrently active sessions for the web
module.
|
public int | getExpiredSessionsTotal()Gets the total number of expired sessions for the web module.
.
|
public int | getJspCount()Gets the number of JSPs that have been loaded in the web module.
.
|
public int | getJspErrorCount()Gets the number of errors that were triggered by JSP invocations.
.
|
public int | getJspReloadCount()Gets the number of JSPs that have been reloaded in the web module.
.
|
public int | getRejectedSessionsTotal()Gets the total number of rejected sessions for the web module.
This is the number of sessions that were not created because the
maximum allowed number of sessions were active.
.
|
public long | getServletProcessingTimesMillis()Gets the cumulative processing times of all servlets in the web module
associated with this PwcWebModuleStats.
|
public java.util.HashMap | getSession(java.lang.String id)Returns information about the session with the given id.
The session information is organized as a HashMap, mapping
session attribute names to the String representation of their values.
|
public int | getSessionAverageAliveTimeSeconds()Gets the average time (in seconds) that expired sessions had been
alive.
|
public java.lang.String | getSessionIds()Returns the session ids of all sessions currently active in the web
module associated with this PwcWebModuleStats.
|
public int | getSessionMaxAliveTimeSeconds()Gets the longest time (in seconds) that an expired session had been
alive.
|
public int | getSessionsTotal()Gets the total number of sessions that have been created for the web
module.
.
|
public long | getStartTimeMillis()Gets the time when the web module was started.
|
public void | reset()Resets this WebModuleStats.
|