Crate libproc

source ·
Expand description

libproc is a library for getting information about running processes on Mac and Linux.

Not all methods are available on both Operating Systems yet, but more will be made cross-platform over time.

Modules§

  • Get information (such as name, path, process info, fd) about running processes by pid, process type, etc. At the moment these methods have been implemented, most of which have examples in their docs:
  • List processes by type, path or by type and path.