/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
いつもゼロなのでしょうか? 「2.6」は「2.6高」を意味しますか?ありがとうございます!