Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cluster usage report
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCL
Cluster usage report
Commits
47c10978
Commit
47c10978
authored
6 months ago
by
Reza Housseini
Browse files
Options
Downloads
Patches
Plain Diff
feat: add usage report for 2023
parent
ccc33b3f
Branches
main
No related tags found
No related merge requests found
Pipeline
#371941
passed
6 months ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.envrc
+1
-0
1 addition, 0 deletions
.envrc
README.org
+2
-0
2 additions, 0 deletions
README.org
group_users_2023
+1
-0
1 addition, 0 deletions
group_users_2023
reports/cluster_usage_report_2023.org
+15
-0
15 additions, 0 deletions
reports/cluster_usage_report_2023.org
with
19 additions
and
0 deletions
.envrc
0 → 100644
+
1
−
0
View file @
47c10978
eval $(guix time-machine --channels=channels.scm -- shell --manifest=manifest.scm --search-paths)
This diff is collapsed.
Click to expand it.
README.org
+
2
−
0
View file @
47c10978
...
...
@@ -9,6 +9,8 @@ The cluster usage reports per year can be found here
- [[https://gitlab.ost.ch/scl/cluster-usage-report/-/jobs/artifacts/main/file/public/cluster_usage_report_2020.pdf?job=build][2020]]
- [[https://gitlab.ost.ch/scl/cluster-usage-report/-/jobs/artifacts/main/file/public/cluster_usage_report_2021.pdf?job=build][2021]]
- [[https://gitlab.ost.ch/scl/cluster-usage-report/-/jobs/artifacts/main/file/public/cluster_usage_report_2022.pdf?job=build][2022]]
- [[https://gitlab.ost.ch/scl/cluster-usage-report/-/jobs/artifacts/main/file/public/cluster_usage_report_2023.pdf?job=build][2023]] only partial data available
- [[https://gitlab.ost.ch/scl/cluster-usage-report/-/jobs/artifacts/main/file/public/cluster_usage_report_2024.pdf?job=build][2024]]
* Building
...
...
This diff is collapsed.
Click to expand it.
group_users_2023
0 → 120000
+
1
−
0
View file @
47c10978
group_users_2024
\ No newline at end of file
This diff is collapsed.
Click to expand it.
reports/cluster_usage_report_2023.org
0 → 100644
+
15
−
0
View file @
47c10978
#+TITLE: Cluster usage report 2023
#+AUTHOR: Reza Housseini
#+DATE: 23 Oct 2024
#+PROPERTY: header-args :var year=2023
#+INCLUDE: "cluster_usage_report_template_new.org" :lines "2-"
* Conclusion
#+begin_src python :exports results :results value raw
institute = total_time_institute_percent["CPUTimeRAW"].idxmax()
percent_cpu_time = round(total_time_institute_percent[total_time_institute_percent.index == institute]["CPUTimeRAW"].values[0])
f"The biggest user is {institute} with almost {percent_cpu_time}% CPU time."
#+end_src
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment