select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Monitoring

pg_mon

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

Overview

Packagepg_mon
Version1.0
PostgreSQL versions11 · 12 · 13 · 14 · 15 · 16 · 17
RepositoryUnspecified
Extension typePreloaded
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadYes
TrustedNo
RelocatableYes
Shared librariespg_mon
Stars5
Latest commit2024-12-20
Catalogue updated2026-08-30

Related extensions

See also

pg_stat_monitorThe 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_monBackground worker for monitoring PostgreSQL
pgmonitorCollector-friendly metric views and background refresh worker
query_histogramCollects shared-memory histograms of statement and transaction runtimes through executor and utility hooks.
pgtelemetryProvides monitoring views and functions for PostgreSQL activity, storage, locks, replication, WAL, vacuum, and query statistics.
pg_sessionsTracks per-session SQL execution metrics and optional Linux process resource statistics in shared memory.
pgfr_recordServer-side PostgreSQL performance flight recorder
pg_eyesSQL monitoring functions and views for PostgreSQL database activity