From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 78FF8DE3 for ; Mon, 19 Jun 2017 02:54:44 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2017 17:54:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,358,1493708400"; d="scan'208";a="116461010" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 18 Jun 2017 17:54:43 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 17:54:43 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 17:54:42 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by shsmsx102.ccr.corp.intel.com ([169.254.2.146]) with mapi id 14.03.0319.002; Mon, 19 Jun 2017 08:54:39 +0800 From: "Wu, Jingjing" To: "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] app/testpmd: print statistics periodically Thread-Index: AQHS4QWD4gwuOkRR50qygjGGTHv0QKIraycQ Date: Mon, 19 Jun 2017 00:54:38 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DA9264@SHSMSX103.ccr.corp.intel.com> References: <1496007534-182470-1-git-send-email-pablo.de.lara.guarch@intel.com> <20170609014656.27396-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170609014656.27396-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] app/testpmd: print statistics periodically 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: Mon, 19 Jun 2017 00:54:45 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, June 9, 2017 9:47 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v2] app/testpmd: print statistics periodically >=20 > Add parameter to print port statistics periodically (disabled by default)= , if > interactive mode is not enabled. >=20 > This is useful to allow the user to see port statistics without having to= get into > the internal command line. >=20 > Signed-off-by: Pablo de Lara > --- >=20 > Changes in v2: >=20 > - Added extra argument in help >=20 Acked-by: Jingjing Wu