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:
$ asadmin
The asadmin tool starts and is prepared to accept commands.
asadmin>list --user admin_user_name --monitor server*
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: