diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-08-27 23:05:39 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-08-27 23:05:39 +0200 |
commit | e830fa716bedecbff8c3a572d1d20061342ec4c7 (patch) | |
tree | 03539ff9da6e494a2f652cbcd48d69d635ff8ca5 /src/process/pmap.md | |
parent | f5178ed1e419cfae7679ae8b4d3130ef48abfbfd (diff) | |
download | notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.tar.gz notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.zip |
mv monitor -> process
Diffstat (limited to 'src/process/pmap.md')
-rw-r--r-- | src/process/pmap.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/process/pmap.md b/src/process/pmap.md new file mode 100644 index 0000000..531ae99 --- /dev/null +++ b/src/process/pmap.md @@ -0,0 +1,10 @@ +# pmap(1) + +```markdown +pmap [opts] <pid> + Dump virtual memory map of process. + Compared to /proc/<pid>/maps it shows the size of the mappings. +opts: + -p show full path in the mapping + -x show details (eg RSS usage of each segment) +``` |