Does New Relic real time monitoring assume a single user logged in to a web application?

无人久伴 提交于 2019-12-13 10:18:09

问题


I wanted to know if I get different results in New Relic real time user monitoring when many users are logged into the application concurrentky? Or the only way to achieve that is to use a load testing tool?


回答1:


You will likely see different results when more people are using your site at once.

The JavaScript injected for Real User Monitoring (RUM) collects timing information in the browser that contains details to identify the specific app and the web transaction processed on the backend, as well as how time was spent in the app for each request. When a page completes loading in an end user’s browser, RUM sends the information back to New Relic asynchronously, so it doesn’t affect page load time. RUM uses the IP address to resolve the geographic location of each request.

For more information on this see, how real user monitoring works, on the New Relic knowledge base.



来源:https://stackoverflow.com/questions/20746678/does-new-relic-real-time-monitoring-assume-a-single-user-logged-in-to-a-web-appl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!