pgBadger - 一个快速的PostgreSQL日志分析器
pgBadger是一个快速的PostgreSQL日志分析器,能够输出PostgreSQL日志文件的完整详细的报告。它是一个只有一个文件的Perl脚本,用于代替旧的PHP脚本 pgFouine。
Features
pgBadger报告你SQL查询的一切:
- Overall statistics.
- The slowest queries.
- Queries that took up the most time.
- The most frequent queries.
- The most frequent errors.
下面的报告是分时走势图:
- Hourly queries statistics.
- Hourly temporary file statistics.
- Hourly checkpoints statistics.
- Locks statistics.
- Queries by type (select/insert/update/delete).
- Sessions per database/user/client.
- Connections per database/user/client.
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!