interface ApplicationStatisticsInterface

Methods

array
getRequests()

Get array of all application requests

int
getActiveRequests()

Get count of all application active requests

array
getProcesses()

Return all statistics by processes

int
getStartingProcesses()

Get count of starting application processes

int
getRunningProcesses()

Get count of running application processes

int
getIdleProcesses()

Get count of idle application processes

Details

at line 12
array getRequests()

Get array of all application requests

Return Value

array

at line 19
int getActiveRequests()

Get count of all application active requests

Return Value

int

at line 26
array getProcesses()

Return all statistics by processes

Return Value

array

at line 33
int getStartingProcesses()

Get count of starting application processes

Return Value

int

at line 40
int getRunningProcesses()

Get count of running application processes

Return Value

int

at line 47
int getIdleProcesses()

Get count of idle application processes

Return Value

int