File: control

package info (click to toggle)
pmacct 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,076 kB
  • ctags: 10,156
  • sloc: ansic: 87,349; sh: 11,513; makefile: 184; python: 173
file content (37 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download
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
Source: pmacct
Section: net
Priority: optional
Maintainer: Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper (>= 9),
 zlib1g-dev,
 libpcap-dev,
 libpq-dev,
 default-libmysqlclient-dev,
 libsqlite3-dev,
 kfreebsd-kernel-headers[kfreebsd-any],
 libgeoip-dev,
 librabbitmq-dev,
 libjansson-dev,
 librdkafka-dev,
 libnetfilter-log-dev,
 autotools-dev,
 pkg-config,
 dh-systemd
Standards-Version: 3.9.6
Homepage: http://www.pmacct.net/
Vcs-Git: https://github.com/bzed/pkg-pmacct.git
Vcs-Browser: https://github.com/bzed/pkg-pmacct

Package: pmacct
Architecture: any
Depends: ${shlibs:Depends}, net-tools [linux-any] | freebsd-net-tools [kfreebsd-any], psmisc, lsb-base (>= 3.2-14), ${misc:Depends}
Pre-Depends: dpkg (>= 1.15.8)
Description: promiscuous mode traffic accountant
 pmacct is a tool designed to gather traffic information (bytes and number
 of packets) by listening on a promiscuous interface or for Netflow data,
 which may facilitate billing, bandwidth management, traffic analysis, or
 creating usage graphs.
 .
 Data can be stored in memory and queried, displayed directly, or written
 to a database; storage methods are quite flexible and may aggregate totals
 or keep them separate.