[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Sep 25 09:29:59 CEST 2017
src/collectd.conf.in | 6 ++++-
src/collectd.conf.pod | 28 +++++++++++++++++---
src/cpu.c | 68 +++++++++++++++++++++++++++++++++++++++----------
src/swap.c | 13 +++++++---
src/zfs_arc.c | 27 +++++++++++++++-----
5 files changed, 114 insertions(+), 28 deletions(-)
New commits:
commit f690ec69f180f9931df65b6a9d550fa34d7036c1
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 25 09:28:34 2017 +0200
zfs_arc plugin: Avoid resetting global variables from init().
Fixes: #973
commit 42c95164f7c6bcc5fe831c3d9844aca0e69faf4d
Author: Richard Kojedzinszky <krichy at nmdps.net>
Date: Sat Jan 14 09:41:12 2017 +0100
zfs_arc: derive hit/miss stats for ratio calculations
commit 4161e32300d9273e5c0d963a627fd7311dee5814
Merge: 6e93920 ac7a73e
Author: Florian Forster <octo at collectd.org>
Date: Sat Sep 23 22:14:18 2017 +0200
Merge remote-tracking branch 'github/pr/2439'
commit ac7a73e641e09e2c84a393134b2df40da68a3f4a
Author: Xavier G <xavier at kindwolf.org>
Date: Sat Sep 23 21:57:13 2017 +0200
cpu plugin: add new options to the default configuration file.
commit 092b2d8aff28dd559d619eb18c1e81c3755d5965
Author: Xavier G <xavier at kindwolf.org>
Date: Sat Sep 23 21:27:20 2017 +0200
cpu plugin: adjust numfields conditions in cpu_read().
commit 6b9524922bf25e292fb4151031bc964d8041487c
Author: Xavier G <xavier at kindwolf.org>
Date: Sat Sep 23 19:38:30 2017 +0200
cpu plugin: adjust coding style (variable declaration).
commit a44d70c7fd9e47abbdb32fd245b20f15dbabc599
Author: Xavier G <xavier at kindwolf.org>
Date: Sat Sep 23 18:58:51 2017 +0200
cpu plugin: update documentation.
commit f00e980cf98776b10c582c3a0fb9924a3f332ba7
Author: Xavier G <xavier at kindwolf.org>
Date: Sat Sep 23 18:34:11 2017 +0200
cpu plugin: subtract guest states from user/nice.
commit 6e93920dfb0e51e61a1024d37c26cf7c77257a6a
Merge: 603d00c 7379d64
Author: Florian Forster <ff at octo.it>
Date: Sat Sep 23 08:03:03 2017 +0200
Merge pull request #2441 from zerkms/ISSUE-2433
Added `ReportIO` option to the `swap` plugin
commit 7379d64df50ef5bb6a4eb794732590f7a2cd1a56
Author: Ivan Kurnosov <zerkms at zerkms.com>
Date: Sat Sep 23 17:32:14 2017 +1200
swap plugin: Added `ReportIO` option
lxc/lxd containers at the moment cannot properly report the swap io (the corresponding /proc/vmstat are not virtualized), so added an option to disable that reporting.
Enabled by default.
Closes: #2433
commit 3dda0fa6b5c545ef1081379200e7c34e7143fb95
Author: Xavier G <xavier at kindwolf.org>
Date: Wed Sep 20 23:28:35 2017 +0200
cpu plugin: add linux-specific "guest" states.
More information about the collectd-changes
mailing list