From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 16B401BBE7 for ; Fri, 11 Jan 2019 15:46:55 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 9AC381548; Fri, 11 Jan 2019 09:46:53 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 11 Jan 2019 09:46:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=4dClcIDogQeqaizED/Ui90FtSrWUkN8CI9br8MpJHb8=; b=AH03tkQYjKW5 8CbhLSWgrAXPbGLqBJGpp26eP7Lpbjr/qMQmaBROTAu1RborEqvJe5jiHqdWd4ek JFWljhTP2vjXn2VLKBWaRyWG8KrvsnUNkxsgoRMQk0iP6o/yEfaBtX3lwAj+2nIf N8plLCpnFZtm/oU7oFRPZXdJwO+Uw1c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=4dClcIDogQeqaizED/Ui90FtSrWUkN8CI9br8MpJH b8=; b=x6djx9SV9gWFt1WeuyTXNyrmQqv6+ssLDCBtsSzuVUa1bSIAmxUGKhipX TL9rTQNrbjhdaqav8f7Ze4Clcps8LXvVHmEXWM2emiDObKlAD5bJ8AhyBqkK+O3e kpKCXolEpz5ngYB17tSeYI4mNa5wONOIvwRuBtEDtU0w6AOF4Vwwsf/jrKZ0bOBH bF2XHyFTJq3bFc8HxasULiieTtQ0loWOgrz+22cPgz8akiKet8JHB+pgb9Bwq+dO Gey2VNSzAde5aal0iqVr4wDALcTel5gylyzkFfkgVRF4u1ppayLIlikp25qPiLAN yJXb9WXAFtthvumf8LEYz+VRSF57w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrfeehgdeilecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecufedt tdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkfgjfh gggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceo thhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfe drudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 82665E455C; Fri, 11 Jan 2019 09:46:51 -0500 (EST) From: Thomas Monjalon To: Vipin Varghese Cc: dev@dpdk.org, john.mcnamara@intel.com, konstantin.ananyev@intel.com, stephen@networkplumber.org, reshma.pattan@intel.com, jasvinder.singh@intel.com, stephen1.byrne@intel.com, amol.patel@intel.com Date: Fri, 11 Jan 2019 15:46:49 +0100 Message-ID: <6939128.zlG780r4r5@xps> In-Reply-To: <20190110213645.29901-1-vipin.varghese@intel.com> References: <20190107153829.34047-2-vipin.varghese@intel.com> <20190110213645.29901-1-vipin.varghese@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9 0/6] app/proc-info: enhance debug of proc-info tool 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, 11 Jan 2019 14:46:55 -0000 10/01/2019 22:36, Vipin Varghese: > This patch adds new debug functions to existing proc-info tool. > > Motivation > ========== > > DPDK proc-info tool is been widely used as secondary process to collect > stats for any primary process. But these are limited to DPDK NIC ports and > basic memory usage. > > The patch series tries to address the missing debug information for PMD by > adding debug for port, traffic manager, crypto, ring and mempool. With > these additional information collected, it becomes easy to analyze issues > and performance variance. Applied, thanks