1
0
Fork 0
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:
Machiavelli 2025-02-17 23:17:02 +02:00 committed by GitHub
parent 6cdffdbae4
commit f6909a0d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/freebsd/procstat.md Normal file
View 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}}`