Latency - CI/CD用語集の定義
latencyは1つの操作が完了するまでの経過時間です。平均は外れ値を隠すため、チームはp95やp99といったテールのパーセンタイルを追跡します。
関連ガイド
p95 - CI/CD Glossary Definitionp95 is the 95th-percentile latency: the value 95% of requests come in under. It captures tail slowness that a…
Throughput - CI/CD Glossary DefinitionThroughput is the rate of work a system completes - requests per second, builds per hour. It measures capacit…
Load Test - CI/CD Glossary DefinitionA load test drives expected or peak traffic at a system to measure throughput, latency, and where it degrades…