To View Runtime Monitoring Data

  1. Do one of the following:

    By default, the Log tab is shown. To view runtime data, click the Runtime tab.

  2. From the View list, select a deployed component or service for which monitoring is enabled.

    Monitoring data for the selected component or service displays below the View field. For a description of the monitorable properties, see Chapter 18, Monitoring Components and Services, in Sun Java System Application Server 9.1 Administration Guide.

  3. If you do not see the component or service you wish to monitor in the View list, click Configure Monitoring to enable monitoring for it.

    For more information, see To Set Monitoring Levels.

More Information
Equivalent asadmin command

get --monitor or monitor

For example, to view monitoring data for the JVM, use the following asadmin commands:

asadmin> get --user adminuser --monitor server.jvm.*

or asadmin> monitor -–type jvm -–user adminuser server