summaryrefslogtreecommitdiff
path: root/src/latency.h
Commit message (Expand)AuthorAgeFilesLines
* Add basic eventloop latency measurement. (#11963)Chen Tianjie2023-05-121-0/+16
* Add warning for suspected slow system clocksource setting (#10636)yoav-steinberg2022-05-221-2/+0
* Disable THP if enabled (#7381)zhenwei pi2020-10-271-0/+1
* Module API for LatencyAddSampleOran Agra2019-10-241-1/+1
* Separate latency monitoring of eviction loop and eviction DELs.antirez2015-02-111-0/+4
* Check THP support at startup and warn about it.antirez2014-11-121-0/+1
* LATENCY DOCTOR: initial draft and events summary output.antirez2014-07-081-0/+1
* Latency: low level time series analysis implemented.antirez2014-07-071-0/+10
* latencyStartMonitor() modified to avoid warnings.antirez2014-07-021-0/+2
* latencyTimeSeries structure max field type fixed.antirez2014-07-021-1/+1
* License added to latency.h.antirez2014-07-021-0/+33
* Latency monitor: command duration is in useconds. Convert.antirez2014-07-011-2/+2
* Latency monitor: collect slow commands.antirez2014-07-011-1/+1
* Latency monitor: basic samples collection.antirez2014-07-011-0/+42