Searched refs:wal_bytes (Results 1 – 2 of 2) sorted by relevance
974 uint64_t wal_bytes = GetDBStats(InternalStats::kIntStatsWalFileBytes); in DumpDBStats() local1008 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()
476 uint64_t wal_bytes; // Bytes written to WAL member494 wal_bytes(0), in DBStatsSnapshot()505 wal_bytes = 0; in Clear()