From b94d5e8f87ce29815ac4758459f035c4376009b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Siglen?= Date: Fri, 10 Apr 2026 11:19:11 +0200 Subject: [PATCH] dbginfo.sh: Add command zmemtopo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Display CEC memory topology of allocated memory increments Suggested-by: Mario Held Suggested-by: Eberhard Pasch Reviewed-by: Michael Storzer Signed-off-by: Jörn Siglen Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 90ffad25..d3c621a1 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -485,6 +485,7 @@ CMDS="uname -a\ :lscpu -ye\ :lscpumf -i\ :lsmem\ + :zmemtopo -t\ :lsmod\ :lsshut\ :lsstp\