Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexylena/galaxy-workflow-trace
https://github.com/hexylena/galaxy-workflow-trace
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexylena/galaxy-workflow-trace
- Owner: hexylena
- Created: 2023-12-06T11:16:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-07T16:58:51.000Z (12 months ago)
- Last Synced: 2024-10-17T13:58:23.103Z (about 1 month ago)
- Language: Python
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# galaxy workflow invocation to chrome event trace
Convert your workflow invocations into a zoomable, browseable view to help you debug scheduling issues.
The [chrom event trace](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/edit)
formatted files can be loaded in [Perfetto](https://ui.perfetto.dev/).An [example trace file](trace-3ea263bb1a48ea14.json) is included in this repository.
![image of a trace visualised with multiple processes showing different tools running in different 'threads'](screenshot.png)
You can click on individual jobs to see job information, as well as nice human readable things like runtime:
![metadata about a job like tool name/duration/etc](screenshot2.png)
## Notes
For administrators this should also be really interesting, since you can use the same format/structure to make nice visualisations [of your cluster](https://medium.com/snowflake/build-farm-visualizations-5a079477502d)
## LICENSE
AGPL-3.0-or-later