The following example describes commands compile statistical data for the 5-day period from June 21, 2018 through June 25, 2018 (assuming this data is available). In the second command, the hyphens indicate the beginning of unsigned parameter values; they are not minus signs.
ctmjsa 180621 180625
ctmjsa -3 -1 180624
The following command compiles statistical data using all data currently available:
ctmjsa "*"
This command displays summary data for all jobs whose FILE_NAME parameter starts with "pgmac": ctmjsa -list -FILE_NAME "pgmac*"
A report similar to the following is displayed:
JOBNAME |
FILE_NAME |
FILE_PATH |
HOST |
CPU [sec] |
ELAPSED (sec) |
FOLDER |
---|---|---|---|---|---|---|
|
pgmacct1 |
prod.acct.pgm |
diana |
0.19 |
233.15 |
connection profileq1 |
|
pgmacct2 |
prod.acct.pgm |
verdi |
0.12 |
6.12 |
connection profiletq2 |
|
pgmacct3 |
prod.acct.pgm |
diana |
0.05 |
170.45 |
connection profiletq3 |
|
pgmacct4 |
prod.acct.pgm |
diana |
0.34 |
145.23 |
connection profileq4 |
Parent Topic |