CPUMonitor
DescriptionThe CPUMonitor monitors the database for sessions using more than a configurable percentage of available CPU resources. ConfigurationThe <CpuMonitorConfig> element is configured with the following attribute:
The default threshold may be overridden by using one or more <User> elements, which are configured with the following attributes:
Example<CpuMonitorConfig> <Default THRESHOLD="20"/> <User NAME="JSMITH" THRESHOLD="10"/> <User NAME="HR" EXCLUDE="YES"/> </CpuMonitorConfig> In this example, TCAgent sends an when any JSMITH session consumes more than ten percent of total CPU time, or when any other session consumes more than twenty. All HR sessions are excluded from monitoring. Usage NotesThe CpuMonitor task samples CPU utilization once per task execution and calculates CPU used per session since the previous sample. Hence, the sample interval is the same as the task schedule for CpuMonitor. |
TCAgent Task IndexDatabase Monitor Tasks
Database Report Tasks
Database Utility TasksServer Monitor Tasks
Server Utility Tasks |