This document provides an overview of real user monitoring (RUM) including:
- RUM collects performance data directly from real users' browsers as they interact with a website, providing a more complete picture than synthetic monitoring.
- A beacon is an HTTP request that collects timing and other data from the user's browser and sends it back to analyze performance from real users.
- Getting started with RUM is easy - you just need to add a small snippet of JavaScript code to website pages to collect data and send beacons.
- RUM data has many uses including A/B testing variations, correlating performance to business goals, and generating more realistic performance test cases.