Overview of pgMonitor capabilities
developmentpgMonitor is a tool designed to visualize the health and performance of a PostgreSQL cluster. It provides a suite of tools to collect and visualize metrics related to both the database and the host environment.
Key metrics monitored include:
- Connection counts: Monitoring system access and hanging connections.
- Database size: Tracking disk usage of the cluster.
- Replication lag: Monitoring if replicas are falling behind the primary.
- Transaction wraparound: Preventing database downtime due to wraparound.
- Bloat: Measuring extra space used by tables and indexes.
- System metrics: Monitoring CPU, Memory, I/O, and uptime.