101 102 103 104 105 106
# File 'lib/eye/system_resources.rb', line 101 def proc_mem(pid) @memory[pid] ||= Eye::Sigar.proc_mem(pid) if pid rescue ArgumentError # when incorrect PID, just skip end