File: control

package info (click to toggle)
pgbadger 13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,960 kB
  • sloc: perl: 22,613; javascript: 22,274; sh: 4; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: pgbadger
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Cyril Bouthors <cyb@debian.org>,
 Christoph Berg <myon@debian.org>,
 Adrian Vondendriesch <adrian.vondendriesch@credativ.de>,
Build-Depends:
 debhelper-compat (= 13),
 libjson-xs-perl,
 libtext-csv-xs-perl,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://dalibo.github.io/pgbadger/
Vcs-Browser: https://salsa.debian.org/postgresql/pgbadger
Vcs-Git: https://salsa.debian.org/postgresql/pgbadger.git

Package: pgbadger
Architecture: all
Multi-Arch: foreign
Depends: libjson-xs-perl, libtext-csv-xs-perl, ${misc:Depends}, ${perl:Depends}
Description: Fast PostgreSQL log analysis report
 pgBadger is a PostgreSQL log analyzer built for speed with fully detailed
 reports from your PostgreSQL log file. It's a single and small Perl script
 that outperforms any other PostgreSQL log analyzer. It is written in pure Perl
 and uses a JavaScript library to draw graphs that are zoomable and can be
 saved as PNG images.
 .
 pgBadger is able to autodetect the log file format (syslog, stderr or csvlog).
 It is designed to parse huge log files as well as compressed files.