スパイクテスト - CI/CD用語集の定義
スパイクテストは、突然のトラフィックの急増に対するシステムの反応をテストするために、突然のトラフィックのバーストを浴びせます。
スパイクテストは、システムに突然の急激な負荷の急増とそれに続く急速な低下を与え、急激なトラフィックの変化にどう対処するか、そしてきれいに回復するかを確認します。
スパイクテストは、突然のトラフィックの急増に対するシステムの反応をテストするために、突然のトラフィックのバーストを浴びせます。
典型的な使い方
スパイクテストは、製品ローンチやフラッシュセールのようなイベントをモデル化し、需要が数秒で跳ね上がったときにautoscalingとキューイングが正しく振る舞うことを検証します。
関連ガイド
Load Test - CI/CD Glossary DefinitionLoad Test: A load test measures how a system behaves under an expected level of concurrent demand, checking t…
Stress Test - CI/CD Glossary DefinitionStress Test: A stress test pushes a system past its normal operating limits to find its breaking point and ob…
Soak Test - CI/CD Glossary DefinitionSoak Test: A soak test (endurance test) applies a sustained, moderate load over a long period to expose issue…