Commit fcb32eb6 authored by brent's avatar brent

add GPU count

parent 3523fcea
......@@ -76,6 +76,7 @@ func (server *ExplorerController) Statistics() {
}
totalCPU = totalCPU + worker.CpuCore
totalRAM = totalRAM + worker.RamTotal
totalGPU = totalGPU + worker.GPUCount
//worker.Timestamp = registryInfo.Timestamp
//worker.Instance = registryInfo.Instance
//worker.Status = registryInfo.Status
......
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