Start of Content Area

Function documentation Single Activity Trace  Locate the document in its SAP Library structure

Use

The Single Activity Trace (SAT) is used to track a single activity running over multiple components (Cross Component Trace). If there are performance problems, the SAT is used to analyze a component in detail. To allow for single activity tracing, a component must be instrumented with JARM. The JARM data for each request and component is written automatically in a trace file using the SAP Logging API. This file can be viewed in the LogViewer. For more information, see Log Types and Formats ® SAT Trace Format.

Caution

The J2EE Engine is instrumented with JARM, therefore even if you want to trace an application that is not instrumented with JARM, you still can use the JARM Viewer in the Visual Administrator to browse the JARM data generated by some of the J2EE Engine components that can be related to the traced application.

 

Single Activity Trace

Using JARM implementation, you can analyze a single (user's) request to find performance problems in an application, or to understand the logical processing steps inside an application.

Cross-Component Trace

Each request gets a passport that is transmitted between all involved components. If each component writes its own SAT, all of the processing can be viewed in an assembled Single Activity Trace.

This graphic is explained in the accompanying text

 

See also:

Activating the Single Activity Trace

End of Content Area