Struct xfs::ReadWriteStats [] [src]

pub struct ReadWriteStats {
    pub write: u32,
    pub read: u32,
}

Fields

This is the number of write(2) system calls made to files in XFS file systems.

This is the number of read(2) system calls made to files in XFS file systems.