Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enabling statistics

To enable statistics for the WSO2 ESB, enable the Mediation Statistics collector in the <ESB_Home>/repository/conf/carbon.xml as follows:

Code Block
languagexml
<StatisticsReporterDisabled>false</StatisticsReporterDisabled>
Info

Note that you should restart the ESB server and log into the management console again after updating the carbon.xml file for the above change to take effect.

To enable statistics for a mediation component using the Synapse configuration language, you set the value of the statistics attribute to enabled on the sequence, proxy service, or endpoint configuration. To enable it using the management console, see the following topics:

Viewing statistics

...

Click on a particular sequence in the "Sequences" list to see its detailed statistics.

...

 

Anchor
Endpoint Statistics
Endpoint Statistics
Endpoint statistics

WSO2 ESB collects only the in-statistics for the endpoints. In WSO2 ESB, an endpoint represents an entity to which messages can be sent. The ESB core is designed to be completely asynchronous and non-blocking, and therefore responses are not associated with a particular endpoint. ESB handles responses separately, using a call back receiver mechanism. As a result, an endpoint has only one mediation channel, namely the request channel, associated with it. Endpoint in-statistics also consist of the same set of data items as statistics of sequences or Proxy Services. But in case of endpoints, their definitions are slightly different. The revised definitions are as follows:

...