summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/pmap.md
blob: c1d2eacf3686416b14e8559d179d4655760a32e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Name

pmap - print memory map of a process

## Synopsis

```**sh
$ pmap [-x] PID
```

## Description

Print the memory map of a specified process.

## Options

* `-x`: Extended output

## Examples

```sh
$ pmap $$
```

## See also

* [`ps`(1)](../man1/ps.md)