VERSION.
0.12.2

DESCRIPTION.
pmacct is a small set of passive network monitoring tools to
account, classify, aggregate and export IPv4 and IPv6 traffic; a
pluggable 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, BGP correlation, sampling, filtering, tagging and
triggers. Libpcap, Netlink/ULOG, sFlow v2/v4/v5 and NetFlow v1/
v5/v7/v8/v9 are supported, both unicast and multicast. It also
supports replication of incoming NetFlow and sFlow datagrams. A
client tool 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.12.2.tar.gz


CHANGELOG.
+ A new 'tee' plugin is introduced bringing both NetFlow and sFlow
  replication capabilities to pmacct. It supports transparent mode
  (tee_transparent), coarse-grained filtering capabilities via the
  Pre-Tagging infrastructure. Quickstart guide is included as part
  of the EXAMPLES file (chapter XII).
+ nfprobe, sfprobe: introduced support for export of the BGP next-hop
  information. Source data selection for BGP next-hop is being linked
  to [pmacctd_as|uacctd_as] configuration directive. Hence it must be
  set to 'bgp' in order for this feature to work.
+ nfprobe, sfprobe, BGP daemon: new set of features (nfprobe_ipprec,
  sfprobe_ipprec, bgp_daemon_ipprec) allows to mark self-originated
  sFlow, NetFlow and BGP datagrams with the supplied IP precedence
  value.
+ peer_src_ip (IP address of the NetFlow emitter, agent ID of the
  sFlow emitter) and peer_dst_ip (BGP next-hop) can now be filled
  from NetFlow/sFlow protocols data other than BGP. To activate the
  feature nfacctd_as_new/sfacctd_as_new have to be 'false' (default
  value), 'true' or 'file'.
+ print plugin: introduced support for Comma-Separated Values (CSV)
  output in addition to formatted-text. A new print_output feature
  allows to switch between the two.
+ pmacctd: improved 802.1ad support. While recursing, outer VLAN is
  always reported as value of the 'vlan' primitive.
! fix, pmacctd: 802.1p was kept integral part of the 'vlan' value.
  Now a 0x0FFF mask is applied in order to return only the VLAN ID.
! fix, pkt_handlers.c: added trailing '\0' symbol when truncating
  AS-PATH and BGP community strings due to length constraints.
! fix, sql_common.c: maximum SQL writers warning message was never
  reached unless a recovery method is specifited. Thanks to Sergio
  Charpinel Jr for reporting the issue.
! fix, MySQL and PostgreSQL plugins: PGRES_TUPLES_OK (PostgreSQL)
  and errno 1050 (MySQL) are now considered valid return codes when
  dynamic tables are involved (ie. sql_table_schema). Thanks to
  Sergio Charpinel Jr for his support.
! fix, BGP daemon: pkt_bgp_primitives struct has been explicitely
  64-bit aligned. Mis-alignment was causing crashes when buffering
  was enabled (plugin_buffer_size). Verified on Solaris/sparc.


NOTES.


Cheers,
Paolo

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

Reply via email to