From b8060baf445c44430a70c0a8eff71348bdc27eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Siglen?= Date: Wed, 20 Aug 2025 16:14:04 +0200 Subject: [PATCH] dbginfo.sh: Add kvm_stat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add collecting of KVM kernel module event counters for one second. Reviewed-by: Hendrik Brueckner Reviewed-by: Mario Held 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 096a1c00..0ed564d8 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -747,6 +747,7 @@ KVM_CMDS="virsh version\ :virsh nodedev-list --tree\ :virsh pool-list\ :virt-host-validate\ + :kvm_stat --once --debugfs --debugfs-include-past --tracepoints\ " ########################################