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

Struct ContainerBandwidthStat

container.go:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310type ContainerBandwidthStat struct {
311 InRate uint64
312 InBurst uint64
313 OutRate uint64
314 OutBurst uint64
315}
316
317type ContainerNetworkStat struct {
318 RxBytes uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected