From 26ba31028be3d2d859217e899a4248033556d649 Mon Sep 17 00:00:00 2001 From: Pratyush Raj Date: Fri, 28 Jun 2019 12:43:55 +0530 Subject: [PATCH] index1.md (#33718) * index1.md * flx: removed stub info --- .../website-monitoring/real-user-monitoring/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md b/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md index 8294b84287..df88fcbc71 100644 --- a/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md +++ b/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md @@ -3,12 +3,13 @@ title: Real User Monitoring --- ## Real User Monitoring -This is a stub. Help our community expand it. +Real User Monitoring is a passive monitoring technology that is used to record all user interaction with a website or client interacting with a server or cloud-based application. Passive monitoring can be very helpful in troubleshooting performance problems once they have occured. -This quick style guide will help ensure your pull request gets accepted. +Real User Monitoring(RUM) functions by collecting a website or app's performance measures straight from the browser of the end user. Javascript is embedded in each page for this purpose and it collects data as a user explores the page and transfers the data for the analysis. - +RUM is different from Synthetic monitoring. Synthetic moitoring is active web monitoring where as RUM is a form of passive web monitoring. So, unlike synthetic monitoring, RUM never rests. + +For more details on RUM, how it works, its examples and how it is different from Synthetic monitoring, you can visit this link . #### More Information: - Real User Monitoring Wikipedia Article