Files
docu/pve2/08_GPU-Idle-und-Power-Monitoring.md
root 6f52d46267 Initiale Infrastruktur-Dokumentation pve1 und pve2.
Enthält Host-Doku, MQTT/HA, Git-Setup, Power-Monitoring und GPU-Idle (pve2).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 19:53:55 +02:00

33 lines
1020 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# GPU Idle & Power-Monitoring — pve2
Ausführliche Doku im Repo: [`/root/code/pve-power-mqtt/docs/gpu-idle-pve2.md`](/root/code/pve-power-mqtt/docs/gpu-idle-pve2.md)
## Kurzfassung
- **2× GTX 1080** am Host-Treiber (kein VM-Passthrough)
- Idle-Ziel: **~8 W/GPU, P8** — erfordert **Persistence Mode**
- **Frigate (CT 101):** nur Intel iGPU/VAAPI → keine NVIDIA-Mounts in LXC
- **AIDEV (CT 110):** NVIDIA-Mounts für ML bei Bedarf
- **Power-Agent:** `pve-power-mqtt` → MQTT/Home Assistant
## Schnellcheck
```bash
nvidia-smi --query-gpu=index,power.draw,pstate,persistence_mode --format=csv
systemctl status nvidia-persistenced pve-power-mqtt
grep nvidia /etc/pve/lxc/*.conf
```
## Persistenced installieren (aus Repo)
```bash
cd /root/code/pve-power-mqtt
./deploy/nvidia-persistenced/install.sh
```
## Änderungen Juni 2026
- CT 101: NVIDIA device mounts auskommentiert
- `nvidia-persistenced`: kaputter `--user-persistence-mode` Flag entfernt, Service läuft
- Doku in `server-power` Repo unter `docs/`