C/C++ API Reference
Loading...
Searching...
No Matches
pw::kvs::KeyValueStore::StorageStats Struct Reference

Overview

Statistics about the KVS.

Statistics are since the KVS init. They're not retained across reboots.

Public Attributes

size_t writable_bytes
 
size_t in_use_bytes
 The number of bytes in the KVS that are already in use.
 
size_t reclaimable_bytes
 
size_t sector_erase_count
 The total count of individual sector erases that have been performed.
 
size_t corrupt_sectors_recovered
 The number of corrupt sectors that have been recovered.
 
size_t missing_redundant_entries_recovered
 

The documentation for this struct was generated from the following file: