Home
last modified time | relevance | path

Searched refs:GetDBStats (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/db/
Dinternal_stats.cc969 GetDBStats(InternalStats::kIntStatsBytesWritten); in DumpDBStats()
971 GetDBStats(InternalStats::kIntStatsNumKeysWritten); in DumpDBStats()
972 uint64_t write_other = GetDBStats(InternalStats::kIntStatsWriteDoneByOther); in DumpDBStats()
973 uint64_t write_self = GetDBStats(InternalStats::kIntStatsWriteDoneBySelf); in DumpDBStats()
974 uint64_t wal_bytes = GetDBStats(InternalStats::kIntStatsWalFileBytes); in DumpDBStats()
975 uint64_t wal_synced = GetDBStats(InternalStats::kIntStatsWalFileSynced); in DumpDBStats()
976 uint64_t write_with_wal = GetDBStats(InternalStats::kIntStatsWriteWithWal); in DumpDBStats()
978 GetDBStats(InternalStats::kIntStatsWriteStallMicros); in DumpDBStats()
Dinternal_stats.h370 uint64_t GetDBStats(InternalDBStatsType type) { in GetDBStats() function