[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ff/aggregate'

Florian Forster octo at verplant.org
Sat Jun 23 20:51:21 CEST 2012


New branch 'ff/aggregate' available with the following commits:
commit 03ed4b711ea23607b255e8a187070133e63184cb
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jun 23 20:50:27 2012 +0200

    aggregation plugin: First working prototype.

commit 3c34cec0895679c5f57f739a1a93dad39a3bd622
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jun 23 20:50:01 2012 +0200

    src/utils_vl_lookup.[ch]: Move the any/all/wildcard macros to the header file.

commit 4f649979970d469fc8f60f8a728f7f5045be9a4d
Author: Florian Forster <octo at collectd.org>
Date:   Sat Jun 23 20:49:32 2012 +0200

    src/utils_vl_lookup.c: Fix a wrong pointer being passed to the callback.

commit ab3724ba43c8d86d5c0bc3c777ff0f5aab44dc33
Author: Florian Forster <octo at collectd.org>
Date:   Wed Jun 20 15:51:34 2012 +0200

    src/utils_vl_lookup.[ch]: Add module for efficient lookup of VL matches with wildcards.
    
    For a planned aggregation plugin it is important to find "aggregations"
    quickly. In order to aggregate anything, they need to include wildcards.
    This module provides this basic lookup service, on top of which an
    aggregation plugin can easily be built.
    
    This is kept very modular so the code can (hopefully) be used by other
    projects as well, in particular c4 could benefit from this lookup structure
    as well.

commit 39077d366e960a11eb30d89918c24c383352e04a
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jun 1 14:23:58 2012 +0200

    src/common.[ch]: Add rate_to_value().




More information about the collectd-changes mailing list