Ellie is a terminal-based PostgreSQL monitoring and tuning tool that connects to your database and displays real-time health information through colorful dashboards. It shows metrics like cache hit ratios, active sessions, transactions, locks, and conflicts. The tool includes 18 different performance analyses covering disk usage, table fragmentation, indexing issues, shared buffer usage, and slow queries. You can browse all active connections, view configuration settings, and identify optimization opportunitiesโall from a clean interface that runs directly in your terminal.
How It Works
A developer friend tells you about Ellie, a tool that shows your PostgreSQL database health right in your terminal.
You grab the ready-made version for your computer, unzip it, and run it directly from your terminal.
You enter your database server address, username, and password. Ellie connects and starts gathering information.
A colorful dashboard fills your screen showing real-time charts of cache performance, active sessions, transactions, and locks.
You switch to the Activity tab to see every connection, what queries are running, and which ones are waiting for something.
See which tablespaces, schemas, and tables are using the most storage.
Discover tables with too much wasted space that need vacuuming.
Find tables doing full scans that could benefit from indexes.
With all this insight, you know exactly where to focus your optimization efforts and keep your database running smoothly.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.