• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H07-May-2022-39,88920,178

rpm-specific/H07-May-2022-2420

tests/H07-May-2022-25,23115,196

AUTHORSH A D12-Nov-2005158 43

COPYINGH A D12-Nov-200517.6 KiB341281

ChangeLogH A D24-Feb-201015.3 KiB508323

INSTALLH A D25-Apr-2009192 44

READMEH A D18-Nov-2005352 118

RELEASEH A D25-Apr-2009474 99

THANKSH A D10-Aug-2006334 87

pgfouine.phpH A D03-May-202214.3 KiB452385

pgfouine.specH A D24-Feb-20103.3 KiB12085

pgfouine_vacuum.phpH A D03-May-20227.6 KiB263213

version.phpH A D24-Feb-201036 53

README

1pgFouine is a PostgreSQL log analyzer designed to parse
2big log files with a low memory footprint.
3You can generate text or HTML reports containing aggregated
4information about the queries executed by your database.
5
6Example:
7pgfouine.php -file path/to/your/log/file.log > report.html
8
9For comprehensive usage information, just run:
10pgfouine.php -help
11