Home › Software Testing › Software Testing › advanced_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.
Related questions
Test coverage is BEST described asContinuous Testing in DevOps meansIn the V model of SDLC, system testing corresponds to'Test data' management addressesIn ISTQB terminology, a 'test oracle' isAcceptance Test Driven Development (ATDD) emphasisesTest Driven Development uses the rhythm ofRecovery testing simulates