Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 3.3

pmap(1)


PMAP

PMAP

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
SEE ALSO
AUTHORS

NAME

pmap − display information about process memory mappings

SYNOPSIS

pmap [ −d | −q | −h | −V ] pid

DESCRIPTION

pmap(1) displays information about a process’s memory mappings, such as its stack, data segment, mapped files, and so on.

The pmap(1) utility will show, for each mapping of a given process, the starting byte address in the process’s address space, the size, the permission, the device node, the offset, and the file backing the mapping. If the mapping is anonymous, no file is specified and that field is blank.

As the last line of output, the pmap(1) utility will tally up the total size of all mappings as well as show the total size of writable/private mappings and of shared mappings.

OPTIONS

d, −−device

Display major and minor device numbers.

q, −−quiet

Hide header and memory statistics.

h, −−help

Show pmap usage.

V, −−version

Display version information.

FILES

/proc/pid/maps −− memory mapping information

SEE ALSO

ps(1), top(1), free(1), vmstat(1)

AUTHORS

Written by Chris Rivera.

The procps package is maintained by Robert Love and was created by Michael Johnson.

Send bug reports to <procps-list@redhat.com>.



pmap(1)