-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Oracle SOA Suite 11g Performance Tuning Cookbook

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.
You will need to have your WebLogic SOA Domain administration server running, and will wneed to know the administration credentials for this recipe.
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.
The Oracle Dynamic Monitoring System (DMS) is a library that pulls together metrics from a number of different...