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

Struct ContainerPidStat

container.go:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298type ContainerPidStat struct {
299 Current uint64
300 Max uint64
301}
302
303type ContainerDiskStat struct {
304 TotalBytesUsed uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected