Re: New Relic with Django

2012-01-04 Thread Graham Dumpleton
On Jan 4, 10:40 pm, prabesh shrestha wrote: > I am trying to get started too with new relic. > I did all the configurations and it looks like everything is properly > set up. I am using gunicorn for my loca development. SO acc to the > tutorial I can start the app with > NEW_RELIC_CONFIG_FILE=ne

Re: New Relic with Django

2012-01-04 Thread darinrs
Warning: I work at New Relic. Like Evan indicated we have quite a suite of free services. My advice is to give it a try. Graham Dumpleton has written up some very nice documentation on the usage of the python agent here: http://newrelic.com/docs/python/new-relic-for-python If you find something

Re: New Relic with Django

2012-01-04 Thread prabesh shrestha
I am trying to get started too with new relic. I did all the configurations and it looks like everything is properly set up. I am using gunicorn for my loca development. SO acc to the tutorial I can start the app with NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program python manage.py ru

Re: New Relic with Django

2012-01-03 Thread eculver
To answer your question and to address the cost concern, I gave New Relic a shot because their monitoring service it totally free and it gives you pretty awesome metrics on all kinds of app and DB level metrics like memory consumption and response times among many others. To get started, create a

Re: New Relic with Django

2012-01-03 Thread Cal Leeming [Simplicity Media Ltd]
Argh - sorry again for the email signature on my last response, damn Google Mail is driving me a bit nuts and keeps reverting my settings, grr! Cal On Tue, Jan 3, 2012 at 2:12 PM, Andre Terra wrote: > newrelic.com > > > On Tue, Jan 3, 2012 at 12:09 PM, william ratcliff < > william.ratcl...@gmai

Re: New Relic with Django

2012-01-03 Thread Andre Terra
newrelic.com On Tue, Jan 3, 2012 at 12:09 PM, william ratcliff < william.ratcl...@gmail.com> wrote: > Could someone provide a link, or a brief description of "New Relic" > > Thanks! > > > On Tue, Jan 3, 2012 at 9:00 AM, Cal Leeming [Simplicity Media Ltd] < > cal.leem...@simplicitymedialtd.co.uk>

Re: New Relic with Django

2012-01-03 Thread william ratcliff
Could someone provide a link, or a brief description of "New Relic" Thanks! On Tue, Jan 3, 2012 at 9:00 AM, Cal Leeming [Simplicity Media Ltd] < cal.leem...@simplicitymedialtd.co.uk> wrote: > Yeah, the pricing is very steep - and is really only suited for production > systems which are bringing

Re: New Relic with Django

2012-01-03 Thread Cal Leeming [Simplicity Media Ltd]
Yeah, the pricing is very steep - and is really only suited for production systems which are bringing in a decent amount of revenue. It's a shame no one has brought out an open source version of New Relic - if I had the time/funding, I totally would! Cal On Tue, Jan 3, 2012 at 1:33 PM, Brian Bou

Re: New Relic with Django

2012-01-03 Thread Brian Bouterse
Make sure you look at the pricing. A local startup was very pleased with what new relic's capabilities with Django, but then they looked at the price ... wow. On Tue, Jan 3, 2012 at 4:39 AM, Abhaya Thapa wrote: > Hi, > I am trying to get stated with new relic on my django app. I am new to > new

New Relic with Django

2012-01-03 Thread Abhaya Thapa
Hi, I am trying to get stated with new relic on my django app. I am new to new relic. Can you please guide me on steps to get started in developer mode and how to use it in live server. I did try to find tutorials on this, but it looks like I could not find a good one. -- You received this messag