- Event Interval
- How often TASM evaluates all of the events defined in the state matrix. The default is 60 seconds.
- Flex Throttle Action Interval
- How often TASM evaluates system resource availability. The default is 60 seconds.
- Dashboard Interval
- How often TASM collects data about workloads, including the following metrics:
- Arrivals
- Completions
- Delays
- Exceptions
- Average response time
- CPU use
- I/O use
- The number of requests that meet their SLGs
- Logging Interval
- How often TASM flushes log files from memory to disk. The following log tables are refreshed at this interval:
- TDWMSummaryLog
- TDWMExceptionLog
- TDWMEventLog
- TDWMEventHistoryLog
- Exception Interval
- How often TASM checks for exceptions. The default is 60 seconds, which is a reasonable interval for detecting a long-running step.
Both the Dashboard Interval and the Logging Interval must be multiples of the Event Interval. Also, the Logging Interval must be a multiple of the Dashboard Interval. This ensures a smooth roll-up of summary data to the dashboard data and the logging data.
If using skew difference, beware of an issue in detection accuracy: Whenever multiple applications (besides TASM asynchronous exception checking) issue MONITOR SESSION commands, the internal collection cache is flushed and accumulations restart at the shortest interval being used. If Teradata Viewpoint is set to refresh (submit MONITOR SESSION) every 30 seconds and the exception interval is set to 60 seconds, Viewpoint will receive new data and reset the cache every 30 seconds. When TASM issues the MONITOR SESSION command, it will contain not 60 seconds, but just 30 seconds of accumulated data.