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

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

Change-Id: Id1592e20bcc42893a5e9d0dba9f67cf4e896d268
This commit is contained in:
Piotr Rabiega 2020-04-08 12:30:28 +02:00
parent f1f1d85459
commit e2fe8a063a
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'collectd-hugepages',
'collectd-turbostat'
] %}
{% if distro_python_version.startswith('3') %}
{% set collectd_packages = collectd_packages + [
'collectd-pmu'
] %}
{% endif %}
{% endif %}
{% endif %}