15 Commits

Author SHA1 Message Date
antirez
95d880a7bf LATENCY DOCTOR first implementation complete. 2014-07-09 20:01:44 +02:00
antirez
2e581217d9 Fix analyzeLatencyForEvent() MAD computation. 2014-07-09 20:01:41 +02:00
antirez
121a9a3579 LATENCY DOCTOR: initial draft and events summary output. 2014-07-09 20:01:37 +02:00
antirez
3dd113bf33 Latency: low level time series analysis implemented. 2014-07-09 20:01:33 +02:00
antirez
3e8f5113fa LATENCY SAMPLES renamed LATENCY HISTORY. 2014-07-09 20:01:30 +02:00
antirez
c145854bac LATENCY RESET implemented. 2014-07-09 20:01:27 +02:00
antirez
07b4d33734 Cast void* to char* to avoid waring in latencyCommand(). 2014-07-09 19:58:06 +02:00
antirez
58fb90fdac Properly initialize min/max in latency.c. 2014-07-09 19:57:59 +02:00
antirez
8cc912db43 LATENCY GRAPH: filling under the curve is more readable. 2014-07-09 19:57:42 +02:00
antirez
e905588062 LATENCY GRAPH implemented. 2014-07-09 19:57:37 +02:00
antirez
d20d89e630 LATENCY LATEST: add the max field. 2014-07-09 19:57:22 +02:00
antirez
855c97ce1b Latency monitor: don't add new samples in the same second.
Instead we update the old sample with the new latency if it is greater.
2014-07-09 19:56:35 +02:00
antirez
3cb03b68a4 LATENCY LATEST implemented. 2014-07-09 19:56:30 +02:00
antirez
a57eb3272d LATENCY SAMPLES implemented. 2014-07-09 19:03:59 +02:00
antirez
58ecc0bd68 Latency monitor: basic samples collection. 2014-07-09 18:57:57 +02:00