Requisições Por Segundo - Definição do Glossário de CI/CD
Requisições por segundo (RPS, às vezes QPS para queries) é o throughput expresso como o número de requisições que um serviço trata a cada segundo, um eixo primário dos resultados de teste de carga.
Lendo o número
O RPS só é significativo junto com a distribuição do tempo de resposta: um serviço pode sustentar um RPS alto enquanto a latência de cauda sobe silenciosamente, então reporte ambos juntos.
Guias relacionados
Throughput - CI/CD Glossary DefinitionThroughput: Throughput is the amount of work a system completes per unit of time, commonly measured in reques…
Response Time - CI/CD Glossary DefinitionResponse Time: Response time is the total elapsed time from sending a request to receiving the complete respo…
Latency Percentile - CI/CD Glossary DefinitionLatency Percentile: A latency percentile reports the value below which a given fraction of requests fall: a p…