Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dinternal_stats.cc974 uint64_t wal_bytes = GetDBStats(InternalStats::kIntStatsWalFileBytes); in DumpDBStats() local
1008 wal_bytes / kGB, wal_bytes / kMB / seconds_up); in DumpDBStats()
1040 uint64_t interval_wal_bytes = wal_bytes - db_stats_snapshot_.wal_bytes; in DumpDBStats()
1067 db_stats_snapshot_.wal_bytes = wal_bytes; in DumpDBStats()
Dinternal_stats.h476 uint64_t wal_bytes; // Bytes written to WAL member
494 wal_bytes(0), in DBStatsSnapshot()
505 wal_bytes = 0; in Clear()