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

Struct ContainerDiskStat

container.go:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303type ContainerDiskStat struct {
304 TotalBytesUsed uint64
305 TotalInodesUsed uint64
306 ExclusiveBytesUsed uint64
307 ExclusiveInodesUsed uint64
308}
309
310type ContainerBandwidthStat struct {
311 InRate uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected