Commit History

Author SHA1 Message Date
  antirez 067e365042 Fixed a few missing newline in createLatencyReport(). 10 years ago
  antirez fda2b30346 createLatencyReport(): compile before commit avoids commits. 10 years ago
  antirez 924dc9731f createLatencyReport(), fix mount option name. 10 years ago
  antirez 51e01c0450 createLatencyReport(): initialize all advices to zero. 10 years ago
  antirez 7fb90a670e LATENCY DOCTOR first implementation complete. 10 years ago
  antirez 57e931debc Fix analyzeLatencyForEvent() MAD computation. 10 years ago
  antirez 2a232dfa9a LATENCY DOCTOR: initial draft and events summary output. 10 years ago
  antirez 19853db892 Latency: low level time series analysis implemented. 10 years ago
  antirez b2604dc58c LATENCY SAMPLES renamed LATENCY HISTORY. 10 years ago
  antirez f8934657b2 LATENCY RESET implemented. 10 years ago
  antirez 2de5bab368 Better "final read from parent" algorithm in rewriteAppendOnlyFile*(. 10 years ago
  antirez 895409ca78 Log AOF diff sizes in MBs instead of bytes. 10 years ago
  antirez 93cd75bbe0 aofChildWriteDiffData() better handling of free blocks. 10 years ago
  antirez ac33c049c6 redis-benchmark: abort when all clients are disconnected. 10 years ago
  antirez 20a0959964 Fine tuning of aofReadDiffFromParent() calls trigger. 10 years ago
  antirez cc24447a1a Use amount of I/O not ops to trigger aofReadDiffFromParent(). 10 years ago
  antirez 62f9d34c56 aofChildWriteDiffData(): write as much as possible. 10 years ago
  antirez 30c42f12b0 Handle write failure in AOF parent -> child ACK. 10 years ago
  antirez 75ef41058d Use a timeout when reading parent ack from AOF child. 10 years ago
  antirez 2fa9fb647f Send AOF diffs from parent to child to improve latency. 10 years ago
  antirez 57852ff207 Use fsync instead of aof_fsync in final AOF sync. 10 years ago
  antirez a99766fda1 Fixed conditional for aof-write-pending-fsync latency event selection. 10 years ago
  antirez f0f9d583ad Dependencies updated. 10 years ago
  antirez 1f665d6e82 Cast void* to char* to avoid waring in latencyCommand(). 10 years ago
  antirez e3c0125b70 Properly initialize min/max in latency.c. 10 years ago
  antirez a887af34e1 latencyStartMonitor() modified to avoid warnings. 10 years ago
  antirez 53ae687d59 Latency monitor: specialize delayed aof writes events. 10 years ago
  antirez a53c734094 LATENCY GRAPH: filling under the curve is more readable. 10 years ago
  antirez aa16f87b87 LATENCY GRAPH implemented. 10 years ago
  antirez 6f20482a86 latencyTimeSeries structure max field type fixed. 10 years ago