summaryrefslogtreecommitdiff
path: root/system/pgbadger/README
diff options
context:
space:
mode:
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 0000000000..c33589804d
--- /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.