Next: Hardware Information
Up: Process Information
Previous: Process File Descriptors
Contents
- The statm entry contains a list of seven numbers, separated by spaces. Each number is a count of the number of pages of memory used by the process in a particular category. The categories, in the order the numbers appear, are listed here:
- The total process size.
- The size of the process resident in physical memory.
- The memory shared with other processes; that is, memory mapped both by this process and at least one other (such as shared libraries or untouched copy-on-write pages).
- The text size of the process; that is, the size of loaded executable code.
- The size of shared libraries mapped into this process.
- The memory used by this process for its stack.
- The number of dirty pages; that is, pages of memory that have been modified by the program.
Cem Ozdogan
2007-05-16