Enum rocks::statistics::Histograms [] [src]

#[repr(u32)]
pub enum Histograms { DbGet, DbWrite, CompactionTime, SubcompactionSetupTime, TableSyncMicros, CompactionOutfileSyncMicros, WalFileSyncMicros, ManifestFileSyncMicros, TableOpenIoMicros, DbMultiget, ReadBlockCompactionMicros, ReadBlockGetMicros, WriteRawBlockMicros, StallL0SlowdownCount, StallMemtableCompactionCount, StallL0NumFilesCount, HardRateLimitDelayCount, SoftRateLimitDelayCount, NumFilesInSingleCompaction, DbSeek, WriteStall, SstReadMicros, NumSubcompactionsScheduled, BytesPerRead, BytesPerWrite, BytesPerMultiget, BytesCompressed, BytesDecompressed, CompressionTimesNanos, DecompressionTimesNanos, }

Histogram statistics

Variants

TIME SPENT IN IO DURING TABLE OPEN

The number of subcompactions actually scheduled during a compaction

Value size distribution in each operation

number of bytes compressed/decompressed number of bytes is when uncompressed; i.e. before/after respectively

Trait Implementations

impl Debug for Histograms
[src]

Formats the value using the given formatter.

impl Copy for Histograms
[src]

impl Clone for Histograms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Histograms
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Histograms
[src]

impl Hash for Histograms
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for Histograms
[src]

Formats the value using the given formatter. Read more