-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pmap


> Report memory map of a process or processes.

More information.


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 ...}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 14:17:05 2024