Y
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
abrookewood
300 days ago
I think you have to use eBPF-based tools
link
fuy
300 days ago
perf and look at stack traces (or off-cpu events for waits/locks). also, ebpf
link