From 3f822e804d0f5037e76d6cfb57b7098e7179f0e9 Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Wed, 20 Mar 2019 17:37:40 +0530 Subject: Collector: Add Multi-command collector. This patch adds support to run following commands as 'collector' 1. collectd 2. PROX IRQ Latency 3. CROND (currently to collect ovs-port's CPU-mapping information) 4. Filebeat (send logs to elasticsearch) Fixed pylint issues Added description to control prox-runrapid. The use of 'stop' file. Added a print in print_results. JIRA: VSPERF-599 Change-Id: I583325ef14ddb0b292e8abddef1518d24b5e52d8 Signed-off-by: Sridhar K. N. Rao --- conf/05_collector.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'conf/05_collector.conf') diff --git a/conf/05_collector.conf b/conf/05_collector.conf index a1bb41f8..b9974037 100644 --- a/conf/05_collector.conf +++ b/conf/05_collector.conf @@ -55,3 +55,14 @@ COLLECTD_INTERFACE_XKEYS = ['docker', 'lo'] # Provide individual core-ids or range of core-ids. # The range is specified using '-' COLLECTD_INTELRDT_XKEYS = [ ] + +############################################### +# Multi Command Collector Configurations +############################################### +MC_COLLECTD_CSV = '/tmp/csv/' +MC_COLLECTD_CMD = '/opt/collectd/sbin/collectd' +MC_PROX_HOME = '/home/opnfv/irq/' +MC_PROX_CMD = './runrapid.py' +MC_PROX_OUT = 'RUNirq.irq.log' +MC_CRON_OUT = '/tmp/ovs-cores.log' +MC_BEAT_CFILE = '/etc/filebeat/filebeat.yml' -- cgit 1.2.3-korg