BlockDev.LVMCacheStats

Fields

Name

Type

Access

Description

block_size

int

r/w

block size used by the cache

cache_size

int

r/w

size of the cache

cache_used

int

r/w

size of the used space in the cache

md_block_size

int

r/w

block size used for cache metadata

md_size

int

r/w

size of the metadata space of the cache

md_used

int

r/w

size of the used metadata space in the cache

mode

BlockDev.LVMCacheMode

r/w

mode the cache is operating in

read_hits

int

r/w

number of read hits

read_misses

int

r/w

number of read misses

write_hits

int

r/w

number of write hits

write_misses

int

r/w

number of write misses

Methods

None

Details

class BlockDev.LVMCacheStats