1. The ability of a system to handle increased load by adding resources.
  2. ability of a program,project or organization to efficently grow
  3. Performance of a system under increasing load.
  4. A metric of how scalable a system is.

When you say a computer platform has great scalability, what you are saying is that as you add more processors, nodes, memory, or some other piece of hardware (like disk), performance increases nearly linearly. For example, a system with great scalability might give you something like:

Processors 1 2 3 4 5 ... n Performance 1 2 2.9 3.9 5.9 ... a litlle less than n

Poor scalability looks something like:

Processors 1 2 3 4 5 ... n Performance 1 1.6 2.0 2.4 2.6 ... a bunch less than n

Log in or register to write something here or to contact authors.