mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
20 lines
414 B
Markdown
20 lines
414 B
Markdown
# procstat
|
|
|
|
> Display detailed information about processes in FreeBSD.
|
|
> More information: <https://man.freebsd.org/cgi/man.cgi?query=procstat>.
|
|
|
|
- Display file descriptors of a specific process:
|
|
|
|
`procstat fds {{pid}}`
|
|
|
|
- Show virtual memory mappings of a process:
|
|
|
|
`procstat vm {{pid}}`
|
|
|
|
- Display process arguments:
|
|
|
|
`procstat arguments {{pid}}`
|
|
|
|
- Show resource limits of a process:
|
|
|
|
`procstat rlimit {{pid}}`
|