class ProcessInspector

Methods

__construct(Exec $exec)

Create a new process inspector instance.

array
current()

Get the IDs of all Horizon processes running on the system.

array
orphaned()

Get an array of running Horizon processes that can't be accounted for.

array
monitoring()

Get all of the process IDs Horizon is actively monitoring.

Details

at line 19
__construct(Exec $exec)

Create a new process inspector instance.

Parameters

Exec $exec

the command executor

at line 27
array current()

Get the IDs of all Horizon processes running on the system.

Return Value

array

at line 38
array orphaned()

Get an array of running Horizon processes that can't be accounted for.

Return Value

array

at line 46
array monitoring()

Get all of the process IDs Horizon is actively monitoring.

Return Value

array