Awesome
procInfoExample
A simple Xcode project that illustrates how to use the Proc Info library.
To use:
- Download
- Build in Xcode
- Run :)
Examples:
-
Retrieve information about process 1337<br>
$ ./procInfoExample 1337
-
Retrieve information all running processes<br>
$ ./procInfoExample -all
-
Monitor for process start/exit events<br>
$ sudo ./procInfoExample 1337
For more details, see the Proc Info library readme