MCPcopy Create free account
hub / github.com/cloudfoundry/garden / ContainerCPUStat

Struct ContainerCPUStat

container.go:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292type ContainerCPUStat struct {
293 Usage uint64
294 User uint64
295 System uint64
296}
297
298type ContainerPidStat struct {
299 Current uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected