[Download] | [Documentation Home] | [Release Note]
WSO2 Data Services Server provides statistics on the data services it has deployed, using Java Management Extensions (JMX) technology. However using this interface, the server itself, deploying/undeploying services and any operational changes cannot be done.
A JMX MBean is registered per data service that is deployed. The Object Name of an MBean has the following format, "org.wso2.carbon.dataservices.jmx:section=Services,service=$SERVICE_NAME", where $SERVICE_NAME is the name of the data service. The MBeans contains information regarding the data service's data sources, queries etc.. A sample session using the "jconsole" tool is shown below in Figure 1.
Figure 1: Accessing Data Services JMX statistics.