Anuket Project

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Barometer-collectd image uses various plugins in order to fetch statistics of Host system.

In example, to be able to get DPDK statistics, both condition have to be true: 

  • DKDK configuration present in containers shared configuration directory - <BAROMETER_REPO_DIR>/src/collectd/collectd_sample_configs/
  • DKDK have to be installed on HOST system

Configuration files can be found here: https://github.com/opnfv/barometer/tree/master/src/collectd/collectd_sample_configs

Config files directory is mapped as virtual shared directory to barometer-collectd container in /opt/collectd/etc/collectd.conf.d directory.

Below is list of supported functionalities with corresponding configuration files.

Functionality/pluginConfig file name
CSVcsv.conf
DPDKdpdkevents.conf, dpdkstat.conf
Notifications (ran via exec plugin)

exec.conf

Hugepageshugepages.conf
Intel PMUintel_pmu.conf
Intel RDTrdt.conf
Kafkakafka.conf
InfluxDB(via network plugin)network.conf
OVS Eventsovs_events.conf
OVS PMD statsovs_stats.conf
SNMP Agentsnmp_agent.conf

Virt

virt.conf


  • No labels