Skip to content

Instantly share code, notes, and snippets.

@jdunphy
Created June 17, 2009 23:25
Show Gist options
  • Save jdunphy/131588 to your computer and use it in GitHub Desktop.
Save jdunphy/131588 to your computer and use it in GitHub Desktop.
module Kernel
def omg_mem!
puts "From #{caller[0]}"
puts `ps vx | grep mongrel`.split(' ')[7]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment