ProcessInspector
class ProcessInspector
Methods
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.
at line 27
array
current()
Get the IDs of all Horizon processes running on the system.
at line 38
array
orphaned()
Get an array of running Horizon processes that can't be accounted for.
at line 46
array
monitoring()
Get all of the process IDs Horizon is actively monitoring.