Previous Topic

Next Topic

Book Contents

Book Index

ctmruninf utility example

The following example describes command displays runtime data for the period January 21, 2017 through January 25, 2017 (assuming that this data is available):

ctmruninf -list 20170121000000 20170125235959

The following command deletes the statistical data for January 31, 2017:

ctmruninf -delete 20170131000000 20170131235959

The following command causes the utility to display and total runtime data for all jobs on agent computer diana.

ctmruninf -list "*" -HOSTID "diana" -total

A report similar to the following is displayed:

 TIMESTAMP JOBNAME ORDERID RUN# HOST FILE_NAME FILE_PATH CPU ELAPSED 

 ------------- ---------- -------- ---- ------------ ---------- -------------- ----- -------

2017012160524 acct12 00000007 1 diana pgmacct prod.acct.pgm 0.19 233.15

2017012161205 gen786 0000000b 1 diana genx prod.general 0.12 6.12

2017012162311 acct14 00000011 1 diana pgmacct prod.acct.pgm 0.05 170.45

2017012164512 acct15 00000012 1 diana pgmacct prod.acct.pgm 0.14 145.23

 ------------- ---------- -------- ---- ------------ ---------- -------------- ----- ------- 

Total records printed : 4                                                      0.50  555.35 

Parent Topic

ctmruninf