42720a70bc
Native, self-contained Cockpit page (plain HTML/JS, no build step) that polls nvidia-smi via cockpit.spawn to show live GPU utilization, memory, temperature, power, fan speed, ~5min history sparklines, and the list of processes using the GPU. No background systemd service; data collection only happens while the page is open.
16 lines
327 B
JSON
16 lines
327 B
JSON
{
|
|
"requires": { "cockpit": "260" },
|
|
|
|
"menu": {
|
|
"index": {
|
|
"label": "GPU",
|
|
"order": 15,
|
|
"keywords": [
|
|
{ "matches": ["nvidia", "gpu", "cuda", "video", "graphics", "vram"] }
|
|
]
|
|
}
|
|
},
|
|
|
|
"content-security-policy": "img-src 'self' data:"
|
|
}
|