strace tips for better debugging

42 points by rrampage


YogurtGuy

Also, if you’re tracing a subset of system calls, passing --seccomp-bpf can massively speed things up, because it lets the kernel only wake up strace for the syscalls you’ve decided to trace, rather than waking it up for every syscall.