try strace on libvirtd

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-12 19:38:12 -05:00
parent d2ae32b65b
commit 206e5f4938
1 changed files with 8 additions and 1 deletions

View File

@ -35,4 +35,11 @@ log-everything:
# run the daemon in listen mode
libvirtd-listen:
systemctl stop libvirtd.service
-libvirtd --listen
libvirtd --listen
libvirtd-strace:
systemctl stop libvirtd.service
strace -ftt libvirtd --listen
strace-virsh:
strace -ftt virsh list