Linux Commands Examples

A great documentation place for Linux commands

pmap

report memory map of a process


see also : ps - pgrep

Synopsis

pmap [options] pid [...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

The pmap command reports the memory map of a process or processes.

options

-x, --extended

Show the extended format.

-d, --device

Show the device format.

-q, --quiet

Do not display some header or footer lines.

-A, --range low,high

Limit results to the given range to low and high address range. Notice that the low and high arguments are single string separated with comma.

-h, --help

Display help text and exit.

-V, --version

Display version information and exit.

exit status

0

Success.

1

Failure.

42

Did not find all processes asked for.

reporting bugs

Please send bug reports to procps[:at:]freelists[:dot:]org (procps[:at:]freelists[:dot:]org)

standards

No standards apply, but pmap looks an awful lot like a SunOS command.


see also

ps , pgrep

How can this site be more helpful to YOU ?


give  feedback