Which metric is commonly used to measure the scalability of a system?

  • Cache hit ratio
  • Latency
  • Response time
  • Throughput
Throughput is a commonly used metric to measure the scalability of a system. It refers to the number of units of work completed per unit of time and indicates how effectively a system can handle an increasing workload. Higher throughput generally signifies better scalability as the system can process more requests or transactions in a given timeframe.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *