Class: Remon::Metrics::System::CpuStat

Inherits:
Struct
  • Object
show all
Defined in:
lib/remon/metrics/system.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idleObject

Returns the value of attribute idle

Returns:

  • (Object)

    the current value of idle



8
9
10
# File 'lib/remon/metrics/system.rb', line 8

def idle
  @idle
end

#iowaitObject

Returns the value of attribute iowait

Returns:

  • (Object)

    the current value of iowait



8
9
10
# File 'lib/remon/metrics/system.rb', line 8

def iowait
  @iowait
end

#usedObject

Returns the value of attribute used

Returns:

  • (Object)

    the current value of used



8
9
10
# File 'lib/remon/metrics/system.rb', line 8

def used
  @used
end