class

Jane::CPUCheck

Inherits Reference < Object

Constructors

from_toml(data : TOML::Any) : CPUCheck
Source
new(usage : Array(Jane::Threshold), iowait : Array(Jane::Threshold), loadavg : Nil | Array(Float64), tags : Array(String) = [] of String)
Source

Instance methods

iowait
Source
iowait=(iowait : Array(Threshold))
Source
loadavg
Source
loadavg=(loadavg : Array(Float64) | Nil)
Source
tags
Source
tags=(tags : Array(String))
Source
usage
Source
usage=(usage : Array(Threshold))
Source