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

Florian Forster octo at verplant.org
Thu Oct 6 22:42:00 CEST 2016


 README                |   14 +
 configure.ac          |   53 ++++
 src/Makefile.am       |    8 +
 src/collectd.conf.in  |    5 +
 src/collectd.conf.pod |   54 ++++
 src/intel_rdt.c       |  676 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db          |    2 +
 7 files changed, 812 insertions(+)

New commits:
commit 7f8a8111b26ffaed85a4a48ba874614df3a07f1b
Merge: 319e18c 4a4abbb
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 6 22:41:24 2016 +0200

    Merge branch 'pr/1970'

commit 4a4abbb0a9412e9e43dc02da7b51a1f5f7ec69bb
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 6 22:39:58 2016 +0200

    intel_rdt plugin: Filter through clang-format.

commit e98570d34dfc2a6ba7a16e75b16caf617a6ca067
Author: Florian Forster <octo at collectd.org>
Date:   Thu Oct 6 22:36:53 2016 +0200

    intel_rdt plugin: Include "collectd.h" as first header.

commit 141fd306b2f83d9bd7a4434348ef864c109cbaf1
Author: Pshyk, SerhiyX <serhiyx.pshyk at intel.com>
Date:   Thu Oct 6 12:19:56 2016 +0100

    rdtmon: Rename 'rdtmon' plugin to 'intel_rdt'.
    
    Change-Id: Id23eb96fd37e6d4fc5fdf7e7ed58d9e74a33cca0
    Signed-off-by: Serhiy Pshyk <serhiyx.pshyk at intel.com>

commit d2ffa2df22d6ebc7b4085344898b5a8c555fcda6
Author: Pshyk, SerhiyX <serhiyx.pshyk at intel.com>
Date:   Tue Oct 4 15:31:58 2016 +0100

    rdtmon: Addressed PR comments
    
    1. use size_t type for all arrays and indexes
    2. change malloc()/memset() to calloc()
    3. fix minor code style issues
    4. add range validation of core id values
    5. use 'bytes' type for LLC value
    6. add 'memory_bandwidth' type for MBM values
    
    Change-Id: I5e577dcda19bc9799e7b79f9d0334c6f21b60f0d
    Signed-off-by: Serhiy Pshyk <serhiyx.pshyk at intel.com>

commit 81b4604322b035b35ccdf1fb04dff6092c6e3ae3
Author: Pshyk, SerhiyX <serhiyx.pshyk at intel.com>
Date:   Tue Sep 27 12:02:30 2016 +0100

    rdtmon: Fix formatting of collectd pod file.
    
    Change-Id: I94d5e7c877bd99a5da8e725efef0bd700f339016
    Signed-off-by: Serhiy Pshyk <serhiyx.pshyk at intel.com>

commit b57fb475c34d4cbc71a0256bff4db961df6077fc
Author: Pshyk, SerhiyX <serhiyx.pshyk at intel.com>
Date:   Mon Sep 19 14:21:43 2016 +0100

    rdtmon: Implement RDT monitoring plugin
    
    The rdtmon plugin collects information provided by monitoring features of
    Intel Resource Director Technology (Intel(R) RDT) like Cache Monitoring
    Technology (CMT), Memory Bandwidth Monitoring (MBM).
    
    Change-Id: Ie45344c1035c522fcd918a1dd2427a2da2e173bb
    Signed-off-by: Serhiy Pshyk <serhiyx.pshyk at intel.com>




More information about the collectd-changes mailing list