Filtering POJO packages, methods, and classes

You can filter selected plain old Java object (POJO) packages, methods, and classes from response time breakdown collection.

Before you begin

Create a test or schedule that is enabled for response time breakdown collection.

Procedure

  1. Open the location that you used for response time breakdown collection.
  2. Click the General Properties tab.
  3. Click Add to create a new property.
  4. In the New Property window, type RTB_POJO_EXCLUDE for the Property Name.
  5. In Property Value, type a semicolon-separated list of the POJO packages, methods, and classes to filter.
    Use an asterisk (*) for a wildcard character.
    When you run the test again, the POJO methods and classes that you selected are filtered from response time breakdown collection.

Example

Assume that the RTB_POJO_EXCLUDE property has this property value:com.ibm._js*;com.ibm.websphere.samples.plantsbywebspherewar.*;com.ibm.websphere.samples.plantsbywebsphereejb.Util.debug. All packages with names that start with com.ibm._js, the com.ibm.websphere.samples.plantsbywebspherewar package, and the com.ibm.websphere.samples.plantsbywebsphereejb.Util.debug method are excluded from response time breakdown results.