[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Thu Jul 5 15:52:23 CEST 2018
Makefile.am | 18 ++
README | 4 +
configure.ac | 13 +
src/collectd.conf.in | 7 +
src/collectd.conf.pod | 46 +++
src/pcie_errors.c | 795 +++++++++++++++++++++++++++++++++++++++++++++++++
src/pcie_errors_test.c | 570 +++++++++++++++++++++++++++++++++++
src/testing.h | 12 +
src/turbostat.c | 2 +-
9 files changed, 1466 insertions(+), 1 deletion(-)
New commits:
commit cbac2f1ed793c51433c2c37d75e71e25a7ff95cf
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Thu Jul 5 19:27:15 2018 +0700
turbostat plugin: show error details
commit 829683c47113c0f6305c9089424170ff706d047c
Merge: e9c6bf2 1cc2660
Author: Pavel Rochnyak <pavel2000 at ngs.ru>
Date: Thu Jul 5 16:03:17 2018 +0700
Merge pull request #2733 from elfiesmelfie/feat_pcie_aer
New plugin to read PCIe errors
commit 1cc2660c708e7baed49a3e528cb60667441d5036
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date: Thu Jul 5 15:02:35 2018 +0700
pcie_errors: Remove 'pcie_error' from types.db
Plugin does not send metrics, type is not needed to send notifications.
commit 2eb416081f0086a0e745902259aa07f919689ee8
Author: Kamil Wiatrowski <kamilx.wiatrowski at intel.com>
Date: Sat Jun 9 01:25:24 2018 +0100
pcie_errors: address review comments
Fix some typos.
Check for errors and truncation in snprintf.
Return error from pcie_plugin_config.
Change _Bool to bool.
Other small fixes.
Change-Id: I654e9ee3bbf58232c460a09e1a25862a593d0248
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski at intel.com>
commit 814678593c7f581a1428cf566333609384848827
Author: Kamil Wiatrowski <kamilx.wiatrowski at intel.com>
Date: Tue Feb 20 12:28:28 2018 +0000
pcie_errors: plugin to read PCIe errors
The pcie plugin collects PCI Express errors from Device Status in Capability
structure and from Advanced Error Reporting Extended Capability where available.
At every read it polls config space of PCI Express devices and dispatches
notification for every error that is found. Notif OK is sent after error is cleared.
Change-Id: I559f4035df76ab2934969a3c46cd4e98b93aba9a
Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski at intel.com>
More information about the collectd-changes
mailing list