struct Psutil::Stats::DiskIOCountersStat

Defined in:

stats/disk_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def io_time : UInt64 #

[View source]
def io_time=(io_time : UInt64) #

[View source]
def iops_in_progress : UInt64 #

[View source]
def iops_in_progress=(iops_in_progress : UInt64) #

[View source]
def merge_read_count : UInt64 #

[View source]
def merge_read_count=(merge_read_count : UInt64) #

[View source]
def merge_write_count : UInt64 #

[View source]
def merge_write_count=(merge_write_count : UInt64) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def read_bytes : UInt64 #

[View source]
def read_bytes=(read_bytes : UInt64) #

[View source]
def read_count : UInt64 #

[View source]
def read_count=(read_count : UInt64) #

[View source]
def read_time : UInt64 #

[View source]
def read_time=(read_time : UInt64) #

[View source]
def serial_number : String #

[View source]
def serial_number=(serial_number : String) #

[View source]
def weighted_io : UInt64 #

[View source]
def weighted_io=(weighted_io : UInt64) #

[View source]
def write_bytes : UInt64 #

[View source]
def write_bytes=(write_bytes : UInt64) #

[View source]
def write_count : UInt64 #

[View source]
def write_count=(write_count : UInt64) #

[View source]
def write_time : UInt64 #

[View source]
def write_time=(write_time : UInt64) #

[View source]