Isolating performance for specific types of requests

This topic describes how to enable request metrics filters.

About this task

Request metrics compares each incoming request to a set of known filters, but you need to enable these filters.

Procedure

  1. Open the administrative console.
  2. Click Monitoring and Tuning > Request Metrics in the administrative console navigation tree.
  3. Click Filters.
  4. Click filter type.
  5. Select the check box in the Enable field under the Configuration tab.
  6. Click Apply or OK.
  7. Click Save.
    You can enable or disable a filter group. If the group is enabled, you can enable or disable individual filters.

Results

The request metrics filters are enabled according to your configuration. For example, if you enabled source IP, only requests whose source IP matches the one specified in the filter will be instrumented.
Note: Filters will only be checked for edge transactions. An edge transaction is the transaction that first enters an instrumented system. For example, if a servlet calls an Enterprise JavaBean, the servlet is the edge transaction, assuming it is not instrumented at the web server plug-in, and the URI and SOURCE_IP filters will be checked for the servlet request. However, when the request comes to EJB container, EJB filter will not be checked because it is no longer an edge transaction.

What to do next

You must regenerate the web server plug-in configuration file as described in the Regenerating the web server plug-in configuration file topic after modifying the request metrics configuration.