From nobody Sun Sep 14 06:32:20 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org; dmarc=fail(p=none dis=none) header.from=renesas.com Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1757006767526824.704246049735; Thu, 4 Sep 2025 10:26:07 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.1110541.1459680 (Exim 4.92) (envelope-from ) id 1uuDiM-0000WT-9R; Thu, 04 Sep 2025 17:25:38 +0000 Received: by outflank-mailman (output) from mailman id 1110541.1459680; Thu, 04 Sep 2025 17:25:38 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uuDiM-0000WM-6h; Thu, 04 Sep 2025 17:25:38 +0000 Received: by outflank-mailman (input) for mailman id 1110541; Thu, 04 Sep 2025 17:25:36 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1uuDiK-0000WG-UY for xen-devel@lists.xenproject.org; Thu, 04 Sep 2025 17:25:36 +0000 Received: from rein-hpcbdc09 (unknown [1.6.89.6]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 28713e42-89b4-11f0-9809-7dc792cee155; Thu, 04 Sep 2025 19:25:33 +0200 (CEST) Received: by rein-hpcbdc09 (Postfix, from userid 1000) id 51C3E80C12F9; Thu, 4 Sep 2025 22:55:28 +0530 (IST) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 28713e42-89b4-11f0-9809-7dc792cee155 From: Jahan Murudi To: xen-devel@lists.xenproject.org Cc: Jahan Murudi , Anthony PERARD Subject: [PATCH] docs/xentop: Add documentation for physical CPU monitoring feature Date: Thu, 4 Sep 2025 22:55:25 +0530 Message-Id: <20250904172525.2795998-1-jahan.murudi.zg@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1757006770589124100 Content-Type: text/plain; charset="utf-8" Add man page documentation for the new '-p/--pcpus' flag that displays physical CPU utilization metrics. This provides hypervisor-level CPU usage insights alongside existing domain statistics. Changes include: - Add '-p' flag to SYNOPSIS section - Document '--pcpus' option with description - Maintain consistency with existing documentation style Signed-off-by: Jahan Murudi --- docs/man/xentop.1.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/man/xentop.1.pod b/docs/man/xentop.1.pod index 593a484ce7..db64ceb694 100644 --- a/docs/man/xentop.1.pod +++ b/docs/man/xentop.1.pod @@ -5,7 +5,7 @@ xentop - displays real-time information about a Xen system = and domains =3Dhead1 SYNOPSIS =20 B [B<-h>] [B<-V>] [B<-d>SECONDS] [B<-n>] [B<-r>] [B<-v>] [B<-f>] -[B<-b>] [B<-i>ITERATIONS] [B<-z>] +[B<-b>] [B<-i>ITERATIONS] [B<-z>] [B<-p>] =20 =3Dhead1 DESCRIPTION =20 @@ -61,6 +61,10 @@ maximum number of iterations xentop should produce befor= e ending =20 display dom0 first, ignoring interactive sorting =20 +=3Ditem B<-p>, B<--pcpus> + +display physical CPU utilization metrics + =3Dback =20 =3Dhead1 INTERACTIVE COMMANDS --=20 2.34.1