在/usr/src/linux/Documentation/filesystems/proc.txt
我找到了字符串:
Table 1-3: Contents of the statm files (as of 2.6.8-rc3)
.....................................................................
dt number of dirty pages (always 0 on 2.6)
此信息也可以从/proc/<PID>/statm
最后一栏获得。
那么,为什么dt
总是 0?“2.6”是否意味着“2.6 更高”?谢谢!