VERSION.
0.11.4

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


CHANGELOG.
+ support for TCP flags has been introduced. Flags are ORed on a
  per-aggregate basis (same as what NetFlow does on a per-flow
  basis). The 'aggregate' directive now supports the 'tcpflags'
  keyword. SQL tables v7 have also been introduced in order to
  support the feature inside the SQL plugins.
+ 'nfacctd_sql_log' directive is being introduced. In nfacctd,
  it makes SQL plugins to use a) NetFlow's First Switched value
  as "stamp_inserted" timestamp and b) Last Switched value as
  "stamp_updated" timestamp. Then, a) by not aggregating flows
  and b) not making use of timeslots, this directive allows to
  log singular flows in the SQL database.
+ sfprobe and nfprobe plugins are now able to propagate tags to
  remote collectors through sFlow v5 and NetFlow v9 protocols.
  The 'tag' key must be appended to sfprobe/nfprobe 'aggregate'
  config directives.
+ pmacct memory client is now able to output either TopN bytes,
  flows or packets statistics. The feature is enabled by a new
  '-T' commandline switch.
+ The Pre-Tagging map is now dynamically allocated and a new
  'pre_tag_map_entries' config directive allows to set the size
  of the map. Its default value (384) should be suitable for
  most common scenarios.
! Bugfix in nfprobe plugin: struct cb_ctxt was not initialized
  thus causing the application to exit prematurely (thinking it
  finished available memory). Thanks to Elio Eraso for fixing
  the issue.
! Some misplaced defines were preventing 0.11.3 code to compile
  smoothly on OpenBSD boxes. Thanks to Dmitry Moshkov for fixing
  it.
! Bugfix in SQL handlers, MY_count_ip_proto_handler(): an array
  boundary was not properly checked and could cause the daemon
  to SEGV receiving certain packets. Thanks to Dmitry Frolov for
  debugging and fixing the issue.
! NF_counters_renormalize_handler() renormalizes sampled NetFlow
  v5 flows. It now checks whether a positive Sampling Rate value
  is defined rather than looking for the Sampling Mode. It makes
  the feature working on Juniper routers. Thanks once again to
  Inge Bjornvall Arnesen.


NOTES.
None


Cheers,
Paolo

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

Reply via email to