Struct DiskManager::stats

Nested Relationships

This struct is a nested type of Class DiskManager.

Struct Documentation

struct stats

Statistics of the disk.

Public Members

uint64_t capacity

Size of the recording disk in bytes.

uint64_t bytes_written

Bytes written to disk.

double data_write_rate

Write rate to disk in bytes per second.

double expected_data_write_rate

Expected write rate to disk in bytes per second.

uint64_t available

Available space on the recording disk in bytes.