litmus-docs/website/docs/user-guides/comparative-analysis.md

74 lines
3.3 KiB
Markdown

---
id: comparative-analysis
title: Comparative Analysis of Chaos Workflows
sidebar_label: Compare Workflows
---
---
Workflow Dashboard allows you to manage your workflows runs, schedules & statistics.
## Long-term Statistics
Long-term Statistics provides details about workflow runs & schedules over time.
In first tab, you can compare number of workflow runs according to selected granuality i.e. Daily/Monthly/Hourly. Granuality can be changed using drop-down in top right corner.
<img src={require('../assets/user-guides/observability/workflow-dashboard/workflow-runs-stats.png').default} />
<img src={require('../assets/user-guides/observability/workflow-dashboard/workflow-runs-stats-dropdown.png').default} />
Similarily, In other tab, you can also compare schedules according to selected granuality.
<img src={require('../assets/user-guides/observability/workflow-dashboard/schedules-stats.png').default} />
<img src={require('../assets/user-guides/observability/workflow-dashboard/schedules-stats-dropdown.png').default} />
:::info
You can hover over the respective graphs to get the total workflow runs & total schedules respectively.
:::
## Total Workflow Statistics
Total Workflow Statistics helps you to see how many of their scheduled have been passing/ failing & running. This helps you to see average performance of all the workflow runs.
<img src={require('../assets/user-guides/observability/workflow-dashboard/workflows-radial-chart.png').default} />
## Comparing Multiple Workflows
List of workflows provided on the page helps you to keep track of their scheduled workflows along with associated details like workflow name, target agent, starting time,etc & allows to compare the workflows by selecting them from the table.
<img src={require('../assets/user-guides/observability/workflow-dashboard/workflows-comparison-table-1.png').default} />
For comparing the workflows, you can select the workflows from the table & click on _**Compare workflows**_ button.
<img src={require('../assets/user-guides/observability/workflow-dashboard/workflows-comparison-table-2.png').default} />
Once, user clicks on _**Compare workflows**_ button, they will be presented with a graph, which shows comparison of selected workflows with respect to resilience score.
<img src={require('../assets/user-guides/observability/workflow-dashboard/comparison-graph.png').default} />
You can change the granuality by clicking on drop-down in top right corner. We can choose between Hourly/ Daily/ Monthly.
<img src={require('../assets/user-guides/observability/workflow-dashboard/comparison-graph-with-dropdown.png').default} />
:::note
By hovering over the dots on comparison graph, you can see the resiliency score of compared workflows & also average workflows.
:::
<img src={require('../assets/user-guides/observability/workflow-dashboard/comparison-graph-hover.png').default} />
The Comparison report can be downloaded in PDF form using the _**export button**_ given in header of table.
<img src={require('../assets/user-guides/observability/workflow-dashboard/export-button.png').default} />
> **Sample workflows comparison report can be downloaded from [here](../assets/chaos-center-analytics.pdf)**
## Learn more
- [Configure Datasource](configure-datasource.md)
- [See Workflow Analytics](analyze-workflow.md)
- [Manage Application Dashboard](manage-app-dashboard.md)