newrelic

NewRelic stream & writeHeaders

╄→гoц情女王★ 提交于 2019-12-23 18:23:11
问题 We are currently evaluating New Relic and there's a trace element I'm not sure I understand correctly '(WPF client and WCF backend) - It usually says 'stream[some url...]writeheaders'. My guess would be the actually transfer of data to the server, however I'm not sure why it says writeheaders? 回答1: I believe that this is evidence of creating the page headers for Browser Monitoring. One interesting thing about this system is that, since New Relic attempts to tie transactions within application

Symfony2: Intermittent High Response Time/Slow SessionHandlerProxy::read() completion

馋奶兔 提交于 2019-12-23 15:02:02
问题 I'm seeing very strange behavior coming from the Symfony2 Session manager component. In particular, the SessionHandlerProxy::read() function is occasionally very slow in my production environment. Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy::read I'm using Apache2, on an Amazon EC2 running Ubuntu, with default Symfony2 session storage (not Redis, or something similar), though I'm wondering if I should be. I have NewRelic installed to trace my transactions which

New Relic Error Reporting - Stop Catching E_NOTICE errors

陌路散爱 提交于 2019-12-23 14:19:35
问题 The issue I have right now is that it is hard to find actual bugs because so many E_NOTICEs are found. We have nearly 600 sites on our server with complicated scripts, and I've done a lot to handle a great deal of them, but there are still quite a few. I receive an email and a text every time the error percentage is too high, which is great to prevent problems. I'm sure I'm not the only one to encounter this problem -- is there a recommended solution? I've tried setting error_reporting( E_ALL

Random slow Rack::MethodOverride#call on rails app on Heroku

萝らか妹 提交于 2019-12-23 07:03:23
问题 Environment: Ruby: 2.1.2 Rails: 4.1.4 Heroku In our rails app hosted on Heroku, there are times that requests take a long time to execute. It is just 1% of times or less, but we cannot figure out what it is happening. We have newrelic agent installed and it says that it is not request-queuing , it is the transaction itself who takes all that time to execute. However, transaction trace shows this: (this same request most of the times takes only 100ms to be executed) As far as I can tell, the

NoClassDefFoundError on apps that doesn't have newrelic installed

不打扰是莪最后的温柔 提交于 2019-12-22 04:09:55
问题 I've installed newrelic for my android app using their guide for eclipse. It is working ok on that app. Now, if I create a simple hello world project i'm receiving a NoClassDefFoundError. How can I solve this? Thank you in advance. I've already searched in all NewRelics Documentation and submited a ticket to them. News From New Relic's team There are several users having the same issue. There is not a way to reproduce the problem and there is not ETA yet. 回答1: New Relic was finally able to

NewRelic - How to Ignore part of a web application

时光总嘲笑我的痴心妄想 提交于 2019-12-22 03:38:04
问题 I'd like to tell NewRelic to not monitor a subset of my web application. For example I'd like to exclude http://mysite/admin/* so NewRelic won't count traffic against this portion of my app against my apdex. Something similar to how you can create filters in Google Analytics would be great. 回答1: You can exclude a transaction from counting toward Apdex by calling IgnoreApdex in the New Relic .NET agent API. Add a reference to NewRelic.Agent.Api.dll in your project, then call that method in the

Mobile analytics for android library [closed]

坚强是说给别人听的谎言 提交于 2019-12-21 21:07:14
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I am working on android library and wondering which analytics solution would be the best for this purpose. I want to monitor: unique app installations / removals using my library memory consumption, number of background applications while doing some specific operations in my

Looking to quantify the performance overhead of NewRelic monitoring in python django app

99封情书 提交于 2019-12-21 10:50:04
问题 I am working on a large Django (v1.5.1) application that includes multiple application servers, MySQL servers etc. Before rolling out NewRelic onto all of the servers I want to have an idea of what kind of overhead I will incur per transaction. If possible I'd like to even distinguish between the application tracking and the server monitoring that would be ideal. Does anyone know of generally accepted numbers for this? Perhaps a site that is doing this sort of investigation or steps so that

Looking to quantify the performance overhead of NewRelic monitoring in python django app

笑着哭i 提交于 2019-12-21 10:49:03
问题 I am working on a large Django (v1.5.1) application that includes multiple application servers, MySQL servers etc. Before rolling out NewRelic onto all of the servers I want to have an idea of what kind of overhead I will incur per transaction. If possible I'd like to even distinguish between the application tracking and the server monitoring that would be ideal. Does anyone know of generally accepted numbers for this? Perhaps a site that is doing this sort of investigation or steps so that

Performance Monitoring Openerp

冷暖自知 提交于 2019-12-21 06:26:19
问题 We are trying to implement new relic ( http://www.newrelic.com ) on a dev server to test openerp's performance . The below installation steps of newrelic asks us to to modify WSGI application file . I am new to openerp and I can't seem to figure this out. Any help will be highly appreciated. Within the same WSGI application file, you then need to add a wrapper around the actual WSGI application entry point. If the WSGI application entry point is a function declared in the file itself, then