Skip to content

Commit 33f2ccb

Browse files
committed
add example imgs
1 parent 0e9e45e commit 33f2ccb

File tree

8 files changed

+52
-0
lines changed

8 files changed

+52
-0
lines changed

README.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,58 @@ On the web interface, you can:
140140
4. Ensure sufficient disk space for generated data files
141141
5. For workflows with large task graphs, the initial data generation and graph visualization might take significant time (potentially hours on some machines). However, once processed, the results are cached in the `pkl-files` directory, making subsequent loads much faster.
142142

143+
## Visualization Modules
144+
145+
The tool provides various visualization modules to analyze different aspects of your TaskVine workflow. Here's a brief description of each module:
146+
147+
### Task Analysis
148+
- **Task Execution Details**: Detailed view of task execution patterns and statistics
149+
![Example](imgs/example_task_execution_details.png)
150+
- **Task Concurrency**: Shows the number of tasks running simultaneously over time
151+
![Example](imgs/example_task_concurrency.png)
152+
- **Task Response Time**: Distribution of time between task submission and start of execution
153+
![Example](imgs/example_task_response_time.png)
154+
- **Task Execution Time**: Distribution of actual task execution durations
155+
![Example](imgs/example_task_execution_time.png)
156+
- **Task Retrieval Time**: Time taken to retrieve task dependencies
157+
![Example](imgs/example_task_retrieval_time.png)
158+
- **Task Completion Percentiles**: Distribution of task completion times
159+
![Example](imgs/example_task_completion_percentiles.png)
160+
- **Task Dependencies**: Visualization of task dependency relationships
161+
![Example](imgs/example_task_dependencies.png)
162+
- **Task Dependents**: Shows which tasks depend on each task
163+
![Example](imgs/example_task_dependents.png)
164+
- **Task Subgraphs**: Displays task dependency subgraphs
165+
![Example](imgs/example_task_subgraphs.png)
166+
167+
### Worker Analysis
168+
- **Worker Storage Consumption**: Storage usage patterns across workers
169+
![Example](imgs/example_worker_storage_consumption.png)
170+
- **Worker Concurrency**: Number of concurrent tasks per worker
171+
![Example](imgs/example_worker_concurrency.png)
172+
- **Worker Incoming Transfers**: File transfer patterns to workers
173+
![Example](imgs/example_worker_incoming_transfers.png)
174+
- **Worker Outgoing Transfers**: File transfer patterns from workers
175+
![Example](imgs/example_worker_outgoing_transfers.png)
176+
- **Worker Executing Tasks**: Tasks currently running on each worker
177+
![Example](imgs/example_worker_executing_tasks.png)
178+
- **Worker Waiting Retrieval Tasks**: Tasks waiting for file retrieval
179+
![Example](imgs/example_worker_waiting_retrieval_tasks.png)
180+
- **Worker Lifetime**: Worker availability and uptime patterns
181+
![Example](imgs/example_worker_lifetime.png)
182+
183+
### File Analysis
184+
- **File Sizes**: Distribution of file sizes in the workflow
185+
![Example](imgs/example_file_sizes.png)
186+
- **File Concurrent Replicas**: Number of simultaneous file replicas
187+
![Example](imgs/example_file_concurrent_replicas.png)
188+
- **File Retention Time**: How long files are kept in the system
189+
![Example](imgs/example_file_retention_time.png)
190+
- **File Transferred Size**: Total size of files transferred
191+
![Example](imgs/example_file_transferred_size.png)
192+
- **File Created Size**: Size of files created during execution
193+
![Example](imgs/example_file_created_size.png)
194+
143195
## Troubleshooting
144196

145197
If you encounter issues:

imgs/ASC.png

-137 KB
Binary file not shown.

imgs/FRR.png

-219 KB
Binary file not shown.

imgs/file_accumulation_worker.png

-176 KB
Binary file not shown.

imgs/file_consumer_count.png

-35.3 KB
Binary file not shown.

imgs/task_states_over_time.png

-123 KB
Binary file not shown.

imgs/temp_replication_count.png

-37.5 KB
Binary file not shown.

imgs/worker_task_throughput.png

-215 KB
Binary file not shown.

0 commit comments

Comments
 (0)