延迟重置

语法
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

有关更多信息,请参阅 Latency Monitoring Framework 页面

RESP2/RESP3 回复

Integer reply:重置的事件时间序列的数量。
为本页评分
返回顶部 ↑