From the course: Cloud Architecture: Design Decisions

Unlock this course with a free trial

Join today to access over 24,600 courses taught by industry experts.

Performance management

Performance management

- One can think of performance as how humans and systems experience that cloud-based system that was created from your design decisions. The fact is that if you pick one component that is slower than the other, such as database or network connection, that component will determine your overall performance. In other words, your performance is equal to the slowest component you're leveraging. There are three levels of determining performance. First, leverage data from technology providers such as cloud providers, and make sure to ask about how well their components perform. This is typically provided in throughput ratings. Second, you should conduct your own performance analytics based on mathematical models to predict the performance of your solution, which is made up of many components. And finally, the best way is to test your solution or technical configuration using real data and real business use cases to determine its real performance. Of course, your ability to do one, two, or…

Contents