[PostgreSQL/PPAS] 利用 pgBadger 来分析 Postgres log file
pgBadger安装及使用过程:
1.下载pgBadger,并解压
# tar -zxvf pgbadger-3.6.tar.gz
2.安装(optional)
# cd pgbadger-3.6
# perl Makefile.PL
# make && make install
3.执行
./pgbadger –prefix ‘postgresql.conf里面log_line_prefix的值 ‘ /path/to/your/pglog/*.log -o out.html
4.用browser看结果啦!
pgBadger 的详细介绍:请点这里
pgBadger 的下载地址:请点这里