summaryrefslogtreecommitdiff
path: root/src/latency.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* LATENCY RESET implemented.antirez2014-07-071-4/+39
* Cast void* to char* to avoid waring in latencyCommand().antirez2014-07-021-1/+1
* Properly initialize min/max in latency.c.antirez2014-07-021-1/+1
* LATENCY GRAPH: filling under the curve is more readable.antirez2014-07-021-1/+1
* LATENCY GRAPH implemented.antirez2014-07-021-1/+61
* LATENCY LATEST: add the max field.antirez2014-07-021-1/+2
* Latency monitor: don't add new samples in the same second.antirez2014-07-011-0/+11
* LATENCY LATEST implemented.antirez2014-07-011-0/+24
* LATENCY SAMPLES implemented.antirez2014-07-011-0/+44
* Latency monitor: basic samples collection.antirez2014-07-011-0/+93