Hacker News new | ask | show | jobs
by boredatoms 300 days ago
Whats the goto instead of strace, if you wanted to see what was going on?
2 comments

I think you have to use eBPF-based tools
perf and look at stack traces (or off-cpu events for waits/locks). also, ebpf