mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
procstat: add page (#15738)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
6cdffdbae4
commit
f6909a0d9b
1 changed files with 20 additions and 0 deletions
20
pages/freebsd/procstat.md
Normal file
20
pages/freebsd/procstat.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue