SessionWaitMonitor
DescriptionThe SessionWaitMonitor monitors the V$SESSION_WAIT view and generates an alert when the number of session waits detected during multiple samples exceeds one or more thresholds. ConfigurationThe <SessionWaitMonitorConfig> is configured with the following attributes:
Example<SessionWaitMonitorConfig SAMPLES="5" INTERVAL="5" WAITS_PER_SAMPLE="8" WAITS_IN_RANGE="3" WAITS_RANGE_SAMPLES="5"/> In this example, TCAgent samples the V$SESSION_WAIT view five times, pausing five seconds between each sample. An alert is sent if any individual sample contains more than eight session waits, or if three consecutive samples each contain more than five session waits. Usage Notes
|
TCAgent Task IndexDatabase Monitor Tasks
Database Report Tasks
Database Utility TasksServer Monitor Tasks
Server Utility Tasks |