Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-18 00:17:32 +00:00
parent 4c0a4f02ef
commit aaa40ec53d

25
tldr/freebsd/procstat Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, freebsd]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`