mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-15 08:16:43 +00:00
bugfix
This commit is contained in:
@@ -111,7 +111,7 @@ type GPUStatus struct {
|
|||||||
type NodeStatus struct {
|
type NodeStatus struct {
|
||||||
ClientID string `json:"id"`
|
ClientID string `json:"id"`
|
||||||
ClientHost string `json:"host"`
|
ClientHost string `json:"host"`
|
||||||
Version string `json:"version"`
|
Version float64 `json:"version"`
|
||||||
NumCPU int `json:"cpu_num"`
|
NumCPU int `json:"cpu_num"`
|
||||||
UtilCPU float64 `json:"cpu_load"`
|
UtilCPU float64 `json:"cpu_load"`
|
||||||
MemTotal int `json:"mem_total"`
|
MemTotal int `json:"mem_total"`
|
||||||
|
|||||||
Reference in New Issue
Block a user