Measuring Load and Performance
Learn how to measure load and performance in a distributed system.
Scaling a system is critical to coping with the increasing load imposed on it. For example, think of our hypothetical My Cool App’s growth—it is now a billion-dollar company.
Initially, when the My Cool App had a few hundred concurrent users, handling the load using to nodes with a decent amount of resources was not an issue. Life was simple and beautiful.
Things changed with the fame of the app. More and more people ...