Searched refs:stat_aof_cow_bytes (Results 1 – 3 of 3) sorted by relevance
82 server.stat_aof_cow_bytes = server.child_info_data.cow_size; in receiveChildInfo()
2119 server.stat_aof_cow_bytes = 0; in initServer()3381 server.stat_aof_cow_bytes); in genRedisInfoString()
1033 size_t stat_aof_cow_bytes; /* Copy on write bytes during AOF rewrite. */ member