Class: Kanrisuru::Core::System::KernelStatisticCpu
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::System::KernelStatisticCpu
- Defined in:
- lib/kanrisuru/core/system/types.rb
Instance Attribute Summary collapse
-
#guest ⇒ Object
Returns the value of attribute guest.
-
#guest_nice ⇒ Object
Returns the value of attribute guest_nice.
-
#idle ⇒ Object
Returns the value of attribute idle.
-
#iowait ⇒ Object
Returns the value of attribute iowait.
-
#irq ⇒ Object
Returns the value of attribute irq.
-
#nice ⇒ Object
Returns the value of attribute nice.
-
#softirq ⇒ Object
Returns the value of attribute softirq.
-
#steal ⇒ Object
Returns the value of attribute steal.
-
#system ⇒ Object
Returns the value of attribute system.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#guest ⇒ Object
Returns the value of attribute guest
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def guest @guest end |
#guest_nice ⇒ Object
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 |
#idle ⇒ Object
Returns the value of attribute idle
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def idle @idle end |
#iowait ⇒ Object
Returns the value of attribute iowait
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def iowait @iowait end |
#irq ⇒ Object
Returns the value of attribute irq
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def irq @irq end |
#nice ⇒ Object
Returns the value of attribute nice
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def nice @nice end |
#softirq ⇒ Object
Returns the value of attribute softirq
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def softirq @softirq end |
#steal ⇒ Object
Returns the value of attribute steal
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def steal @steal end |
#system ⇒ Object
Returns the value of attribute system
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def system @system end |
#user ⇒ Object
Returns the value of attribute user
43 44 45 |
# File 'lib/kanrisuru/core/system/types.rb', line 43 def user @user end |