Struct xfs::ReadWriteStats
[−]
[src]
pub struct ReadWriteStats {
pub write: u32,
pub read: u32,
}Fields
write | This is the number of write(2) system calls made to files in XFS file systems. |
read | This is the number of read(2) system calls made to files in XFS file systems. |