History log of /redis-3.2.3/src/latency.c (Results 1 – 25 of 31)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 8.0-m02, 6.2.16, 7.2.6, 7.4.1, 8.0-m01, 7.4.0, 7.4-rc2, 7.4-rc1, 7.2.5, 7.2.4, 7.0.15, 7.2.3, 7.2.2, 7.0.14, 6.2.14, 6.2.15, 7.2.1, 7.0.13, 7.2.0, 7.2-rc3, 7.0.12, 6.2.13, 6.0.20, 7.2-rc2, 6.0.19, 6.2.12, 7.0.11, 7.2-rc1, 7.0.10, 7.0.9, 6.2.11, 6.0.18, 6.2.10, 6.0.17, 6.2.9, 7.0.8, 7.0.7, 7.0.6, 6.2.8, 7.0.5, 7.0.4, 7.0.3, 7.0.2, 7.0.1, 7.0.0, 6.2.7, 7.0-rc3, 7.0-rc2, 7.0-rc1, 6.2.6, 6.0.16, 5.0.14, 5.0.13, 6.0.15, 6.2.5, 6.0.14, 6.2.4, 6.2.3, 6.0.13, 6.2.2, 6.2.1, 6.0.12, 5.0.12, 6.0.11, 6.2.0, 5.0.11, 6.2-rc3, 6.0.10, 6.2-rc2, 6.2-rc1, 6.0.9, 5.0.10, 6.0.8, 6.0.7, 6.0.6, 6.0.5, 6.0.4, 6.0.3, 6.0.2, 6.0.1, 6.0.0, 5.0.9, 6.0-rc4, 6.0-rc3, 5.0.8, 6.0-rc2, 6.0-rc1, 5.0.7, 5.0.6, 5.0.5, 3.2.13, 4.0.14, 5.0.4, 4.0.13, 5.0.3, 4.0.12, 5.0.2, 5.0.1, 5.0.0, 5.0-rc6, 5.0-rc5, 4.0.11, 5.0-rc4, 5.0-rc3, 5.0-rc2, 4.0.10, 3.2.12, 5.0-rc1, 4.0.9, 4.0.8, 4.0.7, 4.0.6, 4.0.5, 4.0.4, 4.0.3, 3.2.11, 4.0.2, 3.2.10, 4.0.1, 4.0.0, 3.2.9, 4.0-rc3, 3.2.8, 3.2.7, 3.2.6, 4.0-rc2, 4.0-rc1, 3.2.5, 3.2.4, 3.2.3, 3.2.2, 3.2.1, 3.2.0, 3.2.0-rc3, 3.0.7, 3.2.0-rc2, 3.2-rc1, 3.0.6, 2.8.24, 3.0.5, 2.8.23, 2.8.22, 3.0.4
# 32f80e2f 27-Jul-2015 antirez <[email protected]>

RDMF: More consistent define names.


# 554bd0e7 26-Jul-2015 antirez <[email protected]>

RDMF: use client instead of redisClient, like Disque.


# cef054e8 26-Jul-2015 antirez <[email protected]>

RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.


Revision tags: 3.0.3, 3.0.2, 2.8.21, 2.8.20, 3.0.1, 3.0.0, 3.0.0-rc6, 3.0.0-rc5
# 509a6cc1 04-Mar-2015 antirez <[email protected]>

Fix iterator for issue #2438.

Itereator misuse due to analyzeLatencyForEvent() accessing the
dictionary during the iteration, without the iterator being
reclared as safe.


Revision tags: 3.0.0-rc4
# 585d1a60 09-Feb-2015 antirez <[email protected]>

Separate latency monitoring of eviction loop and eviction DELs.


Revision tags: 3.0.0-rc3, 3.0.0-rc2, 2.8.19
# c87a3766 08-Dec-2014 Sun He <[email protected]>

sparkline.c: mov label-ini into the AddSample Function


Revision tags: 2.8.18
# 62090669 14-Nov-2014 antirez <[email protected]>

Fix non-linux builds error introduced with THP checks.


# 7ea331d6 12-Nov-2014 antirez <[email protected]>

THP detection for LATENCY DOCTOR.


# 3ef0876b 12-Nov-2014 antirez <[email protected]>

THP detection / reporting functions added.


Revision tags: 3.0.0-rc1, 2.8.17, 2.8.16, 2.8.15, 2.8.14
# edca2b14 13-Aug-2014 antirez <[email protected]>

Remove warnings and improve integer sign correctness.


Revision tags: 3.0.0-beta8, 2.8.13
# 6382936e 11-Jul-2014 antirez <[email protected]>

Fix typo in LATENCY DOCTOR output.


# 0dcc754f 10-Jul-2014 antirez <[email protected]>

LATENCY HISTORY returns empty array if no data is available.

Previously we returned an error.


# 067e3650 09-Jul-2014 antirez <[email protected]>

Fixed a few missing newline in createLatencyReport().


# fda2b303 08-Jul-2014 antirez <[email protected]>

createLatencyReport(): compile before commit avoids commits.


# 924dc973 08-Jul-2014 antirez <[email protected]>

createLatencyReport(), fix mount option name.


# 51e01c04 08-Jul-2014 antirez <[email protected]>

createLatencyReport(): initialize all advices to zero.


# 7fb90a67 08-Jul-2014 antirez <[email protected]>

LATENCY DOCTOR first implementation complete.


# 57e931de 08-Jul-2014 antirez <[email protected]>

Fix analyzeLatencyForEvent() MAD computation.


# 2a232dfa 08-Jul-2014 antirez <[email protected]>

LATENCY DOCTOR: initial draft and events summary output.


# 19853db8 07-Jul-2014 antirez <[email protected]>

Latency: low level time series analysis implemented.


# b2604dc5 07-Jul-2014 antirez <[email protected]>

LATENCY SAMPLES renamed LATENCY HISTORY.


# f8934657 07-Jul-2014 antirez <[email protected]>

LATENCY RESET implemented.


# 1f665d6e 02-Jul-2014 antirez <[email protected]>

Cast void* to char* to avoid waring in latencyCommand().


# e3c0125b 02-Jul-2014 antirez <[email protected]>

Properly initialize min/max in latency.c.


# a53c7340 02-Jul-2014 antirez <[email protected]>

LATENCY GRAPH: filling under the curve is more readable.


12