Quantcast
Channel: nixCraft
Viewing all articles
Browse latest Browse all 21

Linux find the memory used by a program / process using pmap command

$
0
0
You can find the memory used by a program (process) by looking into /proc directory or using standard command such as ps or top. However, you must calculate all memory usage by hand i.e. add Shared Memory + mapped file + total virtual memory size of the process + Resident Set Size + non-swapped physical [...]

Viewing all articles
Browse latest Browse all 21

Trending Articles