Throughput - CI/CD用語集の定義
throughputは単位時間あたりに完了する作業量(例: リクエスト/秒、job/時)で、個々のリクエストのlatencyとは無関係に総容量を測ります。
関連ガイド
Latency - CI/CD Glossary DefinitionLatency is the time a single operation takes from start to finish. Low latency feels fast; tail latency (p95/…
Horizontal Scaling - CI/CD Glossary DefinitionHorizontal scaling adds more instances to handle load, spreading work across machines. It is the basis of ela…
Load Test - CI/CD Glossary DefinitionA load test drives expected or peak traffic at a system to measure throughput, latency, and where it degrades…