Class: Rfc::CpuTimeAverager::Sample

Inherits:
Struct
  • Object
show all
Defined in:
lib/rfc/cpu_time_averager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#guestObject

Returns the value of attribute guest



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def guest
  @guest
end

#guest_niceObject

Returns the value of attribute guest_nice



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def guest_nice
  @guest_nice
end

#idleObject

Returns the value of attribute idle



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def idle
  @idle
end

#iowaitObject

Returns the value of attribute iowait



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def iowait
  @iowait
end

#irqObject

Returns the value of attribute irq



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def irq
  @irq
end

#niceObject

Returns the value of attribute nice



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def nice
  @nice
end

#softirqObject

Returns the value of attribute softirq



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def softirq
  @softirq
end

#stealObject

Returns the value of attribute steal



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def steal
  @steal
end

#systemObject

Returns the value of attribute system



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def system
  @system
end

#userObject

Returns the value of attribute user



3
4
5
# File 'lib/rfc/cpu_time_averager.rb', line 3

def user
  @user
end