...
View (Example) | |
---|---|
Description | This displays the queries defined in the Siddhi file of the application. |
Purpose | This allows you to check the queries of the Siddhi application if any further investigations are needed based on the observations of its latency, throughput and the memory consumption. |
Recommended Action | Edit the Siddhi file if any changes that can improve the performance of the Siddhi application are identified. |
Design View
View (Example) | |
---|---|
Description | This displays the graphical view for queries defined in the Siddhi file of the application. |
Purpose | This allows you to check the flow of the queries of the Siddhi application in the graphical way. |
Recommended Action | Edit the Siddhi file if any changes that can improve the performance of the Siddhi application are identified. |
...
View (Example) | |
---|---|
Description | This table displays performance statistics related to dfferent components within a selected Siddhi application (e.g., queries). The columns displayed are as follows:
|
Purpose | This allows you to carry out a detailed analysis of the performance of a selected Siddhi application and identify components that have a negative impact on the overall performance of the Siddhi application. |
Recommended Action | Identify the componets in a Siddhi application that have a negative impact on the performance, and rewrite them to improve performance. To understand Siddhi concepts in order to rewrite the components, see the Siddhi Query Guide. |