Computer Science
Basic

Throughput

Number of operations completed per unit time.

Formula

X=NTX = \frac{N}{T}

Variables

NOperations
TTime

Example

1000 requests in 5 s = 200/s

Did You Know?

Throughput and latency are different beasts: a truck of hard drives has huge throughput but terrible latency.