Where allowed to run: All environments (*ALL) Threadsafe: Conditional |
Parameters Examples Error messages |
The Start Performance Explorer (STRPEX) command starts a new Performance Explorer session or resumes a suspended Performance Explorer session.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
SSNID | Session ID | Name | Required, Key, Positional 1 |
OPTION | Option | *NEW, *INZONLY, *RESUME | Optional, Positional 2 |
DFN | Definition | Name, *SELECT | Optional |
FTR | Filter | Name, *NONE, *SELECT | Optional |
Top |
Specifies an identifier for this Performance Explorer session. This name must be unique within the active sessions of the Performance Explorer tool.
This is a required parameter.
Top |
Specifies whether a new session should be started or a session which is currently suspended should be resumed.
This is a required parameter.
Top |
Specifies the name of the Performance Explorer definition to use when starting a new Performance Explorer session. The definition identifies the performance data to be collected. This parameter is required in order to start a new Performance Explorer session. This parameter cannot be specified when resuming a suspended session, since the suspended session already has an associated Performance Explorer definition.
Top |
Specifies the name of the Performance Explorer filter to use when starting a new Performance Explorer session. The filter determines which events are collected based on the filter values which are compared to the event's actual data. If a filter is not specified, then all events in the definition are collected. This parameter cannot be specified when resuming a suspended session.
Top |
Example 1: Start a New Session
STRPEX SSNID(TESTRUN2) DFN(NEWDESC) OPTION(*NEW) FTR(MYFILTER)
This command starts a new session of the performance explorer using the criteria identified in a definition named NEWDESC and a filter named MYFILTER. The new session name is TESTRUN2.
Example 2: Resume a Suspended Session
STRPEX SSNID(TESTRUN1) OPTION(*RESUME)
This command resumes an already existing session of the performance explorer named TESTRUN1.
Top |
*ESCAPE Messages
Top |