延迟历史记录
语法
LATENCY HISTORY event
- 从以下位置开始可用:
- 2.8.13
- 时间复杂度:
- O(1)
- ACL 类别:
-
@admin
,@slow
,@dangerous
,
这LATENCY HISTORY
command 返回event
的延迟峰值时间序列。
这对于想要获取原始数据以执行监控、显示图表等的应用程序非常有用。
该命令将为event
.
的有效值event
是:
active-defrag-cycle
aof-fsync-always
aof-stat
aof-rewrite-diff-write
aof-rename
aof-write
aof-write-active-child
aof-write-alone
aof-write-pending-fsync
command
expire-cycle
eviction-cycle
eviction-del
fast-command
fork
rdb-unlink-temp-file
例子
127.0.0.1:6379> latency history command
1) 1) (integer) 1405067822
2) (integer) 251
2) 1) (integer) 1405067941
2) (integer) 1001
有关更多信息,请参阅 Latency Monitoring Framework 页面。