Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h178 #define STATS_METRIC_SAMPLES 16 /* Number of samples per metric. */ macro
1039 long long samples[STATS_METRIC_SAMPLES];
H A Dserver.c801 server.inst_metric[metric].idx %= STATS_METRIC_SAMPLES; in trackInstantaneousMetric()
811 for (j = 0; j < STATS_METRIC_SAMPLES; j++) in getInstantaneousMetric()
813 return sum / STATS_METRIC_SAMPLES; in getInstantaneousMetric()