pub enum LatencyHistoryEvent {
Show 16 variants
ActiveDefragCycle,
AofFsyncAlways,
AofStat,
AofRewriteDiffWrite,
AofRename,
AofWrite,
AofWriteActiveChild,
AofWriteAlone,
AofWritePendingFsync,
Command,
ExpireCycle,
EvictionCycle,
EvictionDel,
FastCommand,
Fork,
RdbUnlinkTempFile,
}
Expand description
Latency history event for the latency_graph
& latency_history
commands.
Variants§
ActiveDefragCycle
AofFsyncAlways
AofStat
AofRewriteDiffWrite
AofRename
AofWrite
AofWriteActiveChild
AofWriteAlone
AofWritePendingFsync
Command
ExpireCycle
EvictionCycle
EvictionDel
FastCommand
Fork
RdbUnlinkTempFile
Trait Implementations§
Source§impl From<LatencyHistoryEvent> for CommandArg
impl From<LatencyHistoryEvent> for CommandArg
Source§fn from(e: LatencyHistoryEvent) -> Self
fn from(e: LatencyHistoryEvent) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LatencyHistoryEvent
impl RefUnwindSafe for LatencyHistoryEvent
impl Send for LatencyHistoryEvent
impl Sync for LatencyHistoryEvent
impl Unpin for LatencyHistoryEvent
impl UnwindSafe for LatencyHistoryEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more