Multiple choice technology testing

In context of a web application which of the following is an example of Throughput from choices given below

  1. Number of Web transactions per minute

  2. Percentage of CPU Utilized by the Web server

  3. Amount of memory consumed by the web application

  4. Number of concurrent users in the web application

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Throughput in web application performance refers to the volume of work completed in a given time period, typically measured as transactions or requests per second/minute. Option A directly captures this definition. CPU utilization (Option B) and memory consumption (Option C) are resource utilization metrics. Concurrent users (Option D) is a load metric, not a throughput measure.