Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 516
Dan Avatar asked Mar 08 '14 03:03

Dan


2 Answers

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/

like image 116
Brian Avatar answered Nov 15 '22 08:11

Brian


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

like image 31
jumand Avatar answered Nov 15 '22 07:11

jumand