aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamil Wiatrowski <kamilx.wiatrowski@intel.com>2018-12-11 14:13:52 +0100
committerKamil Wiatrowski <kamilx.wiatrowski@intel.com>2018-12-11 14:13:52 +0100
commitd9be9e5abfbe0eeab102e2e39ff0dd55fc40c6d1 (patch)
tree966dbff63fedc5dcc3b2a8a45b79fba31f8f6a2d
parent598d390049458f970dfa4767bfaa81887540a9fb (diff)
Update docker userguide: dpdk plugins
Add dpdk plugins to description of ansible installation. Change-Id: I89e8ec6c0918455dd4df5d086fbc2475200054ce Signed-off-by: Kamil Wiatrowski <kamilx.wiatrowski@intel.com>
-rw-r--r--docs/release/userguide/docker.userguide.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/release/userguide/docker.userguide.rst b/docs/release/userguide/docker.userguide.rst
index 520a72bb..6ba5af01 100644
--- a/docs/release/userguide/docker.userguide.rst
+++ b/docs/release/userguide/docker.userguide.rst
@@ -342,11 +342,14 @@ To make some changes when a container is running run:
List of default plugins for collectd container
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+.. note::
+ The dpdk plugins dpdkevents and dpdkstat were tested with DPDK v16.11.
By default the collectd is started with default configuration which includes the followin plugins:
* csv, contextswitch, cpu, cpufreq, df, disk, ethstat, ipc, irq, load, memory, numa, processes,
swap, turbostat, uuid, uptime, exec, hugepages, intel_pmu, ipmi, write_kafka, logfile, mcelog,
- network, intel_rdt, rrdtool, snmp_agent, syslog, virt, ovs_stats, ovs_events
+ network, intel_rdt, rrdtool, snmp_agent, syslog, virt, ovs_stats, ovs_events, dpdkevents,
+ dpdkstat
Some of the plugins are loaded depending on specific system requirements and can be omitted if
dependency is not met, this is the case for:
@@ -391,7 +394,7 @@ plugins tags
The following tags can be used to enable/disable plugins: csv, contextswitch, cpu,
cpufreq, df, disk, ethstat, ipc, irq, load, memory, numa, processes, swap, turbostat,
uptime, exec, hugepages, ipmi, kafka, logfile, mcelogs, network, pmu, rdt, rrdtool,
- snmp, syslog, virt, ovs_stats, ovs_events, uuid.
+ snmp, syslog, virt, ovs_stats, ovs_events, uuid, dpdkevents, dpdkstat.
Installing Docker
-----------------