pg_health
Get a quick health snapshot of your PostgreSQL server, including version, database size, connection count, active queries, and table count, to verify connectivity and spot runaway queries.
Instructions
Quick health snapshot: server version, database size, connection count, active queries, and table count. Useful as a connection sanity check and to spot runaway queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activeQueryLimit | No | Max active queries to return (default 10, max 100). |