VERSION.
0.11.1

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.1.tar.gz


CHANGELOG.
+ PostgreSQL plugin: 'sql_use_copy' configuration directive has
  been introduced; instructs the plugin to build non-UPDATE SQL
  queries using COPY (in place of INSERT). While providing same
  functionalities of INSERT, COPY is more efficient. It requires
  'sql_dont_try_update' to be enabled. Thanks to Arturas Lapiene
  for his support during the development.
+ nfprobe plugin: support for IPv4 ToS/DSCP, IPv6 CoS and MPLS
  top-most label has been introduced.
! Some alignment issues concerning both pkt_extras structure and
  Core process to Plugins memory rings have been fixed. Daemons
  are now reported to be running ok on MIPS/SPARC architectures.
  Many thanks to Michal Krzysztofowicz for his strong support.
! sfprobe plugin: a maximum default limit of 256 bytes is set
  on packet payload copy when building Flow Samples in pmacctd
  (ie. if capturing full packets through libpcap, we don't want
  them to be entirely copied into sFlow datagrams).
! Sanity checks now take place when processing 'sql_refresh_time'
  values and error messages are thrown out.
! Fixes have been committed to IPv6 code in xflow_status.c as it
  was not compiling properly on both Solaris and IRIX.


NOTES.
None


Cheers,
Paolo

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

Reply via email to