struct Psutil::Stats::HostInfoStat

Defined in:

stats/host_stats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def arch : String #

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

[View source]
def boot_time : UInt64 #

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

[View source]
def host_id : String #

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

[View source]
def hostname : String #

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

[View source]
def kernel_version : String #

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

[View source]
def os : String #

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

[View source]
def platform : String #

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

[View source]
def platform_version : String #

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

[View source]
def procs : UInt64 #

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

[View source]
def uptime : UInt64 #

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

[View source]