I\'ve installed oink gem for monitoring the memory usage of my rails application. In order to see oink report I need to run this command in the terminal:
oin
Got it working with hiattp's answer, but needed to add --text to the grep.
grep
cat log/production.log | cut -c 46- | grep 'rails\[' > log/production-oink.log