try strace on libvirtd
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
d2ae32b65b
commit
206e5f4938
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue