aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/synthetic_monitoring
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/synthetic_monitoring
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/synthetic_monitoring')
-rw-r--r--files/ja/glossary/synthetic_monitoring/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/files/ja/glossary/synthetic_monitoring/index.html b/files/ja/glossary/synthetic_monitoring/index.html
new file mode 100644
index 0000000000..5bb65b4cfa
--- /dev/null
+++ b/files/ja/glossary/synthetic_monitoring/index.html
@@ -0,0 +1,25 @@
+---
+title: Synthetic monitoring (合成モニタリング)
+slug: Glossary/Synthetic_monitoring
+tags:
+ - Glossary
+ - RUM
+ - Reference
+ - Synthetic monitoring
+ - Web Performance
+ - 用語集
+translation_of: Glossary/Synthetic_monitoring
+---
+<p><span class="seoSummary"><strong>合成モニタリング</strong>は、可能な限り一貫性のある環境で、通常は自動化ツールを使用して、「実験室」環境でページの性能をモニタリングすることです。</span>一貫性のあるベースラインがあれば、合成モニタリングはコード変更が性能に及ぼす影響を測定するのに適しています。しかし、必ずしもユーザーが体験していることを反映しているとは限りません。</p>
+
+<p>合成モニタリングでは、エンドユーザがウェブアプリケーションを介して進む経路をシミュレートするためのスクリプトを展開し、シミュレーターが体験した性能をレポートします。一般的な合成モニタリングツールの例としては、 <a href="https://webpagetest.org">WebPageTest</a> や <a href="https://developers.google.com/web/tools/lighthouse/">Lighthouse</a> などがあります。測定されるトラフィックは、実際のユーザーのものではなく、ページの性能に関するデータを収集するために合成して生成されたトラフィックです。</p>
+
+<p>RUM とは異なり、合成モニタリングはユーザーの違いを考慮せず、性能の狭い範囲のビューを提供するため、アプリケーションの性能に関する基本的なデータを取得したり、開発環境で性能をスポットチェックしたりするのに役立ちます。ネットワークスロットリングなどの他のツールと組み合わせることで、潜在的な問題領域についての優れた洞察を提供することができます。</p>
+
+<h2 id="See_Also" name="See_Also">関連情報</h2>
+
+<ul>
+ <li><a href="/ja/docs/Glossary/Real_User_Monitoring">実ユーザーモニタリング (RUM)</a></li>
+ <li><a href="/ja/docs/Web/Performance/Rum-vs-Synthetic">実ユーザーモニタリング (RUM) と合成モニタリング</a></li>
+ <li><a href="/ja/docs/Glossary/beacon">ビーコン</a></li>
+</ul>