Title
Create new category
Edit page index title
Edit category
Edit link
dmscli analyze concurrency
Analyzes and visualizes workflow concurrency to verify FIFO execution.
Synopsis
Fetches workflow execution data from Temporal to analyze workflow concurrency and scheduling.
This command generates a set of documents to help visualize workflow sequencing:
A sorted HTML table showing the discrepancy between creation order and execution order.
A scatter plot image (PNG) comparing creation time to start time.
A Gantt chart HTML to visualize workflow duration and overlap.
A manifest file explaining the generated artifacts and input parameters.
Examples:
Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | Help for | |
--dest-dir | string | The destination directory for the generated analysis files (default: /tmp/dmscli-concurrency-status-<timestamp>). | ||
--end-wid | string | The ending workflow ID to conclude the analysis at. | ||
--since | string | The start of the time range to query for workflows (e.g., '1h', '2023-01-01T15:04:05Z'). | ||
--start-wid | string | The starting workflow ID to begin the analysis from. | ||
--until | string | The end of the time range to query for workflows (e.g., '2023-01-02T15:04:05Z'). | ||
--workflow-type | string | The type of workflow to analyze. If empty, all types are analyzed. |
© 2026 Lightbits Labs™