Commit Graph

6 Commits

Author SHA1 Message Date
sthen
adfa5b4c76 update pmacct to 0.12.3 2010-08-17 19:51:18 +00:00
sthen
a839823e70 update to 0.12.2 2010-06-01 19:11:23 +00:00
sthen
664d8956f1 update to 0.12.1 2010-04-15 09:15:06 +00:00
sthen
9c36a01236 Update pmacct to 0.12.0, with mainly fixes to the bgp listener, including
a security-related fix (malicious user could disrupt sessions).

Requested and tested by Daniel C. Sinclair, ok ajacoutot@
(ports is still not fully open)
2010-03-02 08:17:16 +00:00
sthen
add11d9140 update to 0.12.0rc3 2009-10-30 21:33:49 +00:00
sthen
e3b34c582e import net/pmacct, based on a submission from Manuel Pata.
pmacct is a set of passive network monitoring tools to measure, account,
classify, aggregate and export IPv4 and IPv6 traffic, suitable to ISP, IXP,
CDN, IP carrier, data-centre and hot-spot enviroments.

Being able to collect flow data through libpcap, NetFlow and sFlow and
optionally augment this by configuring peering with the included BGP
daemon, granularity is fine enough for essential network management
tasks such as billing, graphing network resource usage, analysing live
or historical traffic trends, steering BGP peerings, real-time alerting,
and certain SLA monitoring.

Aggregation, flexible filtering, sampling and renormalization capabilities
are provided to help cope with the large amounts of data produced by high-
speed networks. Using either memory or database tables (MySQL, PostgreSQL,
SQLite) as backend storage, pmacct can easily feed data into external
tools, including RRDtool, GNUPlot, Net-SNMP, MRTG and Cacti.

The default package provides SQLite support, available flavors are:

        threads       compile with threads, required for BGP integration
                      or running packet classification in parallel
        mysql         compile with support for MySQL
        postgresql    compile with support for PostgreSQL
2009-10-03 18:54:44 +00:00