What Is Universal Scalability Law

What Is Universal Scalability Law

Dr. Neil Gunther put together the original derivation of Universal Scalability Law, or USL and presented it at the 1993 CMG conference. At the conference Dr. Gunther provided a brief account of its application to parallel processing performance (USL was previously called super-serial model). Dr. Gunther provided a more complete derivation of Universal Scalability Law with sample applications in Chaps. 4-6 of his GCaP (Guerrilla Capacity Planning) book. In Dr. Gunther’s words, here are some of the reasons why we should understand the Universal Scalability Law:

  • A lot of people use the term “scalability” without clearly defining it, let alone defining it quantitatively.
  • Computer system scalability must be quantified. If you can’t quantify it, you can’t guarantee it. The universal law of computational scaling provides that quantification.
  • One of the greatest impediments to applying queueing-theory models (whether analytic or simulation) is the inscrutibility of service times within an application.
  • Every queueing facility in a performance model requires a service time as an input parameter. Without the appropriate queues in the model, system performance metrics like throughtput and response time, cannot be predicted.
  • The USL leapfrogs this entire problem by NOT requiring ANY low-level service time measurements as inputs.

Dr. Gunther’s Universal Scalability Law provides an understanding of system scalability as being made up of three different system characteristics i.e. Concurrency, Contention and Coherency. Through the models that Dr. Gunther put together he demonstrated how Universal Scalability Law can be used to understand and predict the behavior of any system.

To learn more about Universal Scalability Law please head to the Official page at Dr. Gunther’s website.

Who Discovered Universal Scalability Law

Dr. Neil Gunther is an Australian of German and Scots ancestry, born in Melbourne on 15 August 1950. Dr. Neil Gunther, is a computer information systems researcher best known internationally for developing the open-source performance modeling software Pretty Damn Quick and developing the Guerrilla approach to computer capacity planning and performance analysis. He has also been cited for his contributions to the theory of large transients in computer systems and packet networks, and his universal law of computational scalability.

You can learn more about Dr. Gunther at Wikipedia.

What Are The Equations for Universal Scalability Law

Universal Scalability Law defines a single scalability model that defines the relative capacity C(N) :

C(N) = N / [1 + alpha (N - 1) + Beta N (N - 1) ]

The three terms in the denominator of the equation above are associated respectively with the three Cs we spoke about earlier:

  • The level of Concurrency or ideal parallelism: basically, linear scaling
  • The level of Contention (with strength alpha) due to waiting or queueing for shared resources
  • The level of Coherency (with strength beta) due to the delay for data to become consistent (or coherent) by virtue of point-to-point exchange

These parameter values are defined over the range: 0 <= alpha, beta <= 1. The independent variable N can represent either  concurrent users or processes.

To learn more about Universal Scalability Law please head to the Official page at Dr. Gunther’s website.

Additional Resources

Hope you’ve enjoyed the content in this section at Practical Performance Analyst and have learnt something new. Please help us grow the community by taking a moment and sharing this content with rest of community using your preferred Social Media Platform (links provided below). We are looking for the bright spark and if you think you have what it takes to build and grow this community reach out to me by Sending us an email. Practical Performance Analyst


Trevor Warren is passionate about challenging the status-quo and finding reasons to innovate. Over the past 16 years he has been delivering complex systems, has worked with very large clients across the world and constantly is looking for opportunities to bring about change. Trevor constantly strives to combine his passion for delivering outcomes with his ability to build long lasting professional relationships. You can learn more about the work he does at LinkedIn. You can download a copy of his CV at VisualCV. Visit the Github page for details of the projects he’s been hacking with.


© 2018. All rights reserved.

Powered by Hydejack v6.4.0