diff options
| author | Jeff Carr <[email protected]> | 2024-10-12 19:38:12 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-12 19:38:12 -0500 |
| commit | 206e5f49387587f1c92b01fe6f2b633bbe43171b (patch) | |
| tree | 270c8a911e400ef9b114c338c2bca1b97c2bc130 | |
| parent | d2ae32b65b49b88ef93e2d2b47524f18084c2276 (diff) | |
try strace on libvirtd
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile.help | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help index 2794421..9e5841f 100644 --- a/Makefile.help +++ b/Makefile.help @@ -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 |
