aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/process/pmap.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-08-27 23:05:39 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-08-27 23:05:39 +0200
commite830fa716bedecbff8c3a572d1d20061342ec4c7 (patch)
tree03539ff9da6e494a2f652cbcd48d69d635ff8ca5 /src/process/pmap.md
parentf5178ed1e419cfae7679ae8b4d3130ef48abfbfd (diff)
downloadnotes-e830fa716bedecbff8c3a572d1d20061342ec4c7.tar.gz
notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.zip
mv monitor -> process
Diffstat (limited to 'src/process/pmap.md')
-rw-r--r--src/process/pmap.md10
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)
+```