Function rocksdb::perf::get_memory_usage_stats

pub fn get_memory_usage_stats(
    dbs: Option<&[&DBCommon<SingleThreaded, DBWithThreadModeInner>]>,
    caches: Option<&[&Cache]>,
) -> Result<MemoryUsageStats, Error>
Expand description

Get memory usage stats from DB instances and Cache instances