5 Monitoring Applications
Note:
To enable Coherence*Web JMX Management and Monitoring, this section assumes that you have first set up the Coherence Clustered JMX Framework. See Using JMX to Manage Coherence in Managing Oracle Coherence.
This chapter includes the following sections:
- Managing and Monitoring Applications with JMX
The management attributes and operations for Web applications that use Coherence*Web are visible through theHttpSessionManagerMBean
MBean. - Managing and Monitoring Applications on WebLogic Server
For WebLogic Server, management attributes and operations for Web applications that use Coherence*Web are visible through theWebLogicHttpSessionManagerMBean
MBean. - Running Performance Reports
You can monitor session management performance using performance reports such as the Web Session Storage report, Web Session Overflow report, Web report, WebLogic Web report, and Web Service report.
Managing and Monitoring Applications with JMX
HttpSessionManagerMBean
MBean. During startup, each Coherence*Web Web application registers a single instance of the HttpSessionManager
class. You can use a monitoring tool, such as JConsole, to view the values of the MBean attributes. The MBean is unregistered when the Web application shuts down.
Table 5-1 describes the object name that the MBean uses for registration.
Table 5-1 Object Name for HttpSessionManagerMBean
Managed Bean | Object Name |
---|---|
|
|
Table 5-2 describes the information that HttpSessionManager
provides. All of the names represent attributes, except resetStatistics
, which is an operation.
Several of the MBean attributes use the following prefixes:
-
LocalSession
, which indicates a session that is not distributed to all members of the cluster. The session remains local to the originating server until a later point in the life of the session. -
LocalAttribute
, which indicates a session attribute that is not distributed to all members of the cluster. -
Overflow
, a cache which stores the large session attributes when the Split Session model is used.
Table 5-2 Information Returned by the HttpSessionManager
Attribute Name | Data Type | Description |
---|---|---|
|
long |
The average reap duration (the time it takes to complete a reap cycle) in milliseconds, since the statistic was reset. See Getting Session Reaper Performance Statistics. |
|
String |
The fully qualified class name of the |
|
String |
The fully-qualified class name of the |
|
long |
The amount of time, in milliseconds, it took for the last reap cycle to finish. See Getting Session Reaper Performance Statistics. |
|
String |
The name of the local cache that stores non-distributed session attributes. If the attribute displays null then local session attribute storage is disabled. |
|
Integer |
The number of non-distributed session attributes stored in the local session attribute cache. If the attribute displays |
|
String |
The name of the local cache that stores nondistributed sessions. If the attribute displays a null value, then local session storage is disabled. |
|
Integer |
The number of nondistributed sessions stored in the local session cache. If the attribute displays a -1 value, then local session storage is disabled. |
|
long |
The maximum number of sessions reaped in a reap cycle since the statistic was reset. See Getting Session Reaper Performance Statistics. |
|
java.lang.Date |
The time, expressed as a |
|
Integer |
The average size (in bytes) of the session attributes stored in the overflow clustered cache since the last time statistics were reset. If the attribute displays |
|
String |
The name of the clustered cache that stores the large attributes that exceed a certain size and thus are determined to be more efficiently managed as separate cache entries and not as part of the serialized session object itself. A null value is displayed if a |
|
Integer |
The maximum size (in bytes) of a session attribute stored in the overflow clustered cache since the last time statistics were reset. The attribute displays a -1 value if a |
|
Integer |
The minimum length (in bytes) that the serialized form of an attribute value must be stored in the separate overflow cache that is reserved for large attributes. The attribute displays a -1 value if a |
|
Integer |
The number of updates to session attributes stored in the overflow clustered cache since the last time statistics were reset. The attribute displays a -1 value if a |
|
long |
The number of sessions reaped during the last cycle. See Getting Session Reaper Performance Statistics. |
|
long |
The number of expired sessions that have been reaped since the statistic was reset. See Getting Session Reaper Performance Statistics. |
|
String |
The name of the clustered cache that stores |
|
String |
The name of the Web application |
|
Integer |
The average lifetime (in seconds) of session objects invalidated (either due to expiration or to an explicit invalidation) since the last time statistics were reset. |
|
Integer |
The average size (in bytes) of session objects placed in the session storage clustered cache since the last time statistics were reset. |
|
String |
The name of the clustered cache that stores serialized session objects. |
|
Integer |
The length (in characters) of generated session IDs. |
|
Integer |
The maximum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset. |
|
Integer |
The minimum size (in bytes) of a session object placed in the session storage clustered cache since the last time statistics were reset. |
|
Integer |
The number of session objects that belong to this instance of the Web application. The attribute displays |
|
Integer |
The session expiration time (in seconds). The attribute displays |
|
Integer |
The number of updates of session object stored in the session storage clustered cache since the last time statistics were reset. |
|
void |
Reset the session management statistics. |
Figure 5-1 illustrates the attributes of the HttpSessionManager
MBean displayed in the JConsole monitoring tool.
Figure 5-1 HttpSessionManager Displayed in the JConsole Monitoring Tool

