LATENCY RESET
语法
LATENCY RESET [event [event ...]]
- 可用版本
- 2.8.13
- 时间复杂度
- O(1)
- ACL 类别
-
@admin
,@slow
,@dangerous
,
LATENCY RESET
命令会重置所有或部分事件的延迟峰值时间序列。
当命令在没有参数的情况下被调用时,它会重置所有事件,丢弃当前记录的延迟峰值事件,并重置最大事件时间寄存器。
可以通过提供 `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
更多信息请参考 延迟监控框架页面。