Home
last modified time | relevance | path

Searched defs:latencyStats (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlatency.h54 struct latencyStats { struct
55 uint32_t all_time_high; /* Absolute max observed since latest reset. */
56 uint32_t avg; /* Average of current samples. */
57 uint32_t min; /* Min of current samples. */
58 uint32_t max; /* Max of current samples. */
59 uint32_t mad; /* Mean absolute deviation. */
60 uint32_t samples; /* Number of non-zero samples. */
61 time_t period; /* Number of seconds since first event and now. */