struct FragmentationMetrics

Defined at line 19 of file ../../src/storage/blobfs/metrics/fragmentation_metrics.h

Encapsulates Blobfs fragmentation metrics. Thread-safe.

Public Members

NumericProperty total_nodes
NumericProperty files_in_use
NumericProperty extent_containers_in_use
ExponentialHistogram extents_per_file
ExponentialHistogram in_use_fragments
ExponentialHistogram free_fragments

Public Methods

void FragmentationMetrics ()

Defined at line 20 of file ../../src/storage/blobfs/metrics/fragmentation_metrics.h

void FragmentationMetrics (inspect::Node & node)

Defined at line 29 of file ../../src/storage/blobfs/metrics/fragmentation_metrics.cc