Fetches output from `ps` and parses it into an associative array
Usage: $ps = &new System_ProcWatch_Parser(); $pd = &$ps->getParsedData();
$ps = &new System_ProcWatch_Parser(); $pd = &$ps->getParsedData();
object System_ProcWatch_Parser __construct( [string $ps_args = 'aux'])
object System_ProcWatch_Parser System_ProcWatch_Parser( [string $ps_args = 'aux'])
string fetch( [string $ps_args = ''])
array &getParsedData( [string $ps_args = 'aux'], [bool $refresh = false])
array getProcByPid( int $pid)
array getProcInfo( string $pattern, string $search)
array &parse( string $data)