ブラウザ合成メトリック

ブラウザ合成によって収集されたメトリックの多くは、ブラウザ RUM によって収集されたメトリックと同じです. 合成専用のその他のメトリックは、「定義されているブラウザ合成メトリック」で定義されます。

主要なブラウザ RUM メトリックは、[Geo]、[Sessions]、および [Pages] ダッシュボードに表示されます。また、RUM メトリックと同様に、これらのメトリックは [Metric Browser] でも表示でき、Ajax リクエスト、iframe、アプリケーション、ベースページ、ブラウザ、デバイス、および地理的な場所といったコンテキストでメトリックを表示する機能が提供されます。

メトリックは、合成データがある場合にのみ [Metric Browser] に表示されます。たとえば、合成ジョブに失敗したセッションがない場合、Failed Sessions メトリックは表示されません。

特定のテストのメトリックもあり、[Synthetic Jobs] の見出しの下には合成ジョブ全体の正常性のメトリックもあります。

Browser Synthetic Metrics Defined

Name Definition
Availability

The ratio of OKAY sessions (successful) to all sessions, expressed per-million: 0 (for all failed) to 1,000,000 (for all succeeded). The ratio is calculated using the following: (# of successful sessions/# of total sessions) * 1,000,000.

Availability is represented in per-million instead of as a percentage because Controller metrics are given as integers, making expressing the availability as a percentage less precise. For example, although the availability percentage in actuality might be 99.99%, it would only be able to be expressed as an integer such as 100% or 99%.

To convert per-million to a percentage, just divide by Availability (ppm) by 10,000. For example, if Availability (ppm) is 999,800, then Availability (%) is 99.98%. Most Controller UI components display metrics as percentages, but the Metric Browser, which shows "raw data", shows the value per-million.

Billable Time The seconds that were billed against your Synthetic license.
Broken Sessions The number of sessions that completed with the session status BROKEN , indicating that the job has an error. You can find the error in the script console output.
Data Downloaded Before Fully Loaded The bytes of data downloaded by the browser between the navigation start of a page and the navigation start of the next page or the end of the session. In particular, includes any resources loaded after the page load event.
Data Downloaded Before Onload The bytes of data downloaded by the browser between the navigation start for a page and the load event for that page.
DOM Elements per Pageview The number of DOM elements present on a page at the time of the page's load event. Includes sub-documents in frames.
Failed Sessions The number of sessions that completed with the session status FAILED, indicating the synthetic test has detected a problem with your site. See Session Status for more information.
Fully Loaded Time
The time from the start of the initial navigation until 2 seconds of no network activity has passed after Document Complete. This will usually include any activity that is triggered by JavaScript after the main page loads. The Fully Loaded Time is given in milliseconds and percentiles.
Job Executions Total number of sessions (per browser, per location) for a given job.
Number of Resources Loaded Before Fully Loaded See Data Downloaded Before Fully Loaded above.
Number of Resources Loaded Before Onload See Data Downloaded Before Onload above.
Ok Sessions The number of sessions that completed with the session status OK , indicating the synthetic job ran successfully and returned data.
Pages per Session The number of pages per session.
Session Duration For scripted jobs: the time needed to execute the script from the first line to the last line.For URL jobs: the time from when the browser initiated the first HTTP request until the last resource was loaded.
Sessions with Resource Errors The number of sessions that had missing or inaccessible resources.
Session Visual Time (SVT)

This metric captures the time the browser spent loading pages. Relative to Session Duration, this excludes the script process time and the time your script was interacting with content on a given page.

Specifically, the Session Visual Time for a session is the sum of the Visually Complete Times for each page.

Speed Index This metric captures whether a page renders incrementally or all at once. For example, if two pages both take five seconds to finish rendering, but one is mostly rendered after a second, while the other is blank until the last moment. Then the first page will have a Speed Index close to 1000, while the second will have a Speed Index close to 5000 (the Visually Complete time in milliseconds).
Visually Complete
The time when an end-user would determine that the page is visually complete in the viewport. This time is calculated by using the last visual change to the page and is in milliseconds. The page represents the viewable content (the viewport) in a browser window. The default size for a browser window is 1024 x 768.
Warning Sessions The number of sessions that completed with the session status WARNING , indicating the test ran successfully, but there were inaccessible resources.