Searched refs:process_rss (Results 1 – 3 of 3) sorted by relevance
962 (float)server.cron_malloc_stats.process_rss / server.cron_malloc_stats.zmalloc_used; in getMemoryOverheadData()964 server.cron_malloc_stats.process_rss - server.cron_malloc_stats.zmalloc_used; in getMemoryOverheadData()974 (float)server.cron_malloc_stats.process_rss / server.cron_malloc_stats.allocator_resident; in getMemoryOverheadData()976 server.cron_malloc_stats.process_rss - server.cron_malloc_stats.allocator_resident; in getMemoryOverheadData()
1154 server.cron_malloc_stats.process_rss = zmalloc_get_rss(); in serverCron()1170 … server.cron_malloc_stats.allocator_resident = server.cron_malloc_stats.process_rss - lua_memory; in serverCron()2121 server.cron_malloc_stats.process_rss = 0; in initServer()3253 bytesToHuman(used_memory_rss_hmem,server.cron_malloc_stats.process_rss); in genRedisInfoString()3301 server.cron_malloc_stats.process_rss, in genRedisInfoString()
910 size_t process_rss; member