pg-hotspots-cli
PostgreSQL Hotspots is a diagnostic cli tool built for high-pressure “database down” situations...All reports are written into an interactive html file + txt file so the result can be shared and used with customers easily Besides, metrics have been mapped into a diagnosis-ready format for rapid trouble-shooting.
File Explorer
Download Latest Version (.zip)- cpu.py
- disk_related.py
- general_related.py
- hotspots_report_template.html
- network_related.py
- sql_related.py
- transaction_related.py
- wal_related.py
- __init__.py
- cloudsql_admin_collector.py
- config.py
- entry.py
- g_monitoring_collector.py
- hotspots_report.py
- metrics.py
- pshs.py
- utils.py
- .gitignore
- LICENSE
- pyproject.toml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/SalmonSung/pg-hotspots-cli
Downloads the entire project code from GitHub to your computer.
cd pg-hotspots-cli
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
