Throughput

The number of work items completed per unit of time, counted where work leaves the system rather than where it is started.

Throughput counts finished items per week or per month, which makes it the flow-based counterpart to velocity without requiring an iteration to be denominated in. Because it counts completions rather than starts, it cannot be inflated by beginning more work, and a team that starts twice as much while finishing the same amount sees no movement at all. Throughput is usually read alongside cycle time, the elapsed time from starting one item to finishing it, since the pair tells you both how much is coming out and how long any single request should be expected to take.

See also

Where this comes up