[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri May 10 09:34:23 CEST 2013
AUTHORS | 1 +
README | 3 +
configure.in | 4 +
src/Makefile.am | 8 ++
src/cgroups.c | 251 +++++++++++++++++++++++++++++++++++++++++++++++++
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 23 +++++
src/common.c | 21 +++--
src/common.h | 2 +-
src/thermal.c | 12 +--
10 files changed, 312 insertions(+), 14 deletions(-)
New commits:
commit 12b23b9f0e65c14145d41eb2c872e8703b2f3409
Author: Florian Forster <octo at collectd.org>
Date: Fri May 10 09:05:03 2013 +0200
AUTHORS, README: Add the "cgroups" plugin.
commit 9e1b0c68677c537343cbe8b057ed4ecd52db8164
Author: Florian Forster <octo at collectd.org>
Date: Fri May 10 09:04:27 2013 +0200
cgroups plugin: Rename the "cgroups_cpuacct" plugin.
The new name is sufficient and much easier to type / remember.
commit b0e80d2ce6e402a7a1df0dcb8c999e58741a576e
Author: Florian Forster <octo at collectd.org>
Date: Fri Apr 26 16:25:37 2013 +0200
collectd.conf(5): Fixed a typo (comma vs. dot) and markup fixes.
commit 65c0e0dd0b7b37684e867a48fdbdb3c80a5f5dbb
Author: Florian Forster <octo at collectd.org>
Date: Fri Apr 26 16:22:56 2013 +0200
src/types.db: Remove the unused "cpuacct" type.
commit 281456ffd029088ac738717b69722542e5a8721c
Author: Florian Forster <octo at collectd.org>
Date: Fri Apr 26 16:14:24 2013 +0200
cgroups_cpuacct plugin: Read file line-by-line.
Use the field name from the file as type instance when dispatching values.
commit d51d8adf4c275b31e53ac3cf4409bc61fdb11ec3
Author: Florian Forster <octo at collectd.org>
Date: Thu Apr 18 12:12:40 2013 +0200
cgroups_cpuacct plugin: Re-indent read_cpuacct_root().
The rest of the file is indented using tabs.
commit 55f5dbbb749f45e4b60855894ecbfe10774372ca
Author: Florian Forster <octo at collectd.org>
Date: Thu Apr 18 12:10:37 2013 +0200
cgroups_cpuacct plugin: Use type "cpu" to submit value lists.
commit 24849d59da1a5a5164266c16780ddb1c735f657f
Author: Florian Forster <octo at collectd.org>
Date: Thu Apr 18 12:05:12 2013 +0200
cgroups_cpuacct plugin: Minor style fixes.
* Avoid mixed declarations.
* Use parse_value() rather than atoll().
* Comment static arguments to walk_directory().
* Return an error if the read() function can't locate the cgroup
mount point.
commit 5d9ad0bcb8b1ae1b7b0994f51237c04273f5cfbc
Author: Florian Forster <octo at collectd.org>
Date: Thu Apr 18 11:29:04 2013 +0200
src/common.[ch]: read_file_contents: Use {s,}size_t rather than int.
commit f19f64d583ab6e1ccf6f4b5e312425330ec1d97c
Author: Michael Stapelberg <michael at stapelberg.de>
Date: Fri Dec 16 20:10:05 2011 +0000
Add cgroups_cpuacct plugin to collect CPU user/system time per cgroup
This is handy for computers using systemd, as systemd puts each service
into a separate cgroup.
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list