Class: Rfc::CpuTimeAverager::Sample
- Inherits:
-
Struct
- Object
- Struct
- Rfc::CpuTimeAverager::Sample
- Defined in:
- lib/rfc/cpu_time_averager.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
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def guest @guest end |
#guest_nice ⇒ Object
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 |
#idle ⇒ Object
Returns the value of attribute idle
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def idle @idle end |
#iowait ⇒ Object
Returns the value of attribute iowait
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def iowait @iowait end |
#irq ⇒ Object
Returns the value of attribute irq
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def irq @irq end |
#nice ⇒ Object
Returns the value of attribute nice
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def nice @nice end |
#softirq ⇒ Object
Returns the value of attribute softirq
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def softirq @softirq end |
#steal ⇒ Object
Returns the value of attribute steal
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def steal @steal end |
#system ⇒ Object
Returns the value of attribute system
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def system @system end |
#user ⇒ Object
Returns the value of attribute user
3 4 5 |
# File 'lib/rfc/cpu_time_averager.rb', line 3 def user @user end |