| 
    Data Accelerator Offload
    
   | 
 
#include <dao_blk_dev.h>
Data Fields | |
| uint64_t | read_ops | 
| uint64_t | write_ops | 
| uint64_t | bytes_read | 
| uint64_t | bytes_written | 
| uint64_t | flush_ops | 
| uint64_t | reset_ops | 
| uint64_t | unmap_ops | 
| uint64_t | write_zeroes_ops | 
Stats structure of a block device
Definition at line 22 of file dao_blk_dev.h.
| uint64_t read_ops | 
Number of read operations on the block device
Definition at line 24 of file dao_blk_dev.h.
| uint64_t write_ops | 
Number of write operations on the block device
Definition at line 26 of file dao_blk_dev.h.
| uint64_t bytes_read | 
Number of bytes read from the block device
Definition at line 28 of file dao_blk_dev.h.
| uint64_t bytes_written | 
Number of bytes written on the block device
Definition at line 30 of file dao_blk_dev.h.
| uint64_t flush_ops | 
Number of flush operations on the block device
Definition at line 32 of file dao_blk_dev.h.
| uint64_t reset_ops | 
Number of reset operations on the block device
Definition at line 34 of file dao_blk_dev.h.
| uint64_t unmap_ops | 
Number of unmap operations on the block device
Definition at line 36 of file dao_blk_dev.h.
| uint64_t write_zeroes_ops | 
Number of write zeroes operations on the block device
Definition at line 38 of file dao_blk_dev.h.