Y
Hacker News
new
|
ask
|
show
|
jobs
by
pklausler
310 days ago
strace might help, if you have it.
1 comments
touisteur
308 days ago
perf record -e "syscalls:
,sched:
" is my go-to there - or just apply it on whole-system, aasone does.
link