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

DRAFT: Just experimenting. #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
340 changes: 340 additions & 0 deletions batch-processing/resourceUsagePerCollection.ipynb

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions batch-processing/resourceUsagePerCollection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
title: Resource Usage Plots for up to three Collections
description: Generate plots comparing runtime and memory usage stats for up to three collections
authors:
- name: Yusra AlSayyad
slack: yusra
tags:
- batch-processing
parameters:
repo1:
type: string
description: Butler repo of first collection to display
default: "/repo/embargo"
collection1:
type: string
description: Collection name containing a resource usage summary to display
default: "LSSTComCamSim/runs/nightlyvalidation/20240402/d_2024_03_29/DM-43612"
repo2:
type: string
description: Optional Butler repo of second collection to compare
default: ""
collection2:
type: string
description: Optional second collection of resource usage statistics to compare
default: ""
repo3:
type: string
description: Optional Butler repo of third collection to compare
default: ""
collection3:
type: string
description: Optional third collection of resource usage statistics to compare
default: ""
Loading