Add collectd-pmu package for Intel PMU (C7 only)

The intel_pmu plugin collects performance counters data
on Intel CPUs using Linux perf interface.

C7 only - C8 packaging still pending.

Change-Id: If5044346a90580c4051d6138a84ce10238807460
This commit is contained in:
Piotr Rabiega 2020-01-28 12:25:22 +01:00 committed by Radosław Piliszek
parent fa2e130436
commit e6e76ac249
2 changed files with 7 additions and 0 deletions

View File

@ -82,6 +82,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% else %}
{% set collectd_packages = collectd_packages + [
'collectd-hugepages',
'collectd-pmu',
'collectd-rdt',
'collectd-turbostat'
] %}

View File

@ -0,0 +1,6 @@
---
features:
- |
Adds ``collectd-pmu`` package to ``collectd`` RHEL-based image.
This allows to collect Intel PMU (performance counters) data via
``collectd``.