Struct rocksdb::perf::MemoryUsageStats [−][src]
pub struct MemoryUsageStats {
pub mem_table_total: u64,
pub mem_table_unflushed: u64,
pub mem_table_readers_total: u64,
pub cache_total: u64,
}Memory usage stats
Fields
mem_table_total: u64Approximate memory usage of all the mem-tables
mem_table_unflushed: u64Approximate memory usage of un-flushed mem-tables
mem_table_readers_total: u64Approximate memory usage of all the table readers
cache_total: u64Approximate memory usage by cache