From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E19A242C46; Wed, 7 Jun 2023 07:56:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE408410F6; Wed, 7 Jun 2023 07:56:51 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 381C940A84 for ; Wed, 7 Jun 2023 07:56:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686117410; x=1717653410; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=YRdolG0n539gRb4dHP5cQnr9TWxExST2A72QoapmbLs=; b=RaAouFWjeRnkzwUUIK0bXSKVH4Dr61bx6Ak5BfQDIkmq+m0ZCHNLGt0W Hrf+kM3lJ78kbHe1eHxXACAtkeR1OmNWa0ZO+G88UQrcWQaaZN6JOcC8p gVTkhMnzlP3sUQ9BEJlw6SeJ64l7K1S+isNByofP/QZR58SaDu3XDXB1Q GvtG2QvPkR0kgPx2SNAb670eFITbDdiT/45NBIhbZHsm5C7+cc29qaEPI et+wFrwZNs15gSk40MD2Fiwu0AGurWZ0KvTnhlTw++KVdk1N84gMup3ZO MNq0Bxftfjqn15qs7q78/iJgVoYiIQTVvp5IKzmI/pSqfeG0oNCIu1Vda g==; X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="420445204" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="420445204" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:56:49 -0700 Message-Id: Date: 06 Jun 2023 22:56:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10733"; a="739073445" X-IronPort-AV: E=Sophos;i="6.00,223,1681196400"; d="scan'208";a="739073445" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.118.233]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Jun 2023 22:56:46 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/vm2vm_virtio_pmd_*: perf top command optimization From: lijuan.tu@intel.com To: dts@dpdk.org,Dukai Yuan Cc: Dukai Yuan In-Reply-To: <20230529160026.846541-1-dukaix.yuan@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Dukai Yuan Errors-To: dts-bounces@dpdk.org On Mon, 29 May 2023 16:00:26 +0000, Dukai Yuan wrote: > Using the command perf top -p > can monitor only the speci= fied PID process and record its output to a file,=20 > which can avoid mixing information from other processes in the output file = > and enable us to better monitor the performance of the specified process. >=20 > Signed-off-by: Dukai Yuan Acked-by: Lijuan Tu Applied, thanks