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: oink --threshold=75 /log/* When I run it on my machine it shows the report for the development environment. The thing is that I'm more interested on seeing the report for my production environment. My app is hosted on heroku, is there a way I coul