proc:statm_file
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
proc:statm_file [2017/04/05 09:49] – created peter | proc:statm_file [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Proc - statm file ====== | ====== Proc - statm file ====== | ||
+ | |||
+ | The **statm** file contains more detailed information about the process memory usage. | ||
+ | |||
+ | ==== Contents of the statm files (as of 2.6.8-rc3) ==== | ||
+ | |||
+ | ^Field^Content^Comments^ | ||
+ | |size|Total program size (pages).|Same as VmSize in status.| | ||
+ | |resident|Size of memory portions (pages)|Same as VmRSS in status.| | ||
+ | |shared|Number of pages that are shared.|i.e. backed by a file.| | ||
+ | |trs|Number of pages that are ' | ||
+ | |lrs|Number of pages of library.|Always 0 on 2.6.| | ||
+ | |drs|Number of pages of data/ | ||
+ | |dt|Number of dirty pages.|Always 0 on 2.6.| | ||
proc/statm_file.1491385756.txt.gz · Last modified: 2020/07/15 09:30 (external edit)