Struct DataBlockStats::stats

Nested Relationships

This struct is a nested type of Class DataBlockStats.

Struct Documentation

struct stats

Statistics of the ring buffer.

Public Members

uint64_t nbufs

total number of buffers

uint64_t bufsz

size of each buffer in bytes

uint64_t written

total number of buffers written to the ring

uint64_t read

total number of buffers read from the ring

uint64_t full

number of filled buffers in the ring

uint64_t clear

number of cleared buffers in the ring

uint64_t available

number of free buffers in the ring