Search code examples
herokunewrelic

Server Resource Monitoring with New Relic and Heroku


I am using Heroku and New Relic and am trying to get more detailed information on the servers resources, CPU usage, RAM etc.

New Relic has a section "Get started with Server Monitoring" but the instructions to set it up require working with the command line

running commands like apt-get install newrelic-sysmond and stuff.

How can I set this up with heroku?

Thanks!

EDIT

Here is the screen I am talking about. https://i.sstatic.net/XxhG7.png


Solution

  • The New Relic Linux / Windows Server Monitor agents are not able to used on Heroku.

    You can get some memory info with this: https://devcenter.heroku.com/articles/log-runtime-metrics

    Edit: Oh yeah, we also have an Instances tab: http://blog.newrelic.com/2013/03/07/new-relics-instances-tab/