logoalt Hacker News

bruce_onetoday at 1:14 AM1 replyview on HN

eBPF is a great tool to use for debugging this kind of thing too, e.g. [bpftrace](https://bpftrace.org) has an [execsnoop](https://github.com/bpftrace/bpftrace/blob/master/tools/execs...) script for looking at everything being exec'd on the system :-)

(No need to use bpftrace, just an easy example :-) )


Replies

repirettoday at 1:31 AM

Or just `strace`.

show 1 reply