antirez
|
65d47452f8
|
Remove warnings and improve integer sign correctness.
|
2014-08-27 10:29:26 +02:00 |
|
antirez
|
c970507478
|
Fix typo in LATENCY DOCTOR output.
|
2014-07-11 10:57:34 +02:00 |
|
antirez
|
e1fd73f634
|
LATENCY HISTORY returns empty array if no data is available.
Previously we returned an error.
|
2014-07-10 16:24:24 +02:00 |
|
antirez
|
1f3c097b1c
|
Fixed a few missing newline in createLatencyReport().
|
2014-07-09 20:02:01 +02:00 |
|
antirez
|
e4db34e97c
|
createLatencyReport(): compile before commit avoids commits.
|
2014-07-09 20:01:57 +02:00 |
|
antirez
|
f9765990b2
|
createLatencyReport(), fix mount option name.
|
2014-07-09 20:01:53 +02:00 |
|
antirez
|
54ca682887
|
createLatencyReport(): initialize all advices to zero.
|
2014-07-09 20:01:48 +02:00 |
|
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 |
|