26 uint16_t
fill()
const {
return fill_; }
Represents a single data sample stored in a vault file.
uint16_t min_value() const
Returns the minimum value for the bucket.
Sample(uint64_t stream_id, uint16_t avg_value, uint16_t min_value, uint16_t max_value, uint16_t fill)
Creates a sample with aggregated values.
uint16_t avg_value() const
Returns the average value for the bucket.
uint16_t max_value() const
Returns the maximum value for the bucket.
uint16_t fill() const
Returns the fill value (0x2000 == 100%).
uint64_t stream_id() const
Returns the stream identifier.
Umbrella header for the roo_monitoring module.