Practice free →
HomeSoftware TestingSoftware Testingadvanced_security_performance › In a load test, the metric 'throughput' refers to

In a load test, the metric 'throughput' refers to

ARequests processed per unit of time
BTotal memory consumed by the JVM
CNumber of CPUs allocated to the box
DTotal disk space used by the logs
Answer & Solution
Correct answer: A. Requests processed per unit of time
Throughput is the rate of successful requests (e.g., req/sec). Other key metrics: response time percentiles (p50, p95, p99), error rate, concurrency. Memory and CPU are resource metrics, not load metrics directly.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions