Server Monitor Memory Usage

Server Monitoring > Server Monitor

 

The Memory Usage section contains the following pages:

 

Memory Usage Summary page

The Memory Usage Summary page displays a graph that shows the estimated memory consumption by persistent scopes on the server, including the server scope, the application scopes, and the session scopes. If your server is consuming too much memory, the graph provides information about which scope is using too much memory, and when the increased memory consumption began. Detailed reports let you examine estimated memory consumption for the server scope and all active application and session scopes.

 

Note: Memory usage information displayed in the Server Monitor is estimated and may vary from the actual memory usage. The information in the memory usage report is based on empirical estimates of how different Java types, and their corresponding ColdFusion types, consume memory. Use the information provided in the memory usage report as an indicator rather than an absolute measure.

 

Requests by Memory Usage page

The Requests by Memory Usage page lists the requests that have used the most memory. You can view a list or a detailed view. The detailed view lists the variables that have used the most memory during the execution of the request.

 

ColdFusion Threads by Memory Usage page

The ColdFusion Threads by Memory Usage page lists the threads launched by the cfthread tag that have used the most memory. You can view a list or a detailed view.

 

Queries by Memory Usage page

The Queries by Memory Usage page lists the queries that have used the most memory. When a query appears in this report, you may want to tune the query to reduce the size of the result set, or cache the query to reduce memory consumption and network traffic. This report does not include information about cached queries. Use the Threshold option to specify the smallest query to appear in the list.

 

Sessions by Memory Usage page

The Sessions by Memory Usage page lists the sessions that have used the most memory. Use the Threshold option to specify the smallest session to appear in the list.

 

Application Scope Memory Usage page

The Application Scope Memory Usage page lists the application scopes that have used the most memory. The detail lists the application scope variables that have used the most memory.

 

Server Scope Memory Usage page

The Server Scope Memory Usage page lists the server scope variables that have used the most memory.