The following example describes the command displays statistical data for the period January 21, 2017 through January 25, 2017 (assuming that this data is available):
ctmstats -list 20170121000000 20170125235959
A report similar to the following is displayed:
TIMESTAMP JOBNAME HOST FILE_NAME FILE_PATH AVG CPU AVG ELAPSED
-------------- ------ ------ ------- ------------- ------- -----------
20170122141214 acct12 diana pgmacct prod.acct.pgm 0.19 233.15
20170122032025 gen786 diana genx prod.general 0.12 6.12
20170121123111 acct14 diana pgmacct prod.acct.pgm 0.05 170.45
20170121113512 acct15 diana pgmacct prod.acct.pgm 0.14 145.23
The following command displays statistical data for all jobs on agent computer diana:
ctmstats -list "*" -HOSTID diana -total
The following command deletes the statistical data for January 31, 2017:
ctmstats -delete 20170131000000 20170131235959
Parent Topic |