Commit bfde6a2a authored by luxq's avatar luxq

update worker info

parent 0eef7ca9
......@@ -19,6 +19,7 @@ type WorkerInfo struct {
CpuCore int `redis:"cpu_core" json:"cpu_core"`
GPUModel string `redis:"gpu_model" json:"gpu_model" json:"gpu_model"`
GPURam int `redis:"gpu_ram" json:"gpu_ram"`
GPUCount int `redis:"gpu_count" json:"gpu_count"`
RamTotal int64 `redis:"ram_total" json:"ram_total"`
RamUsed int64 `redis:"ram_used" json:"ram_used"`
CreateTime int64 `redis:"create_time" json:"create_time"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment