This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Analyzing Statistics for Sequences
This section explains how to analyze mediation sequences in the ESB profile of WSO2 EI using WSO2 Analytics.
Use one of the following methods to view information in this page.
- When you open the EI Analytics dashboard, the Overview page is displayed by default. Click on a sequence in the TOP PROXY SEQUENCES BY REQUEST COUNT gadget to view information relating to that sequence
- Click on the SEQUENCE page and search for the sequence for which you want to view information.
At any given time, this page displays the statistics for a selected time interval. Make sure you select the required time interval in the following bar displayed at the top of the page. If you want to define a custom time interval, click Custom and select the start and end dates of the required time interval in the calendar that appears.
Sequence Request Count
View (Example) | |
---|---|
Description | This indicates the total number of requests that have passed through a mediation sequence during a selected time period, and the rate of success within the same period. |
Purpose | This allows you to identify the throughput of messages that have passed through a mediation sequence during different time periods in order to understand the usage patterns the related applications/services. Comparing the success rate during different time intervals helps you to identify any unusual occurrences that have taken place during specific times (e.g., system downtime). |
Recommended action | Check the success/failure rate for a sequence at different time intervals. If the success rate was low only during particular time interval(s), check for unusual activities during that time interval(s) (e.g., system downtime, unavailability of the backend service etc.). If the success rate is low at all time intervals, check the sequence for configuration errors. |
Message Count
View (Example) | |
---|---|
Description | This provides a graphical view of the count for both successful and failed messages that have passed through a mediation sequence during a selected time interval. |
Purpose | This allows you to identify any correlation that may exist between message failure rate, throughput and time for a specific sequence. |
Recommended action | If the message failure is particularly high during a specific time, you can check whether any unusual occurrences have taken place during that time (e.g., system downtime, unavailability of the back-end service) and take appropriate action. |
Message Latency
View (Example) | |
---|---|
Description | The time taken by the selected sequence to complete the mediation it carries out per request. |
Purpose | This enables you to understand the level of efficiency with which the mediation is carried out by sequences. |
Recommended action | If the message latency of a sequence is too high, check its configuration and consider alternative configurations through which the same mediation can be done. |
Messages
View (Example) | |
---|---|
Description | This provides the list of message IDs that were processed by the selected sequence. Details including the port, time stamp and whether the message is successfully processed are displayed for each message ID. Messages can be sorted in an ascending or descending order based on the message ID, host, start time or status. You can search for specific message IDs, as well as click on a message ID to view more details about it in the OVERVIEW/MESSAGE/<MESSAGE_ID> page. When you search for information in this table, you need to use the correct search syntax as explained in Searching for Messages. |
Purpose | This allows you to identify the individual message IDs that were not successfully processed and click on them to find more details in order to take corrective action. |
Recommended action |
|
Message Flow
View (Example) | |
---|---|
Description | This provides a graphical view of the mediation flow through which the messages handled by a sequence have passed. |
Purpose | This allows you to understand the different stages of mediation that a selected message ID has passed. |
Recommended action |
|