From 8372cd1ce56e2a00b78a9c26514b0b4527811718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Fri, 27 Dec 2013 17:53:19 +0100 Subject: system/pgbadger: Added (PostgreSQL log analyzer). Signed-off-by: Matteo Bernardini --- system/pgbadger/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system/pgbadger/README (limited to 'system/pgbadger/README') diff --git a/system/pgbadger/README b/system/pgbadger/README new file mode 100644 index 000000000000..c33589804dd0 --- /dev/null +++ b/system/pgbadger/README @@ -0,0 +1,7 @@ +pgBadger is a fast PostgreSQL log analyzer written in Perl. It uses +JavaScript library to draw graphs with zooming and other features. +pgBadger is able to autodetect log file format (syslog, stderr or +csvlog). It is designed to parse huge log files as well as gzip +compressed files. + +perl-Text-CSV_XS is an optional dependency. -- cgit v1.2.3