Class: Probe::MemoryUsage

Inherits:
Probe
  • Object
show all
Defined in:
lib/pimon/probe/memory_usage.rb

Class Method Summary collapse

Methods inherited from Probe

unit

Class Method Details

.checkObject



6
7
8
# File 'lib/pimon/probe/memory_usage.rb', line 6

def self.check
  SystemMemory.check(:mem)
end

.symbolObject



10
11
12
# File 'lib/pimon/probe/memory_usage.rb', line 10

def self.symbol
  :mem
end