CL Command Reference - STRPFRTRC
CL Command List > STRPFRTRC Reference
Description:
The Start Performance Trace (STRPFRTRC) command is a simplified interface to the TRCINT command for collecting Multiprogramming level (MPL) and Transaction trace data. This command collects the same performance trace data as was collected in previous releases by the Start Performance Monitor (STRPFRMON) command.
The trace started by this command creates and uses trace table QPM_STRPFRTRC.If the trace table exists, any existing data will be deleted before this trace begins.
The trace can be stopped and the data can be written to a data base file by using the End Performance Trace (ENDPFRTRC) command.
Restrictions:
. This command is shipped with public *EXCLUDE authority.
. The following user profiles have private authorities to use the command:
¨C QSRV
Examples:
STRPFRTRC SIZE(*CALC)
This command starts the collection of performance trace data. The trace table size may be adjusted to the calculated minimum. This example will result in the same trace table size and data as would STRPFRMON TRACE(*ALL) DMPTRC(*NO).