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

Struct BdevStats

bcache/bcache.go:45–51  ·  view source on GitHub ↗

BdevStats contains statistics for one backing device.

Source from the content-addressed store, hash-verified

43
44// BdevStats contains statistics for one backing device.
45type BdevStats struct {
46 Name string
47 DirtyData uint64
48 FiveMin PeriodStats
49 Total PeriodStats
50 WritebackRateDebug WritebackRateDebugStats
51}
52
53// CacheStats contains statistics for one cache device.
54type CacheStats struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected