pgfouine

PostgreSQL log analyzer

Install

All systems
curl cmd.cat/pgfouine.sh
Debian Debian
apt-get install pgfouine
Ubuntu
apt-get install pgfouine
Windows (WSL2)
sudo apt-get update sudo apt-get install pgfouine
Raspbian
apt-get install pgfouine

pgfouine

PostgreSQL log analyzer

pgFouine is a log analyzer for the PostgreSQL database system, used to generate detailed reports from a PostgreSQL log file. It is able to: * Analyze queries, to help determine which queries should be optimized to speed up PostgreSQL based applications. * Get an overview of the database activity. * Analyse VACUUM maintenance operations. * Generate session files for the Tsung load testing software. pgFouine is easily extensible to add custom reports. Please refer to /usr/share/doc/pgfouine/README.Debian for information on how to configure PostgreSQL for use with pgfouine.