From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] proc-info: added collectd-format and host-id options. Date: Fri, 10 Mar 2017 15:32:24 +0100 Message-ID: <2826459.tNYEx3e9bd@xps13> References: <1488204982-32291-1-git-send-email-romanx.korynkevych@intel.com> <1A27633A6DA49C4A92FCD5D4312DBF536B50CA44@IRSMSX106.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Van Haaren, Harry" , "Tahhan, Maryam" To: "Korynkevych, RomanX" Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id B46102C49 for ; Fri, 10 Mar 2017 15:32:26 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id n11so11969524wma.0 for ; Fri, 10 Mar 2017 06:32:26 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > > Extended proc-info application to send DPDK port statistics to STDOUT in the > > > format expected by collectd exec plugin. Added HOST ID option to identify the > > > host DPDK process is running on when multiple instance of DPDK are running in > > > parallel. This is needed for the barometer project in OPNFV. > > > > > > Signed-off-by: Roman Korynkevych > > > > Reviewed-by: Maryam Tahhan > > Acked-by: Harry van Haaren Applied, thanks