1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-15 08:16:43 +00:00

add version, jhl

This commit is contained in:
2020-03-29 21:12:44 +08:00
parent ade9ee7fb0
commit 6635d603f0
5 changed files with 84 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ type GPUStatus struct {
type NodeStatus struct {
ClientID string `json:"id"`
ClientHost string `json:"host"`
Version string `json:"version"`
NumCPU int `json:"cpu_num"`
UtilCPU float64 `json:"cpu_load"`
MemTotal int `json:"mem_total"`