I have a Ruby app which (on Linux) uses the /proc filesystem to get information on its memory usage. Does anyone know how to get the same information for Mac OSX? The task_info
The OS gem has an rss_bytes method that works for Linux/windows/OS X ...