Method: CPU::Load#last_15_minutes

Defined in:
lib/cpu/load.rb

#last_15_minutesObject

Return the load average for the last 15 minutes.



47
48
49
# File 'lib/cpu/load.rb', line 47

def last_15_minutes
  @load_data[2]
end