void System_ProcWatch::daemon (
int $interval
, string $ps_args = 'aux'
)
Runs System_ProcWatch in daemon mode with the defined interval of seconds to sleep.
$interval
seconds to sleep
$ps_args
ps' arguments
Throws no exception.
This function can not be called statically.