pgBadger 3.6 发布,PostgreSQL 日志分析器
jopen 11年前
pgBadger是一个PostgreSQL 日志分析器。生成详细的报告和图表。它旨在取代和跑赢pgFouine脚本。
pgBadger报告一切有关SQL查询:
- Overall statistics.
- The most frequent waiting queries.
- Queries that waited the most.
- Queries generating the most temporary files.
- Queries generating the largest temporary files.
- The slowest queries.
- Queries that took up the most time.
- The most frequent queries.
- The most frequent errors.
Release Notes: Major bugs in vacuum and checkpoint graphs were fixed along with some other minor bugs.