VERSION.
0.11.0rc2

DESCRIPTION.
pmacct is a small set of passive network monitoring tools to
measure, account, classify, aggregate and export IPv4 and IPv6
traffic; a pluggable and flexible architecture allows to store
collected network data into memory tables or SQL (MySQL, SQLite,
PostgreSQL) databases and export them through NetFlow or sFlow
protocols to remote collectors. pmacct supports fully customizable
historical data breakdown, flow sampling, filtering and tagging,
recovery actions, and triggers. Libpcap, sFlow v2/v4/v5 and
NetFlow v1/v5/v7/v8/v9 are supported, both unicast and multicast.
Also, a client program makes it easy to export data to tools like
RRDtool, GNUPlot, Net-SNMP, MRTG, and Cacti.


HOMEPAGE.
http://www.pmacct.net/


DOWNLOAD.
http://www.pmacct.net/pmacct-0.11.0rc2.tar.gz


CHANGELOG.
+ 'nfprobe' plugin can now transport packet/flow classification
  tags inside NetFlow v9 datagrams, using custom field type 200.
  Then, such tags can be read by the NetFlow collector, nfacctd.
+ 'nfprobe' plugin has now ability to select a Engine Type/Engine
  ID through a newly introduced 'nfprobe_engine' config directive.
  It will mainly allow a collector to distinguish between distinct
  probe instances originating from the same IP address.
+ 'nfprobe' plugin now can automagically select different NetFlow
  v9 template IDs, useful when multiple 'nfprobe' plugins run as
  part of the same daemon instance.
+ 'sfprobe' plugin is now able to redistribute NetFlow flows into
  sFlow samples. This adds to sFlow -> sFlow and libpcap -> sFlow.
+ A new data structure to pass extended data to specific plugins
  has been added. It is placed on the ring, next to pkt_data. It
  is meant to pass extra data to plugins and, same time, avoiding
  to inflate the main data structure.
! Wrong arguments were injected into a recently introduced Log()
  call in plugin_hooks.c; it's now fixed: under certain conditions,
  this was generating SEGV at startup while using 'sfprobe' plugin.
! Updated documentation; examples and quickstart guides for using
  pmacct as both emitter and collector of NetFlow and sFlow have
  been added.
- Hooks to compile pmacct the no-mmap() style have been removed.


NOTES.
None


Cheers,
Paolo


_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to