Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add query to view tool input and memory usage details #78

Merged
merged 1 commit into from
Apr 23, 2021

Conversation

natefoo
Copy link
Member

@natefoo natefoo commented Apr 22, 2021

No description provided.

Copy link
Member

@hexylena hexylena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah this looks much better than the gist :) love it! very nice.

@hexylena hexylena merged commit ad4025d into galaxyproject:main Apr 23, 2021
Comment on lines +1138 to +1140
--(data_cte.total_size_mb/data_cte.input_count)::bigint AS average_size_mb,
--(data_cte.mem_used_mb/data_cte.total_size_mb)::bigint AS mem_inputs_ratio,
--(data_cte.mem_used_mb/greatest((data_cte.total_size_mb/data_cte.input_count), 1))::bigint AS mem_avg_input_ratio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, missed this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants