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/monitor/pmap.md | |
parent | f5178ed1e419cfae7679ae8b4d3130ef48abfbfd (diff) | |
download | notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.tar.gz notes-e830fa716bedecbff8c3a572d1d20061342ec4c7.zip |
mv monitor -> process
Diffstat (limited to 'src/monitor/pmap.md')
-rw-r--r-- | src/monitor/pmap.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/monitor/pmap.md b/src/monitor/pmap.md deleted file mode 100644 index 531ae99..0000000 --- a/src/monitor/pmap.md +++ /dev/null @@ -1,10 +0,0 @@ -# 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) -``` |