Skip to content
Snippets Groups Projects
Commit 47c10978 authored by Reza Housseini's avatar Reza Housseini
Browse files

feat: add usage report for 2023

parent ccc33b3f
Branches main
No related tags found
No related merge requests found
Pipeline #371941 passed
.envrc 0 → 100644
eval $(guix time-machine --channels=channels.scm -- shell --manifest=manifest.scm --search-paths)
......@@ -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
......
group_users_2024
\ No newline at end of file
#+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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment