Throughput - Definição do Glossário de CI/CD
Throughput é a quantidade de trabalho concluída por unidade de tempo (por exemplo, requisições/segundo, jobs/hora); mede a capacidade total, independente da latency de qualquer requisição isolada.
Guias relacionados
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…