Docs » ウェブページのブラウザテスト » ブラウザテスト結果を解釈する

ブラウザテスト結果を解釈する 🔗

Every run of a browser test produces a set of diagnostics that help you understand the performance of your application in real time.

View browser test history 🔗

On the Test History page, view a customizable summary of recent run results so that you can assess the performance of your test at a glance.

テストの Test History ビューを開くには、Tests リストでその行を選択します。

特定の run の結果を見る 🔗

To view the Run results for a single run, do any of the following:

  • On the Run results page, select Go to all run results and then select the specific run you’re interested in.

  • Select a data point within the Availability or Performance KPIs chart.

  • If you’re viewing aggregate data (for example, at a resolution higher than the run frequency), select a data point to zoom in. Then select a specific run.

  • Select a row in the Recent run results table below the chart.

パフォーマンスKPIチャートをカスタマイズする 🔗

パフォーマンスKPIをテストする を参照してください。

ブラウザテストの実行結果を解釈する 🔗

Browser test run results include:

ウォーターフォールチャート 🔗

Browser test run results include an HTTP archive format (HAR) file that logs the interaction between the test runner and the site being tested. This file records the time it takes for each resource in the site to load. A waterfall chart is the visual representation of the data in a HAR file. The chart contains a timeline on a horizontal bar for each resource in the page.

The waterfall chart displays all the requests for the run by default. You can filter it to show corresponding entries for a transaction, page, or step. Some steps or transactions might not have any waterfall entries associated with them.

To provide detail on these resources, the waterfall chart contains the following columns:

列名

説明

メソッド

GET

各リソースの HTTP メソッド。ページを読み込むリクエストのほとんどはGETリクエストですが、ユーザーや合成テストがページにデータを入力するときにはPOSTリクエストもある可能性があります。

ファイル

hero.png

リソースがあるURLから抽出したリソースのファイル名。セルにカーソルを合わせると、URL全体が表示されます。

ドメイン

buttercupgames.com

リソースがホストされているドメイン。

サイズ

1.4 KB

リソースの非圧縮サイズ。

ステータス

200

リソースに対するリクエストのHTTPレスポンスコード。

タイムライン

リクエストの各パートの所要時間を示す色分けされたバー

ページロードのタイムライン。このタイムラインは 0 ms から始まり、ページの最後のリクエストがロードを終了した時刻で終わります。各行の多色の水平バーはリソースのロード時間を表します。各色はリソースのロードプロセスの異なる部分を表します。タイムラインにカーソルを合わせると、リクエストの詳細な時間がポップアップメッセージで表示されます。

ウォーターフォールチャートを使えば、次のことができます:

  • 行の詳細を展開すると、そのリソースのリクエストヘッダーとレスポンスヘッダーが表示されます。

  • タイムラインの行にカーソルを合わせると、そのリソースの詳細なリクエストタイミングがポップアップメッセージで表示されます。

  • URLに含まれるキーワードでページ内のリソースを検索します。

  • 同じアプリがAPMで計測されている場合、関連するバックエンドのスパンへの直接リンクをたどります。Link Synthetic spans to APM spans を参照してください。

  • JS、CSS、Image、Media、JSON、XMLなど、リソースのタイプによってウォーターフォールチャートをフィルタリングするには、タブを使用します。

  • Download all of the run’s artifacts including the video and HAR using the Download button dropdown or use the API .

  • Show or hide columns in the chart.

ブラウザテストメトリクス 🔗

Every run of a browser test produces a set of 40+ metrics that offer a picture of website performance. See ブラウザテストメトリクス for a complete list of these metrics.

ビデオ 🔗

注釈

Available in Enterprise Edition.

The video of the site loading in real time shows you what users would experience from the location and device of a particular test run. To download this video as an .mp4 file select the video’s vertical dot menu and then select Download.

フィルムストリップ 🔗

注釈

Available in Enterprise Edition.

The filmstrip is at the top of the Run results for a single run. It offers frames from the video taken at the frequency you choose and filtered by synthetic transaction, page, or step:

  • To set the frequency of screenshots, select a value from the Frequency pull-down menu. Supported frequencies are 100 milliseconds, 500 milliseconds, and 1 second.

  • To filter the filmstrip to show a subset of images, select a value from the Filter by synthetic transaction, page, or step menu.

For optimal performance and display in the filmstrip, limit your browser test to a maximum of 35 steps.

The filmstrip frames are annotated with step details (step name and duration). If a step began within the frame’s captured time and the next frame’s captured time, the step’s start frame contains an annotation for that step along with any other steps that match the criteria. For example, if step 4 started 3.5 seconds into the run and the filmstrip is showing images for every 1s, the frame at 3s is annotated with step 4’s details as it began after the 3-second mark and before the 4-second mark.

The filmstrip is derived from the video, which has a maximum size of 3GB. If the video exceeds that limit, the filmstrip will also not contain anything captured after the limit is reached, but all the other metrics are still stored.

If the run result was a failure, the step that failed the run is highlighted in the filmstrip with error styling. A failing step is always shown on its own frame even if the frequency of the filmstrip frames would have included it in a preceding frame.

You can also view a video of the site loading in real time. The video of the site loading in real time shows you what users would experience from the location and device of a particular test run. To download this video as an .mp4 file select the video’s vertical dot menu and then select Download.

合成メトリクスを検出およびレポートする 🔗

合成メトリクスの価値をさらに高めるには、メトリクスエンジンを使用して、カスタムメトリクス、カスタムチャート、カスタムディテクターを作成します。詳細については、以下のリンクを参照してください:

(オプション) Splunk RUM と統合する 🔗

Splunk Synthetics automatically collects web vitals for browser tests. Web vitals capture key metrics that affect user experience and assess the overall performance of your site. If you also want to measure web vital metrics against your run results, integrate with Splunk RUM. For instructions, see Splunk RUM で実行結果をウェブバイタルと比較する.

このページは 2025年05月27日 に最終更新されました。