Description of "Figure 5-1 HttpSessionManager Displayed in the JConsole Monitoring Tool"
Parent topic: Monitoring Applications
Managing and Monitoring Applications on WebLogic Server
WebLogicHttpSessionManagerMBean
MBean.Table 5-3 describes the object name that the MBean uses for registration.
Table 5-3 Object Name for WebLogicHttpSessionManagerMBean
Managed Bean | Object Name |
---|---|
WebLogicHttpSessionManager |
|
The WebLogicHttpSessionManager
class extends the HttpSessionManager
class. In addition to the information described in Table 5-2, the WebLogicHttpSessionManager
class also returns the information listed in Table 5-4. Enterprise Manager uses this information to correlate the Coherence*Web instances to the server.
Table 5-4 Information Returned by the WebLogicHttpSessionManager MBean
Attribute Name | Data Type | Description |
---|---|---|
|
String |
The WebLogic Web application ID. |
|
String |
The name of this Web application. |
|
String |
The version of this Web application. |
|
String |
The WebLogic domain name on which the application is deployed. |
|
Boolean |
Displays |
|
Boolean |
Displays |
|
Boolean |
Displays |
|
String |
The address on which the server is listening. |
|
Integer |
The port on which this server listens for HTTP requests. |
|
String |
The WebLogic Server name on which the application is deployed. |
|
Integer |
The port on which this server is listening for HTTPS requests. |
Parent topic: Monitoring Applications
Running Performance Reports
For information about configuring the JMX reporting for Coherence*Web performance reporting, see Using Oracle Coherence Reporting in Managing Oracle Coherence.
This section includes the following topics:
- Web Session Cache Storage Report
- Web Session Cache Overflow Report
- Web Report
- WebLogic Web Report
- Web Service Report
Parent topic: Monitoring Applications
Web Session Cache Storage Report
The Web Session Storage report records statistics on the activity between the cluster and the cache where session objects and data are stored. The statistics include information about the number of put, get, and prune operations performed on the session storage cache, and the amount of time spent on these operations.
The report is a tab-delimited file that is prefixed with the date in
YYYYMMDDHH
format and appended with
cache-session-storage.txt
. For example
2010013113-cache-session-storage.txt
would be created on January
31, 2010 1:00 pm. Table 5-5 describes the contents of the Web Session Storage report.
Table 5-5 Contents of the Web Session Cache Storage Report
Column Title | Data Type | Description |
---|---|---|
|
long |
A sequential counter to help integrate information between related files. This value resets when the reporter restarts and is not consistent across nodes. However, it is helpful when trying to integrate files. |
|
String |
Always |
|
long |
The total number of sessions that have been evicted for the cache across the cluster since the last time the report was created. |
|
Date |
The system time when the report was created. |
|
String |
The service name of the session cache. |
|
String |
The value can be either |
|
String |
The numeric cluster member identifier. |
|
Long |
The total number of evictions for the cache across the cluster since the last report refresh. |
|
long |
The total number of session storage write failures for the cache across the cluster since the last time the report was created. |
|
long |
The total number of session get operations across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each |
|
long |
The total number of session hits across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each |
|
long |
The total number of sessions get operations that returned misses for the cache across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each |
|
long |
The total number of times the session storage cache has been pruned across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for the prune operation ( |
|
long |
The total number of session updates (put operations) across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each |
|
long |
The sum of the queue links for the session storage cache across the cluster. |
|
long |
The total number of sessions written to an external cache storage for the cache across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each write operation ( |
Parent topic: Running Performance Reports
Web Session Cache Overflow Report
The Web Session Overflow report records statistics on the activity between the cluster and the cache where the overflow of session objects and data is stored. The statistics include information about the number of put, get, and prune operations performed on the session overflow cache, and the amount of time spent on these operations.
The report is a tab-delimited file that is prefixed with the date in
YYYYMMDDHH
format and appended with
cache-session-overflow.txt
. For example
2010013113-cache-session-overflow.txt
would be created on January
31, 2010 1:00 pm. Table 5-6 describes the contents of the Web Session Overflow report.
Table 5-6 Contents of the Web Session Overflow Report
Column Title | Data Type | Description |
---|---|---|
|
long |
A sequential counter to help integrate information between related files. This value does reset when the Reporter restarts and is not consistent across nodes. However, it is helpful when trying to integrate files. |
|
String |
Always |
|
long |
The total number of session overflows that have been evicted for the cache across the cluster since the last time the report was created. |
|
Date |
The system time when the report executed. |
|
String |
The service name of the session cache. |
|
String |
The numeric cluster member identifier. |
|
Long |
The total number of evictions for the cache across the cluster since the last report refresh. |
|
String |
The value can be either |
|
long |
The total number of session overflows storage write failures for the cache across the cluster since the last time the report was created. |
|
long |
The total number of session overflows get operations across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each |
|
long |
The total number of session overflow hits across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each |
|
long |
The total number of session overflow get operations that returned misses for the cache across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each |
|
long |
The total number of times the session overflow cache has been pruned across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for the prune operations ( |
|
long |
The total number of session overflows (put operations) across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent per |
|
long |
The sum of the queue link size for the session overflow cache across the cluster. |
|
long |
The total number of session overflows written to an external cache storage for the cache across the cluster since the last time the report was created. |
|
long |
The total number of milliseconds spent for each write operation ( |
Parent topic: Running Performance Reports
Web Report
The Web Report (report-web.xml
) provides information about Coherence*Web activity for the cluster. The report is a tab-delimited file that is prefixed with the date and hour in YYYYMMDDHH
format and appended with -web.txt
. For example 2009013102-web.txt
would be created on January 1, 2009 at 2:00 am. Table 5-7 describes the contents of the Web Report.
Table 5-7 Contents of the Web Report
Column | Data Type | Description |
---|---|---|
|
String |
The application name. |
|
long |
A sequential counter to help integrate information between related files. This value does reset when the Reporter restarts and is not consistent across nodes. However, it is helpful when trying to integrate files. |
|
long |
The number of overflow updates since the last time the report was created. |
|
long |
The number of session updates since the last time the report was created. |
|
long |
The attribute count on the node. |
|
long |
The session count on the node. |
|
integer |
The node identifier. |
|
float |
The average size for attribute overflows. |
|
long |
The maximum size for an attribute overflow. |
|
long |
The total number of attribute overflow updates since the last time statistics were reset. |
|
Date |
The system time when the report was created. |
|
float |
The average number of seconds a session is active. |
|
float |
The average size for a session. |
|
long |
The maximum size for a session. |
|
long |
The minimum size for a session. |
|
long |
The number of sticky sessions on the node. |
|
long |
The number of session updates since the last time statistics were reset. |
Parent topic: Running Performance Reports
WebLogic Web Report
The Weblogic Web Report (report-web-weblogic.xml
) provides information on Coherence*Web activity when it is being used in WebLogic Server environments. This report provides the same information as provided by the Web Report with additional columns for the WebLogic Server name and domain name. The report is a tab-delimited file that is prefixed with the date and hour in YYYYMMDDHH
format and appended with -web-weblogic.txt
. For example 2009013102-web-weblogic.txt
would be created on January 1, 2009 at 2:00 am.
Table 5-8 Contents of the WebLogic Web Report
Column | Data Type | Description |
---|---|---|
|
String |
The application name. |
|
long |
A sequential counter to help integrate information between related files. This value does reset when the Reporter restarts and is not consistent across nodes. However, it is helpful when trying to integrate files. |
|
long |
The number of overflow updates since the last time the report was created. |
|
long |
The number of session updates since the last time the report was created. |
|
String |
The name of the WebLogic Server domain in which Coherence*Web is running. |
|
long |
The attribute count on the node. |
|
long |
The session count on the node. |
|
integer |
The node identifier. |
|
float |
The average size for attribute overflows. |
|
long |
The maximum size for an attribute overflow. |
|
long |
The total number of attribute overflow updates since the last time statistics were reset. |
|
Date |
The system time when the report was created. |
|
String |
The name of the WebLogic Server on which Coherence*Web is running. |
|
float |
The average number of seconds a session is active. |
|
float |
The average size for a session. |
|
long |
The maximum size for a session. |
|
long |
The minimum size for a session. |
|
long |
The number of sticky sessions on the node. |
|
long |
The number of session updates since the last time statistics were reset. |
Parent topic: Running Performance Reports
Web Service Report
The Web Service report provides information about the service running the Coherence*Web application. The report records the requests processed, request failures, and request backlog, tasks processed, task failures, and task backlog. Request
Count
and Task
Count
are useful to determine performance and throughput of the service. RequestPendingCount
and Task
Backlog
are useful in determining capacity issues or blocked processes. Task
Hung
Count
, Task
Timeout
Count
, Thread
Abandoned
Count
, Request
Timeout
Count
are the number of unsuccessful executions that have occurred in the system.
The report is a tab-delimited file that is prefixed with the date and hour in YYYYMMDDHH
format and appended with -web-session-service.txt
. For example 2009013102-web-session-service.txt
would be created on January 1, 2009 at 2:00 am. Table 5-9 describes the contents of the Web Service Report.
Table 5-9 Contents of the Web Service Report
Column Title | Data Type | Description |
---|---|---|
|
Long |
A sequential counter to help integrate information between related files. This value does reset when the Reporter restarts and is not consistent across nodes. However, it is helpful when trying to integrate files. |
|
String |
The numeric node identifier. |
|
Date |
The system time when the service information was updated from a remote node. |
|
Long |
The number of requests by the Coherence*Web application since the last report was created. |
|
Long |
The number of pending requests by the Coherence*Web application at the time of the report. |
|
Long |
The duration for the pending requests of the Coherence*Web application at the time of the report. |
|
Long |
The number of request timeouts by the Coherence*Web application since the last report was created. |
|
Date |
The system time when the report executed. |
|
String |
A static value ( |
|
Long |
The task backlog of the Coherence*Web application at the time of the report was created. |
|
Long |
The number of tasks executed by the Coherence*Web application since the last report was created. |
|
Long |
The number of tasks that were hung by the Coherence*Web application since the last report was created. |
|
Long |
The number of task timeouts by the Coherence*Web application since the last report was created. |
|
Long |
The number of threads abandoned by the Coherence*Web application since the last report was created. |
Parent topic: Running Performance Reports