[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Dec 8 23:52:12 CET 2017
Makefile.am | 14 ++
configure.ac | 1 +
contrib/systemd.collectd.service | 1 +
src/collectd.conf.in | 2 +
src/collectd.conf.pod | 36 +++--
src/processes.c | 204 ++++++++++++++++++++++++-
src/types.db | 1 +
src/utils_taskstats.c | 306 ++++++++++++++++++++++++++++++++++++++
src/utils_taskstats.h | 47 ++++++
9 files changed, 596 insertions(+), 16 deletions(-)
New commits:
commit d3bd9c300b7b6c6b26c573a62fe59cece5d72739
Merge: 6ecedb7 38709ee
Author: Florian Forster <ff at octo.it>
Date: Fri Dec 8 19:51:50 2017 +0100
Merge pull request #2598 from octo/ff/delayacct
processes plugin: Add support for Linux Delay Accounting.
commit 38709eeb133299d70ecd88086fcb1b13acd6180c
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 8 09:39:59 2017 +0100
processes plugin: Use the new "delay_rate" type for Delay Accounting.
commit 023790e3c1eb24fab52cafbcd90004312059787c
Author: Florian Forster <octo at collectd.org>
Date: Fri Dec 8 08:28:35 2017 +0100
processes plugin: Add the "delay-" prefix to type instances.
This fixes a regression introduced in
17b81d4fa4eabbb7c029ccf424f43e4d89c27e35.
commit 8289f37f99c34515b83fdb1b1d5a3207595800e6
Author: Florian Forster <octo at collectd.org>
Date: Thu Dec 7 22:20:28 2017 +0100
processes plugin: Fix error message.
commit 17b81d4fa4eabbb7c029ccf424f43e4d89c27e35
Author: Florian Forster <octo at collectd.org>
Date: Thu Dec 7 21:51:22 2017 +0100
processes plugin: Make delay metric reporting less repetitive.
commit 7c1d95f0010bf8d9961c6c87a9f64312466e00ec
Author: Florian Forster <octo at collectd.org>
Date: Thu Dec 7 21:25:40 2017 +0100
contrib/systemd.collectd.service: Add the processes plugin.
commit 22912eb530d3352544a450c149ae59d7f6ae0266
Author: Florian Forster <octo at collectd.org>
Date: Thu Dec 7 21:20:40 2017 +0100
processes plugin: Check for the CAP_NET_ADMIN capability.
This allows us to print helpful error messages to the user if something
goes wrong.
commit 4ea7a57256f5e4d77f4fff052490b7f67a9a3829
Author: Florian Forster <octo at collectd.org>
Date: Wed Dec 6 22:24:34 2017 +0100
processes plugin: Implement the "CollectDelayAccounting" option.
commit c7c01bfff595b6e61a3722f163cb4c0312df8d7a
Author: Florian Forster <octo at collectd.org>
Date: Wed Dec 6 22:03:52 2017 +0100
src/utils_taskstats.[ch]: Add library for Linux Delay Accounting.
More information about the collectd-changes
mailing list