We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2348e08 commit a93c2f4Copy full SHA for a93c2f4
README.md
@@ -4,6 +4,15 @@ Prometheus collector and exporter for metrics extracted from the [Slurm](https:/
4
5
## Exported Metrics
6
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
16
### State of the Nodes
17
18
* **Allocated**: nodes which has been allocated to one or more jobs.
0 commit comments