array System_ProcWatch_Parser::getProcInfo (
string $pattern
, string $search
)
Get information about processes matching the defined search.
$pattern
PCRE to match for process
$search
the ps field/column to search in
Returns array of processes matching the search.
Throws no exception.
This function can not be called statically.