Enable AWT Performance Monitoring
Use the ttCacheAWTMonitorConfig
built-in procedure to enable monitoring for AWT cache groups. Ensure that the replication agent is running before calling ttCacheAWTMonitorConfig
.
The following example enables monitoring and sets the sampling frequency to 16. A sampling factor of 16 is recommended for accuracy and performance.
Command> CALL ttCacheAWTMonitorConfig('ON',16); < ON, 16 > 1 row found.