From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 91ACD2A6C for ; Mon, 19 Jun 2017 03:05:45 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Jun 2017 18:05:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,358,1493708400"; d="scan'208";a="116463847" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga006.fm.intel.com with ESMTP; 18 Jun 2017 18:05:44 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 18:05:44 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 18 Jun 2017 18:05:43 -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 09:05:39 +0800 From: "Wu, Jingjing" To: "De Lara Guarch, Pablo" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] app/testpmd: print statistics periodically Thread-Index: AQHS5byC5CaECnjHTkqdf1ctC44Pw6IrZM3A Date: Mon, 19 Jun 2017 01:05:39 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810DA92CC@SHSMSX103.ccr.corp.intel.com> References: <20170609014656.27396-1-pablo.de.lara.guarch@intel.com> <20170615014817.12543-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170615014817.12543-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 v3] 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 01:05:46 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, June 15, 2017 9:48 AM > To: Wu, Jingjing > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH v3] 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 v3: >=20 > - Added missing "|" character in help Acked-by: Jingjing Wu