Question

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. http://i.imgur.com/8XMZOLr.png

Was it helpful?

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/

OTHER TIPS

You shouldn't need to install NR monitoring via apt-get if you are using Heroku.

Are you saying that the NR monitoring isn't working at all, or are you just trying to get it to provide more information?

After installing the NR add-on, did you follow the configuration instructions for your language/environment? https://devcenter.heroku.com/articles/newrelic

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top