Data Accelerator Offload
Loading...
Searching...
No Matches
Data Fields
dao_blkdev_stats_t Struct Reference

#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
 

Detailed Description

Stats structure of a block device

Definition at line 21 of file dao_blk_dev.h.

Field Documentation

◆ read_ops

uint64_t read_ops

Number of read operations on the block device

Definition at line 23 of file dao_blk_dev.h.

◆ write_ops

uint64_t write_ops

Number of write operations on the block device

Definition at line 25 of file dao_blk_dev.h.

◆ bytes_read

uint64_t bytes_read

Number of bytes read from the block device

Definition at line 27 of file dao_blk_dev.h.

◆ bytes_written

uint64_t bytes_written

Number of bytes written on the block device

Definition at line 29 of file dao_blk_dev.h.

◆ flush_ops

uint64_t flush_ops

Number of flush operations on the block device

Definition at line 31 of file dao_blk_dev.h.

◆ reset_ops

uint64_t reset_ops

Number of reset operations on the block device

Definition at line 33 of file dao_blk_dev.h.

◆ unmap_ops

uint64_t unmap_ops

Number of unmap operations on the block device

Definition at line 35 of file dao_blk_dev.h.

◆ write_zeroes_ops

uint64_t write_zeroes_ops

Number of write zeroes operations on the block device

Definition at line 37 of file dao_blk_dev.h.


The documentation for this struct was generated from the following file: