index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
latency.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Module API for LatencyAddSample
Oran Agra
2019-10-24
1
-1
/
+1
*
RESP3: Use verbatim in LATENCY subcommands.
antirez
2019-09-18
1
-2
/
+2
*
RESP3: latency.c updated.
antirez
2019-01-09
1
-6
/
+6
*
Adds HELP to LATENCY
Itamar Haber
2018-11-02
1
-2
/
+14
*
Revise the comments of latency command.
dejun.xdj
2018-08-22
1
-1
/
+2
*
Fix config set slowlog-log-slower-than and condition in createLatencyReport
WuYunlong
2018-07-13
1
-1
/
+1
*
Fix typo
Jack Drogon
2018-07-03
1
-1
/
+1
*
getting rid of duplicated code
charsyam
2018-02-14
1
-2
/
+2
*
fix to latency monitor reporting wrong max latency
Oran Agra
2018-02-13
1
-0
/
+1
*
Use SipHash hash function to mitigate HashDos attempts.
antirez
2017-02-20
1
-1
/
+1
*
zmalloc: zmalloc_get_smap_bytes_by_field() modified to work for any PID.
antirez
2016-09-19
1
-1
/
+1
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-1
/
+1
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-3
/
+3
*
RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.
antirez
2015-07-26
1
-1
/
+1
*
Fix iterator for issue #2438.
antirez
2015-03-04
1
-1
/
+1
*
Separate latency monitoring of eviction loop and eviction DELs.
antirez
2015-02-11
1
-1
/
+11
*
Merge pull request #2197 from sunheehnus/sparkline
Salvatore Sanfilippo
2014-12-09
1
-3
/
+1
|
\
|
*
sparkline.c: mov label-ini into the AddSample Function
Sun He
2014-12-08
1
-3
/
+1
*
|
Fix non-linux builds error introduced with THP checks.
antirez
2014-11-14
1
-1
/
+1
*
|
THP detection for LATENCY DOCTOR.
antirez
2014-11-12
1
-2
/
+13
*
|
THP detection / reporting functions added.
antirez
2014-11-12
1
-0
/
+26
|
/
*
Remove warnings and improve integer sign correctness.
antirez
2014-08-13
1
-0
/
+1
*
Fix typo in LATENCY DOCTOR output.
antirez
2014-07-11
1
-1
/
+1
*
LATENCY HISTORY returns empty array if no data is available.
antirez
2014-07-10
1
-2
/
+5
*
Fixed a few missing newline in createLatencyReport().
latency
antirez
2014-07-09
1
-2
/
+2
*
createLatencyReport(): compile before commit avoids commits.
antirez
2014-07-08
1
-1
/
+1
*
createLatencyReport(), fix mount option name.
antirez
2014-07-08
1
-1
/
+1
*
createLatencyReport(): initialize all advices to zero.
antirez
2014-07-08
1
-3
/
+3
*
LATENCY DOCTOR first implementation complete.
antirez
2014-07-08
1
-6
/
+181
*
Fix analyzeLatencyForEvent() MAD computation.
antirez
2014-07-08
1
-3
/
+3
*
LATENCY DOCTOR: initial draft and events summary output.
antirez
2014-07-08
1
-1
/
+82
*
Latency: low level time series analysis implemented.
antirez
2014-07-07
1
-0
/
+50
*
LATENCY SAMPLES renamed LATENCY HISTORY.
antirez
2014-07-07
1
-2
/
+2
*
LATENCY RESET implemented.
antirez
2014-07-07
1
-4
/
+39
*
Cast void* to char* to avoid waring in latencyCommand().
antirez
2014-07-02
1
-1
/
+1
*
Properly initialize min/max in latency.c.
antirez
2014-07-02
1
-1
/
+1
*
LATENCY GRAPH: filling under the curve is more readable.
antirez
2014-07-02
1
-1
/
+1
*
LATENCY GRAPH implemented.
antirez
2014-07-02
1
-1
/
+61
*
LATENCY LATEST: add the max field.
antirez
2014-07-02
1
-1
/
+2
*
Latency monitor: don't add new samples in the same second.
antirez
2014-07-01
1
-0
/
+11
*
LATENCY LATEST implemented.
antirez
2014-07-01
1
-0
/
+24
*
LATENCY SAMPLES implemented.
antirez
2014-07-01
1
-0
/
+44
*
Latency monitor: basic samples collection.
antirez
2014-07-01
1
-0
/
+93