mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
Userland: Add pmap utility
This commit is contained in:
parent
277c44c2dc
commit
b71edba06d
2 changed files with 133 additions and 0 deletions
27
Base/usr/share/man/man1/pmap.md
Normal file
27
Base/usr/share/man/man1/pmap.md
Normal file
|
@ -0,0 +1,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)
|
Loading…
Add table
Add a link
Reference in a new issue