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

Florian Forster octo at verplant.org
Tue Aug 4 10:57:12 CEST 2009


 bindings/java/org/collectd/java/JMXMemory.java |    4 +-
 src/collectd.conf.in                           |    2 +-
 src/common.h                                   |    4 +-
 src/utils_cache.c                              |  119 +++++++++++++++++++++++-
 src/utils_cache.h                              |   38 ++++++++
 5 files changed, 157 insertions(+), 10 deletions(-)

New commits:
commit 62e42f8dbbc99815f06d7204fc410bca9aece4ef
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Aug 4 10:54:17 2009 +0200

    src/utils_cache.[ch]: Implement a meta-data interface for cached values.
    
    This should make it possible to write stateful matches and similar nifty
    stuff - at last \o/

commit 4f92890a48dab99e18ef30883c80f4ce70f75ac7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Aug 4 10:23:42 2009 +0200

    src/common.h: Remove the `ds' argument from the `FORMAT_VL' macro.
    
    Since `type' is now included in `value_list_t' the `data_set_t' is no
    longer required.

commit 3246d8029377793602a9100c8e07e53efb142808
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Tue Aug 4 09:59:22 2009 +0200

    src/collectd.conf.in: Fix the default class path of the java plugin.

commit 47e0e1329fd7b23486d0c5b2b007d6f2f7f1db00
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Aug 2 12:21:49 2009 +0200

    java bindings: JMXMemory: Remove an annoying folding.




More information about the collectd-changes mailing list