
Variables
Description
What is this formula?
Computational Throughput measures the rate at which a computing system completes work.
It expresses how many tasks, transactions, jobs, requests, or operations are completed during a given time interval.
Throughput is one of the most important metrics used to evaluate overall system performance.
When to use it
Use this formula when:
- benchmarking software performance,
- measuring server capacity,
- evaluating transaction processing systems,
- comparing computing platforms,
- analyzing cloud infrastructure performance.
Example
A server processes:
N = 12,000 requests
during:
T = 60 s
Formula:
TP = N / T
Substitution:
TP = 12,000 / 60
TP = 200
Result:
Computational Throughput = 200 requests/s
Applications
- Web servers
- Database systems
- Cloud computing
- Transaction processing
- Distributed systems
- Performance benchmarking
