SQL monitoring functions and views for PostgreSQL database activity
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_eyes |
|---|---|
| Version | 1.4 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | eyes |
| Stars | 5 |
| Latest commit | 2017-10-08 |
| Catalogue updated | 2026-08-30 |
| pg_stat_statements | track planning and execution statistics of all SQL statements executed |
| plpgsql | PL/pgSQL procedural language |
| pg_dbwa | Analyzes local or remote PostgreSQL workloads using historical pg_stat_statements snapshots. |
| pgtelemetry | Provides monitoring views and functions for PostgreSQL activity, storage, locks, replication, WAL, vacuum, and query statistics. |
| pg_dbwa | Analyzes local or remote PostgreSQL workloads using historical pg_stat_statements snapshots. |
| pgmonitor | Collector-friendly metric views and background refresh worker |
| pgfr_record | Server-side PostgreSQL performance flight recorder |
| pg_mon | PostgreSQL extension for query monitoring with execution-time histograms and plan information in a shared view |
| pg_sweep | Collect PostgreSQL database and table statistics as JSON for monitoring. |
| bg_mon | Background worker for monitoring PostgreSQL |
| pg_monitoring | Provides a common SQL interface for collecting PostgreSQL replication, table-load and database-load monitoring statistics. |