[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Tue Jun 4 08:42:34 CEST 2013


 AUTHORS         |    3 +++
 configure.in    |   14 ++++++++++++
 src/Makefile.am |    4 ++++
 src/zfs_arc.c   |   64 ++++++++++++++++++++++++++++++++++++++++++++-----------
 4 files changed, 73 insertions(+), 12 deletions(-)

New commits:
commit 74a553849b86a5efd040a7e980fce1145c8dc4c9
Merge: a2f4c30 0e6248f
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jun 4 08:42:25 2013 +0200

    Merge branch 'xl/zfs'

commit 0e6248ffcaea42b5ea501035f92bedfaf983cad9
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jun 4 08:36:10 2013 +0200

    zfs_arc plugin: Fix indentation.

commit bf7aa5373cb298dbb11e9576a1371cdfaaab7d90
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jun 4 08:35:09 2013 +0200

    zfs_arc plugin: Use a buffer with fixed size rather than allocating on the heap.
    
    The key length is very predicable, so buffer length is not a problem.

commit 674032d40ef32e83d109d90e7ff19f07e98119fa
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jun 4 08:11:26 2013 +0200

    zfs_arc plugin: Add copyright information for Xin Li.

commit 95c5059366e252f2a5e847993d3a429a8c8aa7c5
Author: Xin Li <delphij at FreeBSD.org>
Date:   Thu May 30 11:25:09 2013 -0700

    Implement ARC data collection on FreeBSD.




More information about the collectd-changes mailing list