summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64032d2)
raw | patch | inline | side by side (parent: 64032d2)
author | Florian Forster <octo@collectd.org> | |
Sat, 11 May 2013 07:31:50 +0000 (09:31 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 11 May 2013 07:31:50 +0000 (09:31 +0200) |
AUTHORS | patch | blob | history | |
README | patch | blob | history | |
src/mic.c | patch | blob | history |
index 45645d1a26e52700130ed68c6dc7042307f27895..3e990c1f1fc7992e64a77750dcb745ba614eebd0 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
Edward “Koko” Konetzko <konetzed at quixoticagony.com>
- fscache plugin.
+Evan Felix <evan.felix at pnnl.gov>
+ - mic plugin.
+
Fabian Linzberger <e at lefant.net>
- Percentage aggregation for `collectd-nagios'.
index c3c454720484f71c3915bf6f0917ce2e27dd93ae..652dbe04e9f2378352791610cb3ff0613c1ca13c 100644 (file)
--- a/README
+++ b/README
Memory utilization: Memory occupied by running processes, page cache,
buffer cache and free.
+ - mic
+ Collects CPU usage, memory usage and temperatures from Intel Many
+ Integrated Core (MIC) CPUs.
+
- modbus
Reads values from Modbus/TCP enabled devices. Supports reading values
from multiple "slaves" so gateway devices can be used.
diff --git a/src/mic.c b/src/mic.c
index aed7ba01c626f12af909e86d18fb390195399fc9..80a85c595a299d0105eca13709203927c9b3cbd1 100644 (file)
--- a/src/mic.c
+++ b/src/mic.c
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
* Authors:
- * Evan Felix <evan.felix@pnnl.gov>
+ * Evan Felix <evan.felix at pnnl.gov>
**/
#include "collectd.h"