PDFs


This page applies to an earlier version of the AppDynamics App IQ Platform.
See the latest version of the documentation.


Skip to end of metadata
Go to start of metadata

On this page:

Related pages:

Search the Browser RUM topics:

Browser Real User Monitoring (Browser RUM) allows you to see how your web application is performing from the point of view of a real or synthetic end user. You can answer questions like:

  • Which 1st or 3rd party Ajax or iframe calls are slowing down page load time?
  • How does server performance impact end user experience in aggregate or in individual cases?

You can drill into the data to explore how users experience your application in their web browsers.

Monitor your Application

Browser RUM offers multiple ways to look at your data, in real time.  You can: 

  • Understand and improve your web page's performance
    • Gain insight into individual requests, with detailed charts on how your pages, Ajax requests, and iframes load and build in your end user's browsers, with links, if enabled, to reports on server-side performance.  See Browser Snapshots.
    • Find your worst performing pages by multiple common metrics.  See Top Pages.
  • Reduce errors
    • Learn which pages are loading with JavaScript errors, and the script file and line number that are creating the problem.  See Browser Snapshots.
  • Learn about your users
    • See how your web users are connecting to your application, by device/platform and browser.  See The Browser App Dashboard.
    • Find out where in the world your web users are and how your application is performing across countries and regions. See The Browser App Dashboard.

For more information on using Browser RUM, see Monitor Your Applications with Browser RUM.

How It Works

The JavaScript Agent is made of up two small JavaScript files, adrum.js and adrum-ext.js.

  1. Adrum.js is injected into each instrumented page, as close to the top as possible, as the page is served.  Although it loads synchronously, it's a very small file, around 30 KB (10 to 12 KB with compression), and generally executes in less than 5 ms in modern browsers and less than 15 ms in older browsers.
  2. This first JavaScript file starts a timer and does some quick configuration and setup.
  3. At the onload event, adrum-ext.js is fetched asynchronously, specifically to not block page load. This is the code that does most of the heavy lifting. Once it has been fetched, it is cached for 24 hours on the browser. 
  4. When the page has completed loading, the collected data  is bundled into a beacon and sent to the EUM Cloud by adrum-ext.js
  5. The data is processed by the EUM Cloud and then made available for pickup by the Controller.

For more detailed information, check out the video.

For full-screen viewing, click The JavaScript Agent.

Setting Up and Configuring Browser RUM

Browser RUM is easy to set up.  It is also highly configurable. You can:

For more information on setting up Browser RUM, see Set Up and Configure Browser RUM.

Licensing and Enabling Browser Monitoring

Browser Real User Monitoring requires a separate license, and must be enabled before it is available for use.

For information about licensing, including a description of the types of licenses, Lite and Pro, see Browser RUM Licenses.

For information on enabling or disabling Browser RUM, see Set Up and Configure Browser RUM.