db_processlist
Shows database connection saturation and session summary, grouping by command/state with counts and oldest age. Optionally returns the raw per-session dump for detailed analysis.
Instructions
Show an instance's DB connection saturation + a session summary. By default SUMMARISES server-side (saturation, sessions grouped by command/state with counts + oldest age, and the 10 longest-running queries) instead of dumping every row. Pass full=true for the raw SHOW FULL PROCESSLIST / pg_stat_activity dump. Requires a db_profile for the instance; password from your secret store. Read-only query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the raw per-session dump instead of the summary. | |
| instance_id | Yes | Instance ID, name, or custom-server name. |