pgBadger 3.4发布,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.
发布日志: 此版本增加了许多图形的改进。Bug修复,特别是在查询报告中产生的临时文件。