PostgreSQL 日志分析器,pgBadger 3.4发布
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.
发布日志: The last release of the 3.x branch, this is a bugfix release which also adds some pretty printing of the Y axis number on graphs and a new graph which groups queries duration series (which was shown as second Y axis on graphs), as well as a new graph with the number of temporary files (which was also used as second Y axis).