Skip to content

Commit 2629c74

Browse files
committed
add comments
1 parent aceccfe commit 2629c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ On the web interface, you can:
145145
The tool provides various visualization modules to analyze different aspects of your TaskVine workflow. Here's a brief description of each module:
146146

147147
### Task Analysis
148-
- **Task Execution Details**: Detailed view of task execution patterns and statistics
148+
- **Task Execution Details**: Comprehensive visualization of task distribution across workers and cores. Each task undergoes three phases: committing (input preparation and process initialization), execution (actual task processing), and retrieval (output transfer to manager). The visualization also tracks task failures, which may occur due to invalid inputs, worker disconnections, or resource exhaustion. Additionally, it monitors recovery tasks that are automatically submitted to handle file losses caused by worker evictions or crashes.
149149
![Example](imgs/example_task_execution_details.png)
150-
- **Task Concurrency**: Shows the number of tasks running simultaneously over time
150+
- **Task Concurrency**: Visualizes task states over time from the manager's perspective, tracking five distinct states: waiting (committed but not dispatched), committing (dispatched but not yet executed), executing (currently running on workers), waiting retrieval (completed with outputs pending retrieval), and done (fully completed, whether succeeded or failed).
151151
![Example](imgs/example_task_concurrency.png)
152152
- **Task Response Time**: Distribution of time between task submission and start of execution
153153
![Example](imgs/example_task_response_time.png)

0 commit comments

Comments
 (0)