Class: Vmstat::Task
- Inherits:
-
Struct
- Object
- Struct
- Vmstat::Task
- Defined in:
- lib/vmstat/task.rb
Instance Attribute Summary collapse
-
#resident_size ⇒ Object
Returns the value of attribute resident_size.
-
#suspend_count ⇒ Object
Returns the value of attribute suspend_count.
-
#system_time_ms ⇒ Object
Returns the value of attribute system_time_ms.
-
#user_time_ms ⇒ Object
Returns the value of attribute user_time_ms.
-
#virtual_size ⇒ Object
Returns the value of attribute virtual_size.
Instance Attribute Details
#resident_size ⇒ Object
Returns the value of attribute resident_size
2 3 4 |
# File 'lib/vmstat/task.rb', line 2 def resident_size @resident_size end |
#suspend_count ⇒ Object
Returns the value of attribute suspend_count
2 3 4 |
# File 'lib/vmstat/task.rb', line 2 def suspend_count @suspend_count end |
#system_time_ms ⇒ Object
Returns the value of attribute system_time_ms
2 3 4 |
# File 'lib/vmstat/task.rb', line 2 def system_time_ms @system_time_ms end |
#user_time_ms ⇒ Object
Returns the value of attribute user_time_ms
2 3 4 |
# File 'lib/vmstat/task.rb', line 2 def user_time_ms @user_time_ms end |
#virtual_size ⇒ Object
Returns the value of attribute virtual_size
2 3 4 |
# File 'lib/vmstat/task.rb', line 2 def virtual_size @virtual_size end |