slurm-usage (v3.1.0) is a command-line tool that displays current Slurm cluster usage per user, including job counts, CPU cores, memory, and GPU resources. It helps cluster administrators monitor usage. Release cadence is irregular; last stable release 3.1.0 (2024). Requires Python >=3.10.
pip install slurm-usageNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of slurm-usage as a Python module (CLI).
Upgrade Python to >=3.10 and install slurm-usage>=3.1.0.
Use it via command line: `slurm-usage` or `python -m slurm_usage`.
Ensure Slurm environment is properly set up and commands are in PATH.
Run as CLI: `slurm-usage` or `python -m slurm_usage`.
Install with pip: `pip install slurm-usage` and verify with `pip show slurm-usage`. Add `~/.local/bin` to PATH if necessary.
No dependency data recorded yet.