Viewing Monitoring Data

When the monitoring level is set to LOW or HIGH, you can view the monitoring data using the asadmin tool.

To find out the names of the processes that are available for monitoring:

  1. Start the asadmin tool from a terminal window or command prompt, as follows:
  2. $ asadmin

    The asadmin tool starts and is prepared to accept commands.

  3. Use the list command to list the running processes:
  4. asadmin>list --user admin_user_name --monitor server*

  5. Use the get command to access the monitoring statistics:
  6. asadmin>get --user admin_user_name --monitor dotted-name.*

    Running the get command on the appropriate dotted name parameter will return a list of attributes and values corresponding to the component selected. The dotted-name.* parameter refers to the name of at least one of the processes, such as server.orb.connection-managers.*, that displayed as the result of the list command in the previous step. For examples and more information on the get command and dotted names, see the Monitoring chapter of the Sun Java(tm) System Application Server Platform Edition 8 Administration Guide.

See Also:


Legal Notices