Monitoring the system using the DMS servlet
The DMS Spy servlet provides access to information from the Oracle Dynamic Monitoring System. It is not strictly a monitoring tool, as it does not display historical metrics or trends, but has a wide range of metrics, so is nevertheless useful.
Getting ready
You will need to have your WebLogic SOA Domain administration server running, and will wneed to know the administration credentials for this recipe.
How to do it...
These steps show us how to use the DMS servlet:
Open a web browser, and point it at
http://servername:port/dms/Spy
. For example,http://localhost:7001/dms/Spy
.A login dialog box will pop up; enter your domain administration credentials.
The DMS Spy servlet will open, displaying a list of available metrics:
Select the metric you want from the available categories on the left, and it will be displayed in the main pane.
How it works...
The Oracle Dynamic Monitoring System (DMS) is a library that pulls together metrics from a number of different...