From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 3DB39559A for ; Fri, 28 Apr 2017 13:11:55 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2017 04:11:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="1141272660" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 28 Apr 2017 04:11:54 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.153]) by IRSMSX106.ger.corp.intel.com ([169.254.8.202]) with mapi id 14.03.0319.002; Fri, 28 Apr 2017 12:10:36 +0100 From: "Van Haaren, Harry" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" CC: "Jain, Deepak K" , "Kozak, KubaX" Thread-Topic: [PATCH v1 4/6] app/proc-info: support xstats by ID and by name Thread-Index: AQHSv2Up9ktXh+FmUkiqDcn1oHctOKHaoRmw Date: Fri, 28 Apr 2017 11:10:35 +0000 Message-ID: References: <20170427144240.10188-1-michalx.k.jastrzebski@intel.com> <20170427144240.10188-5-michalx.k.jastrzebski@intel.com> In-Reply-To: <20170427144240.10188-5-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTEyMWE3Y2YtOTc1OS00ZjgyLTliM2EtMzBmNGZjN2QyMTE5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjF5eVhNNUNvNEUwSmNBU1JJTk5jVWtsZ255bGtmY2lLbkNQbW1FakN2Wjg9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1 4/6] app/proc-info: support xstats by ID and by name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 11:11:56 -0000 > From: Jastrzebski, MichalX K > Sent: Thursday, April 27, 2017 3:43 PM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; Jain, Deepak K ; > Kozak, KubaX > Subject: [PATCH v1 4/6] app/proc-info: support xstats by ID and by name >=20 > From: Kuba Kozak >=20 > There are new arguments --xstats-ids and --xstats-name > in proc_info command line to retrieve statistics given by ids > and by name. > E.g. --xstats-ids=3D"1,3,5,7,8" > E.g. --xstats-name rx_errors >=20 > Signed-off-by: Kuba Kozak Acked-by: Harry van Haaren