Monitors database transactions in real-time to identify performance bottlenecks, lock contention, and high rollback rates.
This skill empowers developers to maintain database health by proactively monitoring transaction lifecycles, detecting long-running queries that could cause system-wide delays, and identifying complex lock contention issues or deadlocks. By leveraging the /txn-monitor command, users can receive instant alerts on transaction anomalies like high rollback rates, allowing for swift intervention before performance degrades or data integrity is compromised. It is particularly useful for debugging production database issues and optimizing query flows.
主要功能
01Real-time transaction monitoring via the /txn-monitor command
02Identification of lock contention and deadlock patterns
03Automated detection of long-running queries and blocking sessions
04Analysis of transaction rollback rates for error detection
05Configurable alerting thresholds for transaction duration and wait times
06884 GitHub stars
使用场景
01Troubleshooting sudden database performance slowdowns and hangs
02Monitoring database health during high-traffic events or deployment cycles
03Identifying and terminating blocking transactions in production environments