#pid #process #getppid #process-name #parent

mac-process-info

Returns basic process info on OS X

2 unstable releases

0.2.0 Feb 22, 2019
0.1.0 May 30, 2017

#1009 in Filesystem

Download history 6/week @ 2023-06-06 37/week @ 2023-06-13 44/week @ 2023-06-20 32/week @ 2023-06-27 15/week @ 2023-07-04 20/week @ 2023-07-11 27/week @ 2023-07-18 28/week @ 2023-07-25 20/week @ 2023-08-01 41/week @ 2023-08-08 31/week @ 2023-08-15 45/week @ 2023-08-22 59/week @ 2023-08-29 45/week @ 2023-09-05 7/week @ 2023-09-12 34/week @ 2023-09-19

156 downloads per month

BSD-3-Clause

5KB
84 lines

mac-process-info

A simple crate that returns information about processes on OS X.

In particular this can return the parent pid of a process, the name of a process or the loaded image.


lib.rs:

A simple crate that returns information about processes on OS X.

In particular this can return the parent pid of a process, the name of a process or the loaded image.

No runtime deps

~140KB