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

Struct Metrics

container.go:240–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240type Metrics struct {
241 MemoryStat ContainerMemoryStat
242 CPUStat ContainerCPUStat
243 DiskStat ContainerDiskStat
244 NetworkStat *ContainerNetworkStat
245 PidStat ContainerPidStat
246 Age time.Duration
247 CPUEntitlement uint64
248}
249
250type ContainerMetricsEntry struct {
251 Metrics Metrics

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected