Does Django have anything equivalent to the New Relic RPM performance monitoring app for Rails (http://www.newrelic.com/)?
Looking to do an app in Django, but would really like to be able to use something like New Relic for monitoring performance.
|
1
|
Does Django have anything equivalent to the New Relic RPM performance monitoring app for Rails (http://www.newrelic.com/)? Looking to do an app in Django, but would really like to be able to use something like New Relic for monitoring performance. |
||
|
|
|
|
None that I'm aware. django-debug-toolbar is a fairly popular app which can provide you with performance info for a particular page, but feature-wise it doesn't even come close to what the New Relic demo shows (I have no experience with NR/RoR myself). |
||
|
|