From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] examples/vhost: add rate statistics for rx/tx and core Date: Wed, 2 Dec 2015 13:45:11 +0800 Message-ID: <20151202054511.GP2325@yliu-dev.sh.intel.com> References: <1449009174-93334-1-git-send-email-jianfeng.tan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Jianfeng Tan Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 461E4231C for ; Wed, 2 Dec 2015 06:41:49 +0100 (CET) Content-Disposition: inline In-Reply-To: <1449009174-93334-1-git-send-email-jianfeng.tan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Dec 02, 2015 at 06:32:54AM +0800, Jianfeng Tan wrote: > Currently, we only have aggregated statistics. This seems not > obvious to show how fast rx/tx and how busy of each core. > > This patch adds rx/tx rate of each period of option --stat. > And also a simple core busy rate is added to show how many > rounds are really processing packets in all rounds of > circulation. > > Besides, this fix the problem of statistics error under the > case of software vm2vm fowarding. Please, do not mix the fix in this patch. One patch should only do one thing. --yliu