Sun Java System Application Server Platform Edition 8.2 Administration Guide

ProcedureTo configure monitoring levels using the Admin Console

  1. Access the Monitoring Service page. To do this,

    1. In the tree component, select the Application Server node.

    2. Select the Monitor page.

    3. Select the Setup tab.

  2. On the Monitoring Service page, choose the appropriate value from the combo box opposite the component(s) or service(s) whose monitoring level is changing.

    By default, monitoring is turned off for all components and services. To turn monitoring on, select LOW or HIGH from the combo box. To turn monitoring off, select OFF from the combo box. It is possible to turn monitoring on or off for the following components and services:

    • JVM - Set the monitoring level to LOW for this option to monitor the Java Virtual Machine.

    • HTTP Service - Set the monitoring level to LOW for this option to monitor all HTTP listeners and virtual servers.

    • Transaction Service - Set the monitoring level to LOW for this option to monitor any transaction subsystem.

    • JMS/Connector Service - Set the monitoring level to LOW for this option to monitor any Java Message Service (JMS).

    • ORB - Set the monitoring level to LOW for this option to monitor the system ORB used by the Application Server core and its connection managers.

    • Web Container - Set the monitoring level to LOW for this option to monitor all deployed servlets.

    • EJB Container - Set the monitoring level to LOW for this option to monitor all deployed EJB components, EJB pools, and EJB caches. Set this method to HIGH to also monitor EJB business methods.

    • JDBC Connection Pool - Set the monitoring level to LOW for this option to monitor all JDBC connection pools.

    • Thread Pool - Set the monitoring level to LOW for this option to monitor all thread pools.

  3. Click Save.

    There are no Additional Monitoring Service Properties in this release, therefore ignore the Additional Properties table.

Equivalent asadmin command

set

For example, to turn on monitoring for the HTTP Service, use the following asadmin command:

asadmin> set --user admin-user server.monitoring-service.module-monitoring-levels.http-service=LOW