Step 1: Start Tracing
To start tracing with OPE, do the following:
This starts OPE tracing automatically without changing your application.
- Set the environment variable OS_OPE_TRACE=auto.
Note that the trace file name myappl.trf is an example. You can use any valid file name.
- Set the environment variable OS_OPE_TRACE_FILE= myappl.trf.
It specifies the name of the trace file to which OPE writes the collected data. OPE adds the current process ID to the specified name so that concurrently running applications can use the same start procedure.
- Start your application.
For each session within the application OPE creates a trace file of the form myappl.trf.pid#.sid#, where sid# is a session ID . To look at the files, you need the Analyzer. The following section tells you how to work with it.