diff --git a/cpu/cpu_windows.go b/cpu/cpu_windows.go index 7e3b74b..b5bf825 100644 --- a/cpu/cpu_windows.go +++ b/cpu/cpu_windows.go @@ -69,6 +69,7 @@ func Times(percpu bool) ([]TimesStat, error) { system := (kernel - idle) ret = append(ret, TimesStat{ + CPU: "cpu-total", Idle: float64(idle), User: float64(user), System: float64(system),