Commit 41c3ad09 authored by Ubuntu's avatar Ubuntu

fix cpu usage

parent 0f3790de
......@@ -69,6 +69,8 @@ func main() {
c.SendString("getCPUUsage err: " + err.Error())
}
fmt.Println("cpu",cpu)
res = append(res, cpu...)
mem ,err :=getMemoryUsage()
......
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