https://github.com/jcaesar/prometheus-nvml-exporter
https://github.com/jcaesar/prometheus-nvml-exporter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcaesar/prometheus-nvml-exporter
- Owner: jcaesar
- Created: 2020-01-16T14:36:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-17T13:54:43.000Z (8 months ago)
- Last Synced: 2025-05-17T14:38:49.281Z (8 months ago)
- Language: Rust
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Entirely insufficient nvml / nvidia graphics card metrics exporter
Currently exports the following metrics
```
nvml_fan_speed
nvml_memory_free_bytes
nvml_memory_total_bytes
nvml_memory_used_bytes
nvml_pci_replay
nvml_performance_state
nvml_power_usage_current_mw
nvml_power_usage_max_mw
nvml_power_used_total_mj
```
with labesl like `{name="GeForce RTX 2080",pci="00000000:0A:00.0",uuid="GPU-4be17369-5fd4-6000-889b-9da3c63e45f3"}`
### Todo
* Per process metrics (as in nvidia-smi)
* More efficient format when queried by prometheus (compression / protobuf)