Request metrics: Specify how much data to collect

 

+

Search Tips   |   Advanced Search

 

Overview

This topic describes how to set the trace level to generate trace records in the console.

Trace level specifies how much trace data to accumulate for a given transaction. You should choose the one of the following values when setting the trace level in the console.

None

No instrumentation.

Hops

Generates instrumentation information on process boundaries only (for example, a servlet request coming from a browser or a Web server and a JDBC request going to a database).

Performance_debug

Generates the data at Hops level and the first level of the intra-process servlet and EJB call (for example, when an inbound servlet forwards to a servlet and an inbound EJB calls another EJB). Other intra-process calls like naming and service integration bus (SIB) are not enabled at this level.

Debug

Provides detailed instrumentation data, including response times for all intra-process calls.

Requests to servlet filters will only be instrumented at this level.

 

Procedure

  1. Open the console.

  2. Click...

    Monitoring and Tuning | Request metrics

  3. Find Trace level in the Configuration tab.

  4. Select a trace level from the drop down list box. To set the request metrics trace level to generate records, make sure that the trace level is set to a value greater than None.

  5. Click Apply or OK.

  6. Click Save.

 

Results

Information are generated to reflect the trace level you selected.

 

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.



Request metrics trace filters

 

Related tasks

Getting performance data from request metrics