Linux Kernel 当前运行中 锁的状态信息(2)

 

 

首页Linux编程

背景:

阅读新闻

Linux Kernel 当前运行中 锁的状态信息

[日期:2011-12-22]   来源:Linux社区  作者:zanget   [字体:]  

This excerpt shows the first two lock class statistics. Line 01 shows the

output version - each time the format changes this will be updated. Line 02-04

show the header with column descriptions. Lines 05-18 and 20-31 show the actual

statistics. These statistics come in two parts; the actual stats separated by a

short separator (line 08, 13) from the contention points.

The first lock (05-18) is a read/write lock, and shows two lines above the

short separator. The contention points don't match the column descriptors,

they have two: contentions and [<IP>] symbol. The second set of contention

points are the points we're contending with.

The integer part of the time values is in us.

View the top contending locks:

# grep : /proc/lock_stat | head                 &inode->i_data.tree_lock-W:            15          21657           0.18     1093295.30 11547131054.85             58          10415           0.16          87.51        6387.60                 &inode->i_data.tree_lock-R:             0              0           0.00           0.00           0.00          23302         231198           0.25           8.45       98023.38                                dcache_lock:          1037           1161           0.38          45.32         774.51           6611         243371           0.15         306.48       77387.24                            &inode->i_mutex:           161            286 18446744073709       62882.54     1244614.55           3653          20598 18446744073709       62318.60     1693822.74                            &zone->lru_lock:            94             94           0.53           7.33          92.10           4366          32690           0.29          59.81       16350.06                 &inode->i_data.i_mmap_lock:            79             79           0.40           3.77          53.03          11779          87755           0.28         116.93       29898.44                           &q->__queue_lock:            48             50           0.52          31.62          86.31            774          13131           0.17         113.08       12277.52                           &rq->rq_lock_key:            43             47           0.74          68.50         170.63           3706          33929           0.22         107.99       17460.62                         &rq->rq_lock_key#2:            39             46           0.75           6.68          49.03           2979          32292           0.17         125.17       17137.63                            tasklist_lock-W:            15             15           1.45          10.87          32.70           1201           7390           0.58          62.55       13648.47  

 

Java 独立模块启动脚本

Linux下Qt Designer 程序设计步骤详解

相关资讯       Linux Kernel 

   

本文评论   查看全部评论 (0)


评论声明

尊重网上道德,遵守中华人民共和国的各项有关法律法规

承担一切因您的行为而直接或间接导致的民事或刑事法律责任

本站管理人员有权保留或删除其管辖留言中的任意内容

本站有权在网站内转载或引用您的评论

参与本评论即表明您已经阅读并接受上述条款

 

 

 

最新资讯

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wyfgjf.html