Add a second GPU card to the monitor page

The 3080 was invisible because the stats parser only ever described GPU 0.
This commit is contained in:
Gmer4Lfe
2026-08-01 20:37:58 -04:00
parent 77b24e9823
commit cdce877601
4 changed files with 96 additions and 31 deletions
+1
View File
@@ -27,6 +27,7 @@ $monitor = [
'mem' => vv_memory_breakdown(),
'net' => vv_network_stats(),
'gpu' => vv_gpu_stats(),
'gpus' => vv_gpu_stats_all(),
'gpu_procs' => vv_gpu_processes(),
'containers' => vv_docker_containers(),
'stopped' => vv_docker_stopped(),