- Usage:
-
LATENCY HISTORY event
- Complexity:
- O(1)
- Since:
- 2.8.13
- ACL Categories:
- @admin, @dangerous, @slow
active-defrag-cycleaof-fsync-alwaysaof-stataof-rewrite-diff-writeaof-renameaof-writeaof-write-active-childaof-write-aloneaof-write-pending-fsynccommandexpire-cycleeviction-cycleeviction-delfast-commandforkrdb-unlink-temp-file
The LATENCY HISTORY command returns the raw data of the event's latency spikes time series.
This is useful to an application that wants to fetch raw data in order to perform monitoring, display graphs, and so forth.
The command will return up to 160 timestamp-latency pairs for the event.
Valid values for event are:
Examples
127.0.0.1:6379> latency history command
1) 1) (integer) 1405067822
2) (integer) 251
2) 1) (integer) 1405067941
2) (integer) 1001
For more information refer to the Latency Monitoring Framework page.
RESP2/RESP3 Reply
Array reply: an array where each element is a two elements array representing the timestamp and the latency of the event.