Skip to content

Commit a93c2f4

Browse files
committed
Add core metrics to README
1 parent 2348e08 commit a93c2f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Prometheus collector and exporter for metrics extracted from the [Slurm](https:/
44

55
## Exported Metrics
66

7+
### State of the Cores
8+
9+
* **Allocated**: cores which have been allocated to a job.
10+
* **Idle**: cores not allocated to a job and thus available for use.
11+
* **Other**: cores which are unavailable for use at the moment.
12+
* **Total**: total number of cores.
13+
14+
[Information extracted from the SLURM **sinfo** command](https://slurm.schedmd.com/sinfo.html)
15+
716
### State of the Nodes
817

918
* **Allocated**: nodes which has been allocated to one or more jobs.

0 commit comments

Comments
 (0)