BlockDev.LVMCacheStats¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
block_size |
r/w |
block size used by the cache |
|
cache_size |
r/w |
size of the cache |
|
cache_used |
r/w |
size of the used space in the cache |
|
md_block_size |
r/w |
block size used for cache metadata |
|
md_size |
r/w |
size of the metadata space of the cache |
|
md_used |
r/w |
size of the used metadata space in the cache |
|
mode |
r/w |
mode the cache is operating in |
|
read_hits |
r/w |
number of read hits |
|
read_misses |
r/w |
number of read misses |
|
write_hits |
r/w |
number of write hits |
|
write_misses |
r/w |
number of write misses |
Methods¶
None
Details¶
- class BlockDev.LVMCacheStats¶