public interface StatisticsAdminMBean
| Modifier and Type | Method and Description |
|---|---|
double |
getAvgOperationResponseTime(String serviceName,
String operationName) |
double |
getAvgServiceResponseTime(String serviceName) |
double |
getAvgSystemResponseTime() |
long |
getMaxOperationResponseTime(String serviceName,
String operationName) |
long |
getMaxServiceResponseTime(String serviceName) |
long |
getMaxSystemResponseTime() |
long |
getMinOperationResponseTime(String serviceName,
String operationName) |
long |
getMinServiceResponseTime(String serviceName) |
long |
getMinSystemResponseTime() |
int |
getOperationFaultCount(String serviceName,
String operationName) |
int |
getOperationRequestCount(String serviceName,
String operationName) |
int |
getOperationResponseCount(String serviceName,
String operationName) |
int |
getServiceFaultCount(String serviceName) |
int |
getServiceRequestCount(String serviceName)
Obtain the number of requests that were received by the service
|
int |
getServiceResponseCount(String serviceName) |
int |
getSystemFaultCount() |
int |
getSystemRequestCount()
Get the total requests received by the system which hosts this service
|
int |
getSystemResponseCount() |
int getSystemRequestCount()
throws Exception
Exception - If request count cannot be founddouble getAvgSystemResponseTime()
long getMaxSystemResponseTime()
long getMinSystemResponseTime()
int getServiceRequestCount(String serviceName) throws Exception
serviceName - Exceptionint getServiceFaultCount(String serviceName) throws Exception
Exceptionint getServiceResponseCount(String serviceName) throws Exception
Exceptionlong getMaxServiceResponseTime(String serviceName) throws Exception
Exceptionlong getMinServiceResponseTime(String serviceName) throws Exception
Exceptiondouble getAvgServiceResponseTime(String serviceName) throws Exception
Exceptionint getOperationRequestCount(String serviceName, String operationName) throws Exception
Exceptionint getOperationFaultCount(String serviceName, String operationName) throws Exception
Exceptionint getOperationResponseCount(String serviceName, String operationName) throws Exception
Exceptionlong getMaxOperationResponseTime(String serviceName, String operationName) throws Exception
Exceptionlong getMinOperationResponseTime(String serviceName, String operationName) throws Exception
ExceptionCopyright © 2019 WSO2. All rights reserved.