logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Procstat - Analyze FreeBSD Processes | Online Free DevTools by Hexmos

Analyze processes on FreeBSD with Procstat. Inspect file descriptors, virtual memory mappings, and resource limits. Free online tool, no registration required.

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}}

See Also