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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: haproxy-log-analysis
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christopher Baines <mail@cbaines.net>
Section: python
Priority: optional
Build-Depends: dh-python,
debhelper (>= 9),
help2man,
python-setuptools,
python3-setuptools,
python-all,
python3-all,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/haproxy-log-analysis.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/haproxy-log-analysis.git
Homepage: https://github.com/gforcada/haproxy_log_analysis
Package: python-haproxy-log-analysis
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Description: generate aggregate statistics from HAProxy HTTP logs (Python 2)
haproxy log analysis can generate aggregate statistics from HAProxy logs in
the HTTP log format. This can be over a specific period, or over a subset of
the entries by specifying a filter.
.
This package contains the Python 2 library.
Package: python3-haproxy-log-analysis
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: generate aggregate statistics from HAProxy HTTP logs (Python 3)
haproxy log analysis can generate aggregate statistics from HAProxy logs in
the HTTP log format. This can be over a specific period, or over a subset of
the entries by specifying a filter.
.
This package contains the Python 3 library.
Package: haproxy-log-analysis
Architecture: all
Depends: ${misc:Depends},
python3,
python3-haproxy-log-analysis,
Description: analyse the HTTP logs generated by HAProxy
haproxy log analysis can generate aggregate statistics from HAProxy logs in
the HTTP log format. This can be over a specific period, or over a subset of
the entries by specifying a filter.
.
This package contains the command line tool, haproxy_log_analysis. See
python3-haproxy-log-analysis for the library that this tool uses.
|