Lightbits CSI Plugin Guide
Lightbits vCenter Configuration Guide
Lightbits OpenStack Driver Support
Lightbits DMS Guide
Lightbits Cluster Federation
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
dmscli analyze concurrency
Copy Markdown
Open in ChatGPT
Open in Claude
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.
Bash
dmscli analyze concurrency [flags]Examples:
Bash
x
# Analyze workflows of type 'SemaphoreWorkflow' created in the last hourdmscli analyze concurrency --workflow-type SemaphoreWorkflow --since 1h# Analyze workflows within a specific time windowdmscli analyze concurrency --since 2024-01-01T00:00:00Z --until 2024-01-01T12:00:00Z# Analyze a specific range of workflows by ID and output to a specific directorydmscli analyze concurrency --start-wid <start-workflow-id> --end-wid <end-workflow-id> --dest-dir /home/user/analysis| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for concurrency. | |
| --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. |
####
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
About - Legal© 2026 Lightbits Labs™
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message