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
- Exception
int getServiceFaultCount(String serviceName) throws Exception
Exception
int getServiceResponseCount(String serviceName) throws Exception
Exception
long getMaxServiceResponseTime(String serviceName) throws Exception
Exception
long getMinServiceResponseTime(String serviceName) throws Exception
Exception
double getAvgServiceResponseTime(String serviceName) throws Exception
Exception
int getOperationRequestCount(String serviceName, String operationName) throws Exception
Exception
int getOperationFaultCount(String serviceName, String operationName) throws Exception
Exception
int getOperationResponseCount(String serviceName, String operationName) throws Exception
Exception
long getMaxOperationResponseTime(String serviceName, String operationName) throws Exception
Exception
long getMinOperationResponseTime(String serviceName, String operationName) throws Exception
Exception
Copyright © 2021 WSO2. All rights reserved.