struct Psutil::Stats::DiskIOCountersStat
- Psutil::Stats::DiskIOCountersStat
- Struct
- Value
- Object
Defined in:
stats/disk_stats.crConstructors
Instance Method Summary
- #io_time : UInt64
- #io_time=(io_time : UInt64)
- #iops_in_progress : UInt64
- #iops_in_progress=(iops_in_progress : UInt64)
- #merge_read_count : UInt64
- #merge_read_count=(merge_read_count : UInt64)
- #merge_write_count : UInt64
- #merge_write_count=(merge_write_count : UInt64)
- #name : String
- #name=(name : String)
- #read_bytes : UInt64
- #read_bytes=(read_bytes : UInt64)
- #read_count : UInt64
- #read_count=(read_count : UInt64)
- #read_time : UInt64
- #read_time=(read_time : UInt64)
- #serial_number : String
- #serial_number=(serial_number : String)
- #weighted_io : UInt64
- #weighted_io=(weighted_io : UInt64)
- #write_bytes : UInt64
- #write_bytes=(write_bytes : UInt64)
- #write_count : UInt64
- #write_count=(write_count : UInt64)
- #write_time : UInt64
- #write_time=(write_time : UInt64)