feat: display peak GPU usage in dashboard

This commit is contained in:
henrygd
2025-02-08 19:22:00 -05:00
parent e6054058b9
commit 3afab00937
4 changed files with 42 additions and 19 deletions

View File

@@ -75,7 +75,7 @@ type Info struct {
Bandwidth float64 `json:"b"`
AgentVersion string `json:"v"`
Podman bool `json:"p,omitempty"`
Gpu float64 `json:"g,omitempty"`
GpuPct float64 `json:"g,omitempty"`
HighTemp float64 `json:"ht,omitempty"`
}