struct Psutil::Stats::DiskUsageStat

Defined in:

stats/disk_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def free : UInt64 #

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

[View source]
def fstype : String #

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

[View source]
def inodes_free : UInt64 #

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

[View source]
def inodes_total : UInt64 #

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

[View source]
def inodes_used : UInt64 #

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

[View source]
def inodes_used_percent : Float64 #

[View source]
def inodes_used_percent=(inodes_used_percent : Float64) #

[View source]
def path : String #

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

[View source]
def total : UInt64 #

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

[View source]
def used : UInt64 #

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

[View source]
def used_percent : Float64 #

[View source]
def used_percent=(used_percent : Float64) #

[View source]