mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
28 lines
262 B
Markdown
28 lines
262 B
Markdown
|
|
## 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)
|