All Products
Search
Document Center

Application Real-Time Monitoring Service:Browser monitoring dashboard

Last Updated:Mar 11, 2026

The ARMS browser monitoring dashboard gives you a real-time, single-screen view of your web application's health: JS error rates, API request success rates, page loading speed, traffic volume, and recent alerts. The dashboard can refresh once per minute.

For team-wide visibility, display the dashboard on a large screen.

Open the dashboard

  1. Log on to the ARMS console.

  2. In the left-side navigation pane, choose Browser Monitoring > Browser Monitoring.

  3. In the top navigation bar, select a region, then click the name of your application.

  4. On the Overview page, click Dashboard in the upper-right corner.

The dashboard opens with five metric panels: JS error rate, alerts, PV/UV, API request success rate, and page loading speed.

Interact with the dashboard

  • Hover over any chart curve to see point-in-time values.

  • Click Full Screen in the upper-right corner to expand the dashboard to full-screen mode.

Dashboard metrics reference

JS error rate

Tracks the percentage of page views that triggered at least one JavaScript error. A rising error rate often signals a regression introduced by a recent deployment.

ElementDescription
JS Error RatePercentage of page views with at least one JS error.
Compared with Yesterday's AverageDay-over-day change in the average JS error rate. A positive value means the error rate increased.
Statistical ChartTrend curve of the JS error rate over the past hour. Use this to spot sudden spikes.
Page Ranked by Error RateJS error rate ranking by page. Use this to find and fix the most error-prone pages.

To drill into specific errors, see JS error diagnostics.

Alerts in the last 24 hours

Shows the volume and details of recent browser monitoring alerts, so you can quickly identify active issues.

ElementDescription
AlarmsTotal number of alerts triggered in the past 24 hours.
Recent 3 AlarmsThe three most recent browser monitoring alerts. Review these to stay on top of active issues.

To set up or adjust alert rules, see Create and manage a Browser Monitoring alert rule.

PV/UV

Measures your application's traffic volume (page views) and reach (unique visitors).

ElementDescription
Today's PVTotal page views for the current day.
Today's UVTotal unique visitors for the current day.
Compared with YesterdayDay-over-day change in PV and UV counts.
Statistical ChartTrend curve of PVs or UVs over the past hour.
Statistical TableTop five regions by PV and UV count. Use this to understand where your traffic originates.
High Page View TOP5The five services with the highest PV count.

API request success rate

Tracks the percentage of API calls that returned a successful response. A declining success rate often signals backend errors, timeouts, or network problems.

ElementDescription
API Request Success RatePercentage of API requests that returned a successful response.
Compared with Yesterday's AverageDay-over-day change in the average API request success rate.
Statistical ChartTrend curve of the API request success rate over the past hour.
Service Ranked by API Success RateAPI request success rate ranking by service.

To drill into specific API calls, see API request.

Page loading speed

Measures how quickly your pages render. Slow load times directly affect user retention and search engine rankings.

ElementDescription
Page SpeedFirst Paint Time (FPT) in milliseconds -- the time until the browser renders the first pixel on the page.
Compared with Yesterday's AverageDay-over-day change in the average page load speed. A positive value means pages are loading more slowly.
Statistical ChartTrend curve of page loading speed over the past hour.
Low Page Speed Top 5The five services with the slowest load times. Prioritize these for performance optimization.

For detailed load-time breakdowns, see Page loading speed.