Skip to content

Commit b50fdb7

Browse files
committed
README: add info about node usage data
1 parent 987e677 commit b50fdb7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

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

4242
- Information extracted from the SLURM [**sinfo**](https://slurm.schedmd.com/sinfo.html) command.
4343

44+
#### Additional info about node usage
45+
46+
Since version **0.18**, the following information are also extracted and exported for **every** node known by Slurm:
47+
48+
* CPUs: how many are _allocated_, _idle_, _other_ and in _total_.
49+
* Memory: _allocated_ and in _total_.
50+
* Labels: hostname and its Slurm status (e.g. _idle_, _mix_, _allocated_, _draining_, etc.).
51+
52+
See the related [test data](https://github.com/vpenso/prometheus-slurm-exporter/blob/master/test_data/sinfo_mem.txt) to check the format of the information extracted from Slurm.
53+
4454
### Status of the Jobs
4555

4656
* **PENDING**: Jobs awaiting for resource allocation.

0 commit comments

Comments
 (0)