svn commit: r304436 - in head: . sys/netinet

Adrian Chadd adrian at freebsd.org
Fri Aug 26 23:55:37 UTC 2016


Hi,

I use the kernel lock profiling debugging, but you can use dtrace to
get an idea:

dtrace -n 'lockstat:::adaptive-block { @[stack()] = sum(arg1); }'

(https://wiki.freebsd.org/DTrace/One-Liners)



-adrian


More information about the svn-src-head mailing list