jimbojames5645
Programmer
i am writing a page to monitor some scripts that I am running. I want to be able to make sure they are still running. Is there a better way than running a 'ps aux' and capturing the output? Are there any built in php functions to get info about processes running on the local machine?