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

Struct BtreeWriteStats

bcachefs/bcachefs.go:49–52  ·  view source on GitHub ↗

BtreeWriteStats contains btree write statistics for a specific type.

Source from the content-addressed store, hash-verified

47
48// BtreeWriteStats contains btree write statistics for a specific type.
49type BtreeWriteStats struct {
50 Count uint64
51 SizeBytes uint64
52}
53
54// DeviceStats contains statistics for a Bcachefs device.
55type DeviceStats struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected