Class: Kanrisuru::Core::System::KernelStatisticCpu

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/system/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#guestObject

Returns the value of attribute guest



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def guest
  @guest
end

#guest_niceObject

Returns the value of attribute guest_nice



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def guest_nice
  @guest_nice
end

#idleObject

Returns the value of attribute idle



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def idle
  @idle
end

#iowaitObject

Returns the value of attribute iowait



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def iowait
  @iowait
end

#irqObject

Returns the value of attribute irq



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def irq
  @irq
end

#niceObject

Returns the value of attribute nice



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def nice
  @nice
end

#softirqObject

Returns the value of attribute softirq



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def softirq
  @softirq
end

#stealObject

Returns the value of attribute steal



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def steal
  @steal
end

#systemObject

Returns the value of attribute system



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def system
  @system
end

#userObject

Returns the value of attribute user



43
44
45
# File 'lib/kanrisuru/core/system/types.rb', line 43

def user
  @user
end