Interval statistics
The statint keyword shows the statistics interval duration and the stateod keyword shows the End-of-Day time. These two keywords match the equivalent setting in CICS® Transaction Server, and are familiar to CICS Transaction Server administrators.
If either or both keywords are undefined, on Gateway daemon initialization, they default to three hours statint and midnight stateod. The default is shown in the sample configuration file, ctgsamp.ini:
# StatInt = 030000 # Statistics interval in the form HHMMSS
# StatEOD = 000000 # Statistics end of day time in the form HHMMSS
The Statistics Interval combines with the Statistics End of Day time to formulate times at which interval statistics are reset. Interval statistics can also be optionally recorded. Reset occurs at the end of the current interval or at the Statistics End of Day time (the logical end of day), whichever comes first. Valid values for the statistics interval parameter, statint, are between 1 minute and 24 hours. The field requires the interval to be specified in the format HHMMSS, and accepts interval times only within the specified range.
If an irregular interval is specified and the end of interval and the Statistics End of Day time might not coincide, that interval is truncated. The next interval starts from Statistics End of Day time. For further details see Interval timing patterns. Valid values for the End of Day time parameter, stateod, can range between midnight (000000) and 1 second before midnight (235959). The field requires the interval to be specified in the format HHMMSS, and accepts interval time only within the specified range.
The statint and stateod keywords are in the GATEWAY section of the configuration file.