PostgreSQL extension for query monitoring with execution-time histograms and plan information in a shared view
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_mon |
|---|---|
| Version | 1.0 |
| PostgreSQL versions | 11 · 12 · 13 · 14 · 15 · 16 · 17 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | Yes |
| Shared libraries | pg_mon |
| Stars | 5 |
| Latest commit | 2024-12-20 |
| Catalogue updated | 2026-08-30 |
| pg_stat_monitor | The pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL contrib module pg_stat_statements. pg_stat_monitor provides aggregated statistics, client information, plan details including plan, and histogram information. |
| bg_mon | Background worker for monitoring PostgreSQL |
| pgmonitor | Collector-friendly metric views and background refresh worker |
| query_histogram | Collects shared-memory histograms of statement and transaction runtimes through executor and utility hooks. |
| pgtelemetry | Provides monitoring views and functions for PostgreSQL activity, storage, locks, replication, WAL, vacuum, and query statistics. |
| pg_sessions | Tracks per-session SQL execution metrics and optional Linux process resource statistics in shared memory. |
| pgfr_record | Server-side PostgreSQL performance flight recorder |
| pg_eyes | SQL monitoring functions and views for PostgreSQL database activity |