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:
@@ -25,6 +25,7 @@ echo json_encode([
|
||||
'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(),
|
||||
|
||||
Reference in New Issue
Block a user