Searched refs:frag_pct (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | defrag.c | 872 float frag_pct = ((float)active / allocated)*100 - 100; in getAllocatorFragmentation() local 880 allocated, active, resident, frag_pct, rss_pct, frag_bytes, rss_bytes); in getAllocatorFragmentation() 881 return frag_pct; in getAllocatorFragmentation() 999 float frag_pct = getAllocatorFragmentation(&frag_bytes); in computeDefragCycles() local 1002 …if(frag_pct < server.active_defrag_threshold_lower || frag_bytes < server.active_defrag_ignore_byt… in computeDefragCycles() 1007 int cpu_pct = INTERPOLATE(frag_pct, in computeDefragCycles() 1023 frag_pct, frag_bytes, cpu_pct); in computeDefragCycles() 1076 float frag_pct = getAllocatorFragmentation(&frag_bytes); in activeDefragCycle() local 1079 …now - start_scan)/1000), (int)(server.stat_active_defrag_hits - start_stat), frag_pct, frag_bytes); in activeDefragCycle()
|