
In-depth PostgreSQL monitoring and diagnostics
pgDash is a comprehensive diagnostic and monitoring solution built specifically for PostgreSQL. It collects and visualizes deep engine internals like query plans, locks, replication lag, table and index bloat, and backend activity, then surfaces them through dashboards, time-series graphs, detailed reports, and alerting. Available as SaaS or self-hosted, it works with AWS RDS and Aurora and is built by RapidLoop, the makers of the open-source pgmetrics tool.
Extensive per-query information including time-series graphs, EXPLAIN execution plans with visualizations, and suggestions to improve query performance.
Automatically scans your PostgreSQL server and databases for potential issues that could impact health and performance.
Tracks primary and standby lag, physical and logical replication slot information, and standby recovery progress.
Shows size, bloat, activity, vacuum and analyze information, and cache efficiency for every table and index, plus identifies unused indexes.
See which queries are waiting on which others, track backends waiting on locks, long-running transactions, and idle-in-transaction sessions.
Pull up dashboards for key subsystem health and performance indicators across your entire fleet of Postgres servers and databases.
DBAs use per-query time-series and visualized execution plans to find and fix slow queries and inefficient plans.
Teams running primary/standby setups track replication lag and slot health to avoid failover surprises.
Bloat, table/index size, and tablespace growth metrics help teams plan storage and vacuum strategies proactively.
Teams on AWS RDS or Aurora combine pgDash metrics with CloudWatch data for a full picture of managed Postgres instances.
Basic alerting on all plans, with change alerting available on Pro and Enterprise to catch configuration and schema drift.
Share all data for a server with team members who can view metrics and graphs but cannot delete server data (Pro and Enterprise).
Collects metrics from associated systems such as AWS CloudWatch and CloudWatch Logs for AWS RDS instances and Aurora Replicas.
On-premise deployment available for Pro and Enterprise, licensed annually, for teams that cannot use SaaS.
Ops teams pull up inspector dashboards across many Postgres servers to spot locks, idle transactions, and health issues at a glance.

Build, debug, and ship from your terminal, IDE, or browser