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 21 of file dao_blk_dev.h.
uint64_t read_ops |
Number of read operations on the block device
Definition at line 23 of file dao_blk_dev.h.
uint64_t write_ops |
Number of write operations on the block device
Definition at line 25 of file dao_blk_dev.h.
uint64_t bytes_read |
Number of bytes read from the block device
Definition at line 27 of file dao_blk_dev.h.
uint64_t bytes_written |
Number of bytes written on the block device
Definition at line 29 of file dao_blk_dev.h.
uint64_t flush_ops |
Number of flush operations on the block device
Definition at line 31 of file dao_blk_dev.h.
uint64_t reset_ops |
Number of reset operations on the block device
Definition at line 33 of file dao_blk_dev.h.
uint64_t unmap_ops |
Number of unmap operations on the block device
Definition at line 35 of file dao_blk_dev.h.
uint64_t write_zeroes_ops |
Number of write zeroes operations on the block device
Definition at line 37 of file dao_blk_dev.h.