updating the CpuStats api

This commit is contained in:
Diptanu Choudhury
2016-05-19 14:06:19 -07:00
parent f693545814
commit cbe6f6a235

View File

@@ -14,10 +14,11 @@ type MemoryStats struct {
}
type CpuUsage struct {
SystemMode uint64
UserMode uint64
SystemMode float64
UserMode float64
ThrottledPeriods uint64
ThrottledTime uint64
Percent float64
}
type TaskResourceUsage struct {