struct Lester::Instance::State

Included Modules

Defined in:

lester/instance/state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def cpu : Cpu | Nil #

[View source]
def disk : Hash(String, Disk) | Nil #

[View source]
def memory : Memory | Nil #

[View source]
def network : Hash(String, Network::State) | Nil #

[View source]
def pid : Int32 | Nil #

[View source]
def processes : Int32 | Nil #

[View source]
def status : Status | Nil #

[View source]
def status_code : Int32 | Nil #

[View source]