antirez
|
6382936ebc
|
Fix typo in LATENCY DOCTOR output.
|
2014-07-11 10:57:28 +02:00 |
|
antirez
|
0dcc754f68
|
LATENCY HISTORY returns empty array if no data is available.
Previously we returned an error.
|
2014-07-10 16:20:40 +02:00 |
|
antirez
|
067e365042
|
Fixed a few missing newline in createLatencyReport().
|
2014-07-09 16:45:40 +02:00 |
|
antirez
|
fda2b30346
|
createLatencyReport(): compile before commit avoids commits.
|
2014-07-08 17:17:08 +02:00 |
|
antirez
|
924dc9731f
|
createLatencyReport(), fix mount option name.
|
2014-07-08 17:12:21 +02:00 |
|
antirez
|
51e01c0450
|
createLatencyReport(): initialize all advices to zero.
|
2014-07-08 17:11:56 +02:00 |
|
antirez
|
7fb90a670e
|
LATENCY DOCTOR first implementation complete.
|
2014-07-08 17:05:56 +02:00 |
|
antirez
|
57e931debc
|
Fix analyzeLatencyForEvent() MAD computation.
|
2014-07-08 12:56:45 +02:00 |
|
antirez
|
2a232dfa9a
|
LATENCY DOCTOR: initial draft and events summary output.
|
2014-07-08 11:31:46 +02:00 |
|
antirez
|
19853db892
|
Latency: low level time series analysis implemented.
|
2014-07-07 15:00:01 +02:00 |
|
antirez
|
b2604dc58c
|
LATENCY SAMPLES renamed LATENCY HISTORY.
|
2014-07-07 12:35:24 +02:00 |
|
antirez
|
f8934657b2
|
LATENCY RESET implemented.
|
2014-07-07 12:34:54 +02:00 |
|
antirez
|
1f665d6e82
|
Cast void* to char* to avoid waring in latencyCommand().
|
2014-07-02 16:56:08 +02:00 |
|
antirez
|
e3c0125b70
|
Properly initialize min/max in latency.c.
|
2014-07-02 16:55:34 +02:00 |
|
antirez
|
a53c734094
|
LATENCY GRAPH: filling under the curve is more readable.
|
2014-07-02 16:37:53 +02:00 |
|
antirez
|
aa16f87b87
|
LATENCY GRAPH implemented.
|
2014-07-02 16:31:22 +02:00 |
|
antirez
|
1766d91697
|
LATENCY LATEST: add the max field.
|
2014-07-02 12:40:38 +02:00 |
|
antirez
|
f35abe2ff5
|
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-01 17:12:09 +02:00 |
|
antirez
|
83beaa886c
|
LATENCY LATEST implemented.
|
2014-07-01 16:17:33 +02:00 |
|
antirez
|
551bee86b4
|
LATENCY SAMPLES implemented.
|
2014-07-01 16:07:13 +02:00 |
|
antirez
|
d7a07a2012
|
Latency monitor: basic samples collection.
|
2014-07-01 11:30:15 +02:00 |
|