MCPcopy Create free account
hub / github.com/prometheus/procfs / BcacheStats

Struct BcacheStats

bcache/bcache.go:32–42  ·  view source on GitHub ↗

BcacheStats contains statistics tied to a bcache ID.

Source from the content-addressed store, hash-verified

30
31// BcacheStats contains statistics tied to a bcache ID.
32type BcacheStats struct { // nolint:revive
33 AverageKeySize uint64
34 BtreeCacheSize uint64
35 CacheAvailablePercent uint64
36 Congested uint64
37 RootUsagePercent uint64
38 TreeDepth uint64
39 Internal InternalStats
40 FiveMin PeriodStats
41 Total PeriodStats
42}
43
44// BdevStats contains statistics for one backing device.
45type BdevStats struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected