pmap
Report memory map of a process or processes. More information: <https://manned.org/pmap>.
Install
- All systems
-
curl cmd.cat/pmap.sh
- Debian
-
apt-get install procps - Ubuntu
-
apt-get install procps -
Alpine
-
apk add procps - Arch Linux
-
pacman -S procps-ng - Kali Linux
-
apt-get install procps - CentOS
-
yum install procps-ng - Fedora
-
dnf install procps-ng - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install procps - Raspbian
-
apt-get install procps - Docker
-
docker run cmd.cat/pmap pmappowered by Commando
Report memory map of a process or processes. More information: <https://manned.org/pmap>.
-
Print memory map for a specific process id (PID):
pmap pid -
Show the extended format:
pmap --extended pid -
Show the device format:
pmap --device pid -
Limit results to a memory address range specified by `low` and `high`:
pmap --range low,high -
Print memory maps for multiple processes:
pmap pid1 pid2 ...
© tl;dr; authors and contributors