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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of idle



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

def idle
  @idle
end

#iowaitObject

Returns the value of attribute iowait

Returns:

  • (Object)

    the current value of iowait



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

def iowait
  @iowait
end

#irqObject

Returns the value of attribute irq

Returns:

  • (Object)

    the current value of irq



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

def irq
  @irq
end

#niceObject

Returns the value of attribute nice

Returns:

  • (Object)

    the current value of nice



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

def nice
  @nice
end

#softirqObject

Returns the value of attribute softirq

Returns:

  • (Object)

    the current value of softirq



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

def softirq
  @softirq
end

#stealObject

Returns the value of attribute steal

Returns:

  • (Object)

    the current value of steal



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

def steal
  @steal
end

#systemObject

Returns the value of attribute system

Returns:

  • (Object)

    the current value of system



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

def system
  @system
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



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

def user
  @user
end