Analysis updated 2026-07-07 · repo last pushed 2019-02-07
Monitor a production Postgres database to find which queries are slowing down your app during peak traffic.
Install as a Rails plugin to get a quick performance dashboard inside an existing Ruby on Rails application.
Run via Docker to inspect any Postgres database's health without installing extra software on the server.
| gargron/pghero | joshuakgoldberg/mastodon | krausefx/claide | |
|---|---|---|---|
| Stars | 1 | — | — |
| Language | Ruby | Ruby | Ruby |
| Last pushed | 2019-02-07 | 2024-05-11 | 2016-08-29 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | hard | easy |
| Complexity | 2/5 | 4/5 | 2/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing PostgreSQL database connection to be configured before the dashboard can display data.
PgHero is a performance dashboard for PostgreSQL databases. If your app runs on Postgres and things start feeling slow, this tool gives you a visual dashboard to see what's going on under the hood, which queries are taking too long, where the bottlenecks are, and how your database is handling the load overall. The tool works by running a series of pre-built diagnostic queries against your Postgres database and presenting the results in a clean web interface. Instead of writing complex SQL to figure out why your database is sluggish, you get a dashboard with the answers laid out in front of you. You can install it in a few different ways depending on your setup, as a plugin for Ruby on Rails apps, as a standalone Linux package, or as a Docker image that runs anywhere. The main audience is developers and teams who manage Postgres databases and want to keep them healthy without becoming database experts. For example, if you run an e-commerce site and checkout is slow during peak hours, this tool helps you pinpoint which queries are responsible. It's described as "battle-tested at Instacart," meaning it's been used at scale on a real, high-traffic production app. There's also a hosted version available if you don't want to set it up yourself, which adds features like real-time alerts and single sign-on. The README is fairly sparse beyond installation links, so it doesn't go into detail on every feature, but the core value proposition is straightforward: a simple way to keep tabs on your Postgres performance.
A visual performance dashboard for PostgreSQL databases that shows slow queries, bottlenecks, and overall health without needing database expertise.
Mainly Ruby. The stack also includes Ruby, Ruby on Rails, PostgreSQL.
Dormant — no commits in 2+ years (last push 2019-02-07).
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.