Open CAS Framework
Open source framework of Cache Acceleration Software
|
Data Fields | |
uint64_t | core_size |
uint64_t | core_size_bytes |
struct { | |
uint32_t flushed | |
uint32_t dirty | |
}; | |
uint32_t | dirty_for |
uint32_t | seq_cutoff_threshold |
ocf_seq_cutoff_policy | seq_cutoff_policy |
struct { ... } |
Fields refers ongoing flush operation
uint64_t core_size |
Core size in cache line size unit
uint64_t core_size_bytes |
Core size in bytes unit
uint32_t dirty |
Number of blocks left to flush in ongoing flush operation
uint32_t dirty_for |
How long core is dirty in seconds unit
uint32_t flushed |
Number of blocks flushed in ongoing flush operation
ocf_seq_cutoff_policy seq_cutoff_policy |
Sequential cutoff policy
uint32_t seq_cutoff_threshold |
Sequential cutoff threshold (in bytes)