Return true if this process is running, false otherwise
# File lib/god/system/process.rb, line 19 def exists? !!::Process.kill(0, @pid) rescue false end
Memory usage in kilobytes (resident set size)
# File lib/god/system/process.rb, line 24 def memory @poller.memory end
Generated with the Darkfish Rdoc Generator 2.