[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue May 21 15:23:28 CEST 2013
AUTHORS | 3 +
README | 4 +
configure.in | 59 +++++++
src/Makefile.am | 10 ++
src/collectd.conf.in | 19 +++
src/collectd.conf.pod | 164 ++++++++++++++++++-
src/mic.c | 417 +++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 674 insertions(+), 2 deletions(-)
New commits:
commit 94a1816eb0fe9291ccfb966d15eb646e93086368
Merge: 2f39281 580e0c4
Author: Florian Forster <octo at collectd.org>
Date: Tue May 21 14:51:22 2013 +0200
Merge branch 'ef/mic'
commit 580e0c479434434cef3661e02fb6af489714db5c
Author: Florian Forster <octo at collectd.org>
Date: Fri May 17 16:45:30 2013 +0200
README: Document power consumption being collected by the mic plugin.
commit 48edaa10898a8879083819f601a5a86606bd19fa
Author: Florian Forster <octo at collectd.org>
Date: Fri May 17 16:44:02 2013 +0200
mic plugin: Fix indentation issue.
commit 9a11a66bd52e0bcbd4c31576bbc4d2a6439edf6d
Author: Florian Forster <octo at collectd.org>
Date: Fri May 17 16:26:23 2013 +0200
mic plugin: Change the name of the power settings â¦
⦠to reflec the names documented in the manpage.
commit fc25f490984524798f044260f40793d1e002a3a5
Author: Evan Felix <e at pnnl.gov>
Date: Thu May 16 08:51:12 2013 -0700
Drop suffixes, now that we are putting them in correct types
commit ab425e20aa3557cfee0a3f689991cde4db899845
Author: Evan Felix <e at pnnl.gov>
Date: Wed May 15 17:14:54 2013 -0700
Do proper storage of power numbers, do conversion to base units.
commit 9d3fb4e714753fa281360ddbd59493430f1e92a9
Author: Evan Felix <e at pnnl.gov>
Date: Tue May 14 15:13:04 2013 -0700
Add Documentaion for Power collection in the mic plugin
commit 62ee9949b89ba410666bd41e936edfc021005570
Author: Evan Felix <e at pnnl.gov>
Date: Tue May 14 11:07:46 2013 -0700
mic plugin: Code for power readings.
commit 6f66468e2d2f7f65bf811faf8d45d83b26d435de
Author: Florian Forster <octo at collectd.org>
Date: Sat May 11 10:59:02 2013 +0200
collectd.conf(5): Add documentation for the MIC plugin.
commit adaff4f09e48439f14e0837ed8fe7896d658d358
Author: Florian Forster <octo at collectd.org>
Date: Sat May 11 10:11:24 2013 +0200
configure.in: Remove the unused "plugin_mic" variable.
commit 7eb8ea317234ad9c43c8915a2d0d40f4382462fd
Author: Florian Forster <octo at collectd.org>
Date: Sat May 11 09:55:09 2013 +0200
mic plugin: Use the "core number" as plugin instance.
Previously, per-core CPU statistics would be dispatched as (e.g.):
<host>/mic-0/cpu-1-user
This makes graping hard, because it required to parse the type instance to
seperate out different graphs. The core number has therefore been moved to the
plugin instance, so the "mic" plugin behaves more like the "cpu" plugin, e.g.:
<host>/mic-0-cpu-1/cpu-user
commit d3096ed6be4be5b24211ecb3896462c81266bbcc
Author: Florian Forster <octo at collectd.org>
Date: Sat May 11 09:50:27 2013 +0200
mic plugin: Some more coding style changes. Mostly breaking long lines.
commit e1f9a8285e12663764f7b74e21a394eb04613dc6
Author: Florian Forster <octo at collectd.org>
Date: Sat May 11 09:40:05 2013 +0200
mic plugin: Remove the NUM_THERMS define.
Also some coding style changes: Limit line length, move temporary variables
to an innter scope, print the temperature name in an error message (rather
than its ID).
commit 4575a168cd817d0cfe6c897f6a1216987102e984
Author: Florian Forster <octo at collectd.org>
Date: Sat May 11 09:31:50 2013 +0200
AUTHORS, README: Add Evan and the mic plugin.
commit 64032d28c7aacef7764cd2d6e27769a653d8cb85
Author: Evan Felix <e at pnnl.gov>
Date: Fri May 10 11:01:37 2013 -0700
cleanup mic number initializing. Prefix Debug and error messages
commit 945bb46a65c9c26d874d135a308f7e3be79a3596
Author: Evan Felix <e at pnnl.gov>
Date: Thu May 9 16:24:33 2013 -0700
Use proper values out of memory utilization
commit 3c5f7f2caba244a36284073091cbd5d4ae8d87f7
Author: Evan Felix <e at pnnl.gov>
Date: Thu May 9 15:00:36 2013 -0700
Fix input parameter
commit ad02e903bac893fa907a1131295be2b3d310991e
Author: Evan Felix <e at pnnl.gov>
Date: Thu May 9 14:30:19 2013 -0700
Cleanup errors from upstream review, cleanup typeographical errors.
commit 8284de77836c9fb039cbea6060f516c36c13b5dd
Author: David Brown <david.brown at pnl.gov>
Date: Mon May 6 16:02:19 2013 -0700
here's some bits to fix CFLAGS to CPPFLAGS
commit 2e6052f96b9734a4258ba12961fea51c01d63010
Author: Evan Felix <e at pnnl.gov>
Date: Fri Apr 26 16:02:47 2013 -0700
rework dependencies for mic plugin
commit 72d71596ad61afecbdcdfae76a356c79f0cdb04d
Author: Evan Felix <e at pnnl.gov>
Date: Mon Apr 22 16:44:33 2013 -0700
fix copy framework error
commit 31c9003882cafe0c36d0d28d11f977e5d5818014
Author: Evan Felix <e at pnnl.gov>
Date: Mon Apr 22 08:04:50 2013 -0700
Add config options
commit 82ca30f400df01dac6057d4d974d088347d433cc
Author: Evan Felix <e at pnnl.gov>
Date: Thu Apr 18 18:04:56 2013 -0700
add cpu stat gathering
commit 573c602b86623ad2a8a73cde4c4781781d37bc98
Author: Evan Felix <e at pnnl.gov>
Date: Thu Apr 18 16:46:05 2013 -0700
Add Thermal gathering, and the config properly
commit 56f8c6aabc44dc49eab9410ba0f98a7ba2362c5b
Author: Evan Felix <e at pnnl.gov>
Date: Thu Apr 18 13:28:04 2013 -0700
Initial implementation of build addition, and memory gathering for the mic card
More information about the collectd-changes
mailing list