ApplicationStatisticsInterface
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
at line 19
int
getActiveRequests()
Get count of all application active requests
at line 26
array
getProcesses()
Return all statistics by processes
at line 33
int
getStartingProcesses()
Get count of starting application processes
at line 40
int
getRunningProcesses()
Get count of running application processes
at line 47
int
getIdleProcesses()
Get count of idle application processes