-
Notifications
You must be signed in to change notification settings - Fork 13
linux_024
Zhang Jc edited this page Jan 13, 2018
·
3 revisions
貌似大多数发行版需要重新编译内核才支持这个功能,使用方法:
- USAGE
Enable collection of statistics:
# echo 1 >/proc/sys/kernel/lock_stat
Disable collection of statistics:
# echo 0 >/proc/sys/kernel/lock_stat
Look at the current lock statistics:
( line numbers not part of actual output, done for clarity in the explanation
below )
# less /proc/lock_stat
[1] Linux 文档, https://www.kernel.org/doc/Documentation/locking/lockstat.txt

Wiki: wiki.jcix.top ~聚沙成塔~ Blog: blog.jcix.top