Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Performance Data (CRTPEXDTA) command creates the Performance Explorer database files based on the data in a Performance Explorer management collection object (object type *MGTCOL).
Additional information about the Performance Explorer tool can be found in the Performance Management information at http://www.ibm.com/servers/eserver/iseries/perfmgmt/resource.htm.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FROMMGTCOL | From collection | Qualified object name | Required, Positional 1 |
Qualifier 1: From collection | Name | ||
Qualifier 2: Library | Name, QPEXDATA | ||
TOMBR | To member | Name, *FROMMGTCOL | Optional, Positional 2 |
TOLIB | To library | Name, *FROMMGTCOL | Optional, Positional 3 |
NBRTHD | Number of threads | 1-256, *CALC | Optional |
RPLDTA | Replace data | *YES, *NO | Optional |
TEXT | Text 'description' | Character value, *BLANK | Optional |
Top |
Specifies the name of the Performance Explorer management collection object. The data in this object will be stored in the Performance Explorer database files in the specified member.
This is a required parameter.
The possible library values are:
Top |
Specifies the member name used to store the data in the Performance Explorer database files.
Top |
Specifies the library used to store the data in the Performance Explorer database files.
Top |
Specifies the number of concurrent threads that the CRTPEXDTA command uses to process the data. Specifying a number greater than 1 allows the CRTPEXDTA command to take advantage of available CPU cycles, especially on a multi-processor system. While this may speed up the command processing, it may also degrade the performance of other jobs on the system. You can minimize this impact by changing the priority of the job that runs the CRTPEXDTA command to a higher number. You should also verify the disk subsystem can handle the additional threads. Typically, the CRTPEXDTA command requires one disk arm for each active thread.
Top |
Specifies whether to replace the data in an existing set of file members with new performance data.
Top |
Specifies the text that briefly describes the type of data collected.
Top |
Example 1: Creating PEX Data
CRTPEXDTA FROMMGTCOL(QAPEXDTA/MYCOL) TOMBR(TEST) TOLIB(QAPEXDTA) NBRTHD(2)
This command creates Performance Explorer (PEX) data in member name TEST in library QAPEXDATA. The collected data exists in the management collection object MYCOL found in library QAPEXDTA. Two threads will be used to process the data.
Top |
None
Top |