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

Fix count of allocated/idle cores in metrics #377

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Commits on Nov 5, 2024

  1. feat(conf): get alloc[_idle]_cpus from slurmrestd

    Select alloc_cpus and alloc_idle_cpus nodes fields on slurmrestd
    /slurm/*/nodes and /slurm/*/node/<node> endpoints. These fields are
    especially useful to count exactly the number of idle/allocated cores on
    mixed nodes.
    rezib committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0eb037b View commit details
    Browse the repository at this point in the history
  2. fix(agent): metrics exact allocated cores

    Report exact number of allocated/idle cores instead of considering all
    cores mixed on partially allocated nodes.
    rezib committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    84c6f23 View commit details
    Browse the repository at this point in the history
  3. docs: update conf references

    rezib committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    937d374 View commit details
    Browse the repository at this point in the history