pgFouine 0.7.2 review
DownloadpgFouine is a PostgreSQL log analyzer
|
|
pgFouine is a PostgreSQL log analyzer. It allows you to have a clear overview of your database activity, and can generate reports with slowest queries, most frequent queries, errors, graphs, and so on.
pgFouine is written in PHP and is designed to parse huge log files with a low memory footprint.
Example:
pgfouine.php -file path/to/your/log/file.log > report.html
For comprehensive usage information, just run:
pgfouine.php -help
What's New in This Release:
This release fixes a couple of bugs when there are hours with no activity.
It has improved error management if the log file is empty or if pgFouine cannot find any valid log lines (mainly by adding suitable exit codes).
pgFouine 0.7.2 search tags