From ccbbcafbc7337c8d7a785b9034716618dce36e4d Mon Sep 17 00:00:00 2001 From: johannst Date: Fri, 30 Sep 2022 11:10:49 +0000 Subject: deploy: 6f322df0a549ed9e8b0421f86a9aa985add9b970 --- print.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'print.html') diff --git a/print.html b/print.html index 8a655d5..5f6b2fa 100644 --- a/print.html +++ b/print.html @@ -2221,9 +2221,12 @@ major_pagefault: Happens when the page needed is NOT in memory, the kernel
gdb -p $(pgrep -n -u $USER zsh)
 

pmap(1)

-
pmap <pid>
+
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)
 

pstack(1)

pstack <pid>
-- 
cgit v1.2.3