A real-time PostgreSQL performance monitoring dashboard.
Tracks live QPS, latency, and active connections with 1-second resolution.
- Backend: Python (Flask), Psycopg2
- Frontend: React, Recharts, Vite
- Database: PostgreSQL (with
pg_stat_statements) - Infrastructure: Docker Compose (Local), CloudFormation (AWS-ready)
git clone https://github.com/MChandrahas/CloudMetrics
cd cloudmetrics
docker-compose up --buildOpen: 👉 http://localhost:3000
Run the load generator to see the charts spike:
docker-compose --profile tools up simulator[Simulator] --> [Postgres DB] <-- [Flask API] --> [React Dashboard]
