aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pmap.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmap.md')
-rw-r--r--src/pmap.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pmap.md b/src/pmap.md
new file mode 100644
index 0000000..d2e0e79
--- /dev/null
+++ b/src/pmap.md
@@ -0,0 +1,7 @@
+# pmap(1)
+
+```markdown
+pmap <pid>
+ ............. dump virtual memory map of process.
+ compared to /proc/<pid>/maps it shows the size of the mappings
+```