The following table describes Control-M/Server Statistics parameters. You can also use the following various utilities to display, compile, and delete statistical data, as described in Statistics and reporting.
Parameter |
Description |
---|---|
ONGOING_STATISTICS_CLEANUP
|
Determines whether to purge job statistics also during the day. NOTE: This parameter is not relevant if an MSSQL database is used. Valid Values:
Default: Y |
RUNINF_CUTOFF_NUMBER |
Affects the statistics cleanup algorithm that is performed during New Day when the RUNINF_PURGE_MODE is set to 0 (default). If the number of records to be deleted from the table is less than the value of this parameter, then records are deleted directly from the statistics table. Otherwise a temporary table is used to delete the records. Valid values: 0 - 65K Default: 2000 Refresh Type: Recycle |
RUNINF_CUTOFF_RATIO |
Affects the statistics cleanup algorithm that is performed during New Day when the RUNINF_PURGE_MODE is set to 0. If the ratio between the number of records to be deleted and the number of records in the table is less than the value of this parameter, then records are deleted directly from the statistics table. Otherwise a temporary table is used to delete the records. Valid values: decimal fraction between 0–1 Default: 0.33 Refresh Type: Recycle |
RUNINF_PURGE_LIMIT |
Number of Run Information records to keep for a given MemName/MemLib/HostID. If RUNINF_PURGE_MODE is 0, the New Day Procedure deletes all Run Information records for each unique name except the last n records, where n is the value of this parameter. Valid values: 1–2^31 Default: 20 Refresh Type: Recycle |
RUNINF_PURGE_MODE |
Valid values: 0, 1 0 – Performs -PURGE cleanup. Statistics records per job are kept according to the specified Statistics Mode (either MEMNAME or JOBNAME). Default: 20 records of each MEMNAME or JOBNAME are kept. If the RUNINF_PURGE_LIMIT in the config.dat is specified, the number of records that are kept is determined by this parameter. 1 – Performs -DELETE cleanup. Only the amount of days that are specified are kept. Default: The number of days kept is specified by the How Many Days to Retain ioalog parameter. If the RUNINF_PURGE_LIMIT in the config.dat is specified, the number of days that are kept is determined by this parameter. Default: 0 Refresh Type: Recycle |
STATIST |
Determines whether Control-M/Server collects job statistics Valid Values:
Default: Y See Also: ctmruninf, ctmstats |
STATISALG |
Specifies mode used to collect summary statistics by ctmjsa. In addition it is used for actions on statistics such as average and deletion. Valid values:
Default: FILENAME Refresh Type: Recycle See Also: ctmruninf, ctmstats |
STATS_TIME |
For statistics calculation, indicates how the START TIME and END TIME for a job should be set. Valid values:
Default: SERVER Refresh Type: Manual |
Parent Topic |