Class: Vmstat::Task

Inherits:
Struct
  • Object
show all
Defined in:
lib/vmstat/task.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resident_sizeObject

Returns the value of attribute resident_size

Returns:

  • (Object)

    the current value of resident_size



2
3
4
# File 'lib/vmstat/task.rb', line 2

def resident_size
  @resident_size
end

#suspend_countObject

Returns the value of attribute suspend_count

Returns:

  • (Object)

    the current value of suspend_count



2
3
4
# File 'lib/vmstat/task.rb', line 2

def suspend_count
  @suspend_count
end

#system_time_msObject

Returns the value of attribute system_time_ms

Returns:

  • (Object)

    the current value of system_time_ms



2
3
4
# File 'lib/vmstat/task.rb', line 2

def system_time_ms
  @system_time_ms
end

#user_time_msObject

Returns the value of attribute user_time_ms

Returns:

  • (Object)

    the current value of user_time_ms



2
3
4
# File 'lib/vmstat/task.rb', line 2

def user_time_ms
  @user_time_ms
end

#virtual_sizeObject

Returns the value of attribute virtual_size

Returns:

  • (Object)

    the current value of virtual_size



2
3
4
# File 'lib/vmstat/task.rb', line 2

def virtual_size
  @virtual_size
end