summaryrefslogtreecommitdiff
path: root/src/latency.c
Commit message (Expand)AuthorAgeFilesLines
* Add basic eventloop latency measurement. (#11963)Chen Tianjie2023-05-121-0/+11
* Misuse of bool in redis (#12077)YaacovHazan2023-04-201-0/+1
* Add warning for suspected slow system clocksource setting (#10636)yoav-steinberg2022-05-221-33/+0
* sub-command support for ACL CAT and COMMAND LIST. redisCommand always stores ...Binbin2022-01-231-21/+19
* show subcommands latencystats (#10103)zhaozhao.zz2022-01-171-12/+33
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-0/+83
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-1/+1
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-4/+4
* Cleanup: sentinel config, latency extra time() (#8810)Huang Zhw2021-05-091-1/+1
* Changes http to https in texts (#8495)cheese12021-03-101-2/+2
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-10/+14
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-1/+2
* Disable THP if enabled (#7381)zhenwei pi2020-10-271-0/+16
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-6/+6
* Check that THP is not set to always (madvise is ok) (#4001)Jan-Erik Rediger2020-09-091-1/+1
* Fix command help for unexpected options (#7476)WuYunlong2020-07-151-1/+1
* fix comments in latency.cfengpf2020-03-121-1/+1
* Module API for LatencyAddSampleOran Agra2019-10-241-1/+1
* RESP3: Use verbatim in LATENCY subcommands.antirez2019-09-181-2/+2
* RESP3: latency.c updated.antirez2019-01-091-6/+6
* Adds HELP to LATENCYItamar Haber2018-11-021-2/+14
* Revise the comments of latency command.dejun.xdj2018-08-221-1/+2
* Fix config set slowlog-log-slower-than and condition in createLatencyReportWuYunlong2018-07-131-1/+1
* Fix typoJack Drogon2018-07-031-1/+1
* getting rid of duplicated codecharsyam2018-02-141-2/+2
* fix to latency monitor reporting wrong max latencyOran Agra2018-02-131-0/+1
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-201-1/+1
* zmalloc: zmalloc_get_smap_bytes_by_field() modified to work for any PID.antirez2016-09-191-1/+1
* RDMF: More consistent define names.antirez2015-07-271-1/+1
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-3/+3
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Fix iterator for issue #2438.antirez2015-03-041-1/+1
* Separate latency monitoring of eviction loop and eviction DELs.antirez2015-02-111-1/+11
* Merge pull request #2197 from sunheehnus/sparklineSalvatore Sanfilippo2014-12-091-3/+1
|\
| * sparkline.c: mov label-ini into the AddSample FunctionSun He2014-12-081-3/+1
* | Fix non-linux builds error introduced with THP checks.antirez2014-11-141-1/+1
* | THP detection for LATENCY DOCTOR.antirez2014-11-121-2/+13
* | THP detection / reporting functions added.antirez2014-11-121-0/+26
|/
* Remove warnings and improve integer sign correctness.antirez2014-08-131-0/+1
* Fix typo in LATENCY DOCTOR output.antirez2014-07-111-1/+1
* LATENCY HISTORY returns empty array if no data is available.antirez2014-07-101-2/+5
* Fixed a few missing newline in createLatencyReport().latencyantirez2014-07-091-2/+2
* createLatencyReport(): compile before commit avoids commits.antirez2014-07-081-1/+1
* createLatencyReport(), fix mount option name.antirez2014-07-081-1/+1
* createLatencyReport(): initialize all advices to zero.antirez2014-07-081-3/+3
* LATENCY DOCTOR first implementation complete.antirez2014-07-081-6/+181
* Fix analyzeLatencyForEvent() MAD computation.antirez2014-07-081-3/+3
* LATENCY DOCTOR: initial draft and events summary output.antirez2014-07-081-1/+82
* Latency: low level time series analysis implemented.antirez2014-07-071-0/+50
* LATENCY SAMPLES renamed LATENCY HISTORY.antirez2014-07-071-2/+2