class SystemProcessCounter

Constants

protected DEFAULT_COMMAND

The default base command.

Properties

static string $command

The base command to search for.

Methods

int
get(string $name)

Get the number of Horizon workers for a given supervisor.

static void
flushState()

Flush all static state.

Details

at line 24
int get(string $name)

Get the number of Horizon workers for a given supervisor.

Parameters

string $name

Return Value

int

at line 36
static void flushState()

Flush all static state.

Return Value

void