aboutsummaryrefslogtreecommitdiff
path: root/system/pgbadger/README
diff options
context:
space:
mode:
authorAudrius Kažukauskas <audrius@neutrino.lt>2013-12-27 17:53:19 +0100
committerErik Hanson <erik@slackbuilds.org>2014-01-07 11:13:06 -0600
commit8372cd1ce56e2a00b78a9c26514b0b4527811718 (patch)
treead8893263928b961093709ff81fddf3a5a998d41 /system/pgbadger/README
parent9527c90c64ae68023f53e537870fab5fd005fc53 (diff)
downloadslackbuilds-8372cd1ce56e2a00b78a9c26514b0b4527811718.tar.xz
system/pgbadger: Added (PostgreSQL log analyzer).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/pgbadger/README')
-rw-r--r--system/pgbadger/README7
1 files changed, 7 insertions, 0 deletions
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.