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
If you are using a log archive downloaded from Papertrail, you can use this one-liner to format your output:
cat log/production.log | cut -f 10- | grep 'rails\[' > log/production-oink.log