←back to thread

495 points guntars | 3 comments | | HN request time: 0.205s | source
1. boredatoms ◴[] No.44981223[source]
Whats the goto instead of strace, if you wanted to see what was going on?
replies(2): >>44981306 #>>44982814 #
2. abrookewood ◴[] No.44981306[source]
I think you have to use eBPF-based tools
3. fuy ◴[] No.44982814[source]
perf and look at stack traces (or off-cpu events for waits/locks). also, ebpf