SlideShare a Scribd company logo
IT Infrastructure Architecture
Performance Concepts
(chapter 5)
Infrastructure Building Blocks
and Concepts
Introduction
• Performance is a
typical hygiene
factor.
• Nobody notices a
highly performing
system.
• But when a system is
not performing well
enough, users quickly
start complaining.
Perceived performance
• Perceived performance refers to how quickly a
system appears to perform its task.
• In general, people tend to overestimate their
own patience.
• People tend to value predictability in
performance
– When the performance of a system is fluctuating,
they remember a bad experience, even if the
fluctuation is relatively rare.
Perceived performance
• Inform the user about how long a task will
take
– Progress bars
– Splash screens
Performance during
infrastructure design
Performance during infrastructure
design
• Designing for performance ensures that a solution is
designed, implemented, and supported to meet the
performance requirements, even under increasing load.
• When designing a system, performance must be considered
not only when the system works as expected, but also
when the system is in a special state.
– Failing parts
– Maintenance state
– Performing backup
– Running batch jobs
• Calculating performance of a system in the design phase is
extremely difficult and very unreliable.
Benchmarking
• A benchmark uses a specific test program to assess the
relative performance of an infrastructure component
• Benchmarks provide a method of comparing the
performance of various subsystems across different
system architectures.
• Often used for computer hardware
– Floating Point Operations Per Second – FLOPS
– Million Instructions Per Second – MIPS
• Only useful for comparing the raw speed of parts of an
infrastructure
– Like the speed difference between processors or between
disk drives
Vendor experience
• The best way to determine the performance
of a system in the design phase is to use the
experience of vendors
• They have a lot of experience running their
products in various infrastructure
configurations
Prototyping
• Also known as proof of concept (PoC)
• To measure the performance of a system at an
early stage
– Hiring equipment from suppliers
– Using datacenter capacity at a vendor’s premise
– Using cloud computing resources
• Focus on those parts of the system that pose
the highest risk, early in the design process
User profiling
• Predict the load a new software system will
pose on the infrastructure before the software
is actually built
• It is important to have a good indication of the
expected usage of the system
– Defining a number of typical user groups of the
new system (personas)
– Creating a list of tasks personas will perform on
the new system.
User profiling personas/tasks
Persona Number
of users
per
persona
System task Infrastructure load
as a result of the
system task
Frequency
Data
entry
officer
100 Start
application
Read 100 MB data
from SAN
Once a day
Data
entry
officer
100 Start
application
Transport 100 MB
data to workstation
Once a day
Data
entry
officer
100 Enter new
data
Transport 50 KB data
from workstation to
server
40 per
hour
Data
entry
officer
100 Enter new
data
Store 50 KB data to
SAN
40 per
hour
Data
entry
officer
100 Change
existing data
Read 50 KB data
from SAN
10 per
hour
User profiling Infrastructure load
Infrastructure load Per day
Per
second
Data transport from server to workstation (KB) 10,400,000 361.1
Data transport from workstation to server (KB) 2,050,000 71.2
Data read from SAN (KB) 10,400,000 361.1
Data written to SAN (KB) 2,050,000 71.2
Performance of a running
system
Managing bottlenecks
• The performance of a system is based on the
performance of all its components, and the
interoperability of various components
• Every system, regardless of how well it works, has at
least one constraint (a bottleneck) that limits its
performance (Bottleneck law)
• A component causing the system to reach some limit is
referred to as the bottleneck of the system
• If the bottleneck does not negatively influence
performance of the complete system under the highest
expected load, it is OK
Performance testing
• Load testing - This test shows how a system
performs under the expected load
• Stress testing - This test shows how a system
reacts when it is under extreme load
• Endurance testing - This test shows how a
system behaves when it is used at the
expected load for a long period of time
Performance testing - Breakpoint
Performance patterns
Increasing performance on upper
layers
• 80% of the performance issues are due to badly
behaving applications
• Database and application tuning typically
provides much more opportunity for
performance increase than installing more
computing power
• Application performance can benefit from:
– Prioritizing tasks
– Working from memory as much as possible (as
opposed to working with data on disk)
– Making good use of queues and schedulers
Caching
• Caching improves performance by retaining frequently used
data in high speed memory, reducing access times to data.
– Disk caching
– Web proxies
– Operational Data Store
– Front-end servers
– In-memory databases
Component
Time it takes to fetch 1 MB of
data (ms)
Network, 1 Gbit/s 675
Hard disk, 15k rpm, 4 KB disk blocks 105
Main memory DDR3 RAM 0.2
CPU L1 cache 0.016
Scalability
• Scalability indicates the ease in with which a system
can be modified, or components can be added, to
handle increasing load
• Two ways to increase the scalability of a system:
– Vertical scaling (scale up) - adding resources to a single
component
– Horizontal scaling (scale out) - adding more components to
the infrastructure
Scalability – Horizontal scaling
Load balancing
• Load balancing spreads the load over various machines
• It checks the current load on each server in the farm and
sends incoming requests to the least busy server.
High performance clusters
• High performance clusters provide a vast amount of
computing power by combining many computer systems.
• Usually a large number of cheap off the-shelf servers are used
• A combination of relatively small computers can create one
large supercomputer
• Used for calculation-intensive systems
– Weather forecasts
– Geological research
– Nuclear research
– Pharmaceutical research
• TOP500.ORG
Grid Computing
• A computer grid is a high performance cluster that consists of
systems that are spread geographically
• The limited bandwidth is the bottleneck
• Examples:
– SETI@HOME
– CERN LHC Computing Grid (140 computing centers in 35 countries)
• Broker firms exist for commercial exploitation of grids
• Security is a concern!
Design for use
• Performance critical applications should be designed as such
• Tips:
– Know what the system will be used for. A large data warehouse needs
a different infrastructure design than an online transaction processing
system or a web application
– In some cases, special products must be used for certain systems (real-
time operating systems, in-memory databases, specially designed file
systems)
– Use standard implementation plans that are proven in practice
– Have the vendors check the design you created.
– When possible, try to spread the load of the system over the available
time
– Move rarely used data from the main systems to other systems
Capacity management
• Capacity management guarantees high performance of a
system in the long term
• Performance of the system is monitored on a continuous
base, to ensure performance stays within acceptable limits
• Trend analyses can be used to predict performance
degradation
• Anticipate on business changes (like forthcoming marketing
campaigns)

More Related Content

What's hot (20)

PPTX
03. non-functional-attributes-introduction-4-slides
Muhammad Ahad
 
PPTX
11. operating-systems-part-2
Muhammad Ahad
 
PPTX
01. 02. introduction (13 slides)
Muhammad Ahad
 
PPTX
11. operating-systems-part-1
Muhammad Ahad
 
PPTX
10. compute-part-2
Muhammad Ahad
 
PPTX
Software Engineering- Requirement Elicitation and Specification
Nishu Rastogi
 
PPTX
10. compute-part-1
Muhammad Ahad
 
PPTX
12. End user devices.pptx
Sibghatullah585075
 
PPT
Architecture design in software engineering
Preeti Mishra
 
PPTX
Fundamentals of Servers, server storage and server security.
Aakash Panchal
 
PPT
Software architecture design ppt
farazimlak
 
PDF
Software Engineering : Requirement Analysis & Specification
Ajit Nayak
 
PPTX
Topic # 12 of outline Configuring Local Services.pptx
AyeCS11
 
PDF
Requirement Engineering
Jonathan Christian
 
PDF
Software Process Models
Atul Karmyal
 
PPTX
Architecture business cycle
Himanshu
 
PPTX
Problems of cooperative system
fazli khaliq
 
PPTX
Service support process ppt
Pawneshwar Datt Rai
 
PPTX
Software quality assurance
University of Sargodha
 
PPT
Chapter 01 software engineering pressman
RohitGoyal183
 
03. non-functional-attributes-introduction-4-slides
Muhammad Ahad
 
11. operating-systems-part-2
Muhammad Ahad
 
01. 02. introduction (13 slides)
Muhammad Ahad
 
11. operating-systems-part-1
Muhammad Ahad
 
10. compute-part-2
Muhammad Ahad
 
Software Engineering- Requirement Elicitation and Specification
Nishu Rastogi
 
10. compute-part-1
Muhammad Ahad
 
12. End user devices.pptx
Sibghatullah585075
 
Architecture design in software engineering
Preeti Mishra
 
Fundamentals of Servers, server storage and server security.
Aakash Panchal
 
Software architecture design ppt
farazimlak
 
Software Engineering : Requirement Analysis & Specification
Ajit Nayak
 
Topic # 12 of outline Configuring Local Services.pptx
AyeCS11
 
Requirement Engineering
Jonathan Christian
 
Software Process Models
Atul Karmyal
 
Architecture business cycle
Himanshu
 
Problems of cooperative system
fazli khaliq
 
Service support process ppt
Pawneshwar Datt Rai
 
Software quality assurance
University of Sargodha
 
Chapter 01 software engineering pressman
RohitGoyal183
 

Viewers also liked (9)

PPT
Chapter13
Muhammad Ahad
 
PPT
Chapter06
Muhammad Ahad
 
PPT
Chapter01
Muhammad Ahad
 
PPT
Chapter05
Muhammad Ahad
 
PPTX
Chapter04
Muhammad Ahad
 
PPT
Chapter02
Muhammad Ahad
 
PPT
Chapter14
Muhammad Ahad
 
PPT
Chapter03
Muhammad Ahad
 
PPT
Artificial Intelligence
Muhammad Ahad
 
Chapter13
Muhammad Ahad
 
Chapter06
Muhammad Ahad
 
Chapter01
Muhammad Ahad
 
Chapter05
Muhammad Ahad
 
Chapter04
Muhammad Ahad
 
Chapter02
Muhammad Ahad
 
Chapter14
Muhammad Ahad
 
Chapter03
Muhammad Ahad
 
Artificial Intelligence
Muhammad Ahad
 
Ad

Similar to 05. performance-concepts-26-slides (20)

PPT
Performance Testing Overview
James Venetsanakos
 
PDF
Performance tuning Grails applications
GR8Conf
 
PPT
10-MultiprocessorScheduling chapter8.ppt
naghamsalimmohammed
 
PPTX
Performance Assurance for Packaged Applications
Alexander Podelko
 
PPTX
CC_Unit4_2024_Class3.pptx Cloud Computing Unit V
SakshamSingh120282
 
PDF
Building an Experimentation Platform in Clojure
Srihari Sriraman
 
PPTX
Performance Tuning
Jannet Peetz
 
PPTX
Linux basics
Raghu nath
 
PDF
performancetestinganoverview-110206071921-phpapp02.pdf
MAshok10
 
PDF
Postgresql in Education
dostatni
 
PPTX
Oracle EBS Production Support - Recommendations
Vigilant Technologies
 
PDF
Adding Value in the Cloud with Performance Test
Rodolfo Kohn
 
PDF
071410 sun a_1515_feldman_stephen
Steve Feldman
 
PDF
Architecting for the cloud storage build test
Len Bass
 
PDF
Building data intensive applications
Amit Kejriwal
 
PPT
Load Test Drupal Site Using JMeter and Amazon AWS
Vladimir Ilic
 
PPTX
MongoDB Days Silicon Valley: Best Practices for Upgrading to MongoDB
MongoDB
 
PPTX
Operating system introduction and introduction
RajendraKumarVerma10
 
PDF
Architecting for the cloud scability-availability
Len Bass
 
PPT
JMeter
Md Samsul Kabir
 
Performance Testing Overview
James Venetsanakos
 
Performance tuning Grails applications
GR8Conf
 
10-MultiprocessorScheduling chapter8.ppt
naghamsalimmohammed
 
Performance Assurance for Packaged Applications
Alexander Podelko
 
CC_Unit4_2024_Class3.pptx Cloud Computing Unit V
SakshamSingh120282
 
Building an Experimentation Platform in Clojure
Srihari Sriraman
 
Performance Tuning
Jannet Peetz
 
Linux basics
Raghu nath
 
performancetestinganoverview-110206071921-phpapp02.pdf
MAshok10
 
Postgresql in Education
dostatni
 
Oracle EBS Production Support - Recommendations
Vigilant Technologies
 
Adding Value in the Cloud with Performance Test
Rodolfo Kohn
 
071410 sun a_1515_feldman_stephen
Steve Feldman
 
Architecting for the cloud storage build test
Len Bass
 
Building data intensive applications
Amit Kejriwal
 
Load Test Drupal Site Using JMeter and Amazon AWS
Vladimir Ilic
 
MongoDB Days Silicon Valley: Best Practices for Upgrading to MongoDB
MongoDB
 
Operating system introduction and introduction
RajendraKumarVerma10
 
Architecting for the cloud scability-availability
Len Bass
 
Ad

More from Muhammad Ahad (7)

PPT
Chapter12
Muhammad Ahad
 
PPT
Chapter11
Muhammad Ahad
 
PPT
Chapter10
Muhammad Ahad
 
PPT
Chapter09
Muhammad Ahad
 
PPT
Chapter08
Muhammad Ahad
 
PPT
Chapter07
Muhammad Ahad
 
PPT
Artificial Intelligence
Muhammad Ahad
 
Chapter12
Muhammad Ahad
 
Chapter11
Muhammad Ahad
 
Chapter10
Muhammad Ahad
 
Chapter09
Muhammad Ahad
 
Chapter08
Muhammad Ahad
 
Chapter07
Muhammad Ahad
 
Artificial Intelligence
Muhammad Ahad
 

Recently uploaded (20)

PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
Biography of Daniel Podor.pdf
Daniel Podor
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Building Real-Time Digital Twins with IBM Maximo & ArcGIS Indoors
Safe Software
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Biography of Daniel Podor.pdf
Daniel Podor
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 

05. performance-concepts-26-slides

  • 1. IT Infrastructure Architecture Performance Concepts (chapter 5) Infrastructure Building Blocks and Concepts
  • 2. Introduction • Performance is a typical hygiene factor. • Nobody notices a highly performing system. • But when a system is not performing well enough, users quickly start complaining.
  • 3. Perceived performance • Perceived performance refers to how quickly a system appears to perform its task. • In general, people tend to overestimate their own patience. • People tend to value predictability in performance – When the performance of a system is fluctuating, they remember a bad experience, even if the fluctuation is relatively rare.
  • 4. Perceived performance • Inform the user about how long a task will take – Progress bars – Splash screens
  • 6. Performance during infrastructure design • Designing for performance ensures that a solution is designed, implemented, and supported to meet the performance requirements, even under increasing load. • When designing a system, performance must be considered not only when the system works as expected, but also when the system is in a special state. – Failing parts – Maintenance state – Performing backup – Running batch jobs • Calculating performance of a system in the design phase is extremely difficult and very unreliable.
  • 7. Benchmarking • A benchmark uses a specific test program to assess the relative performance of an infrastructure component • Benchmarks provide a method of comparing the performance of various subsystems across different system architectures. • Often used for computer hardware – Floating Point Operations Per Second – FLOPS – Million Instructions Per Second – MIPS • Only useful for comparing the raw speed of parts of an infrastructure – Like the speed difference between processors or between disk drives
  • 8. Vendor experience • The best way to determine the performance of a system in the design phase is to use the experience of vendors • They have a lot of experience running their products in various infrastructure configurations
  • 9. Prototyping • Also known as proof of concept (PoC) • To measure the performance of a system at an early stage – Hiring equipment from suppliers – Using datacenter capacity at a vendor’s premise – Using cloud computing resources • Focus on those parts of the system that pose the highest risk, early in the design process
  • 10. User profiling • Predict the load a new software system will pose on the infrastructure before the software is actually built • It is important to have a good indication of the expected usage of the system – Defining a number of typical user groups of the new system (personas) – Creating a list of tasks personas will perform on the new system.
  • 11. User profiling personas/tasks Persona Number of users per persona System task Infrastructure load as a result of the system task Frequency Data entry officer 100 Start application Read 100 MB data from SAN Once a day Data entry officer 100 Start application Transport 100 MB data to workstation Once a day Data entry officer 100 Enter new data Transport 50 KB data from workstation to server 40 per hour Data entry officer 100 Enter new data Store 50 KB data to SAN 40 per hour Data entry officer 100 Change existing data Read 50 KB data from SAN 10 per hour
  • 12. User profiling Infrastructure load Infrastructure load Per day Per second Data transport from server to workstation (KB) 10,400,000 361.1 Data transport from workstation to server (KB) 2,050,000 71.2 Data read from SAN (KB) 10,400,000 361.1 Data written to SAN (KB) 2,050,000 71.2
  • 13. Performance of a running system
  • 14. Managing bottlenecks • The performance of a system is based on the performance of all its components, and the interoperability of various components • Every system, regardless of how well it works, has at least one constraint (a bottleneck) that limits its performance (Bottleneck law) • A component causing the system to reach some limit is referred to as the bottleneck of the system • If the bottleneck does not negatively influence performance of the complete system under the highest expected load, it is OK
  • 15. Performance testing • Load testing - This test shows how a system performs under the expected load • Stress testing - This test shows how a system reacts when it is under extreme load • Endurance testing - This test shows how a system behaves when it is used at the expected load for a long period of time
  • 16. Performance testing - Breakpoint
  • 18. Increasing performance on upper layers • 80% of the performance issues are due to badly behaving applications • Database and application tuning typically provides much more opportunity for performance increase than installing more computing power • Application performance can benefit from: – Prioritizing tasks – Working from memory as much as possible (as opposed to working with data on disk) – Making good use of queues and schedulers
  • 19. Caching • Caching improves performance by retaining frequently used data in high speed memory, reducing access times to data. – Disk caching – Web proxies – Operational Data Store – Front-end servers – In-memory databases Component Time it takes to fetch 1 MB of data (ms) Network, 1 Gbit/s 675 Hard disk, 15k rpm, 4 KB disk blocks 105 Main memory DDR3 RAM 0.2 CPU L1 cache 0.016
  • 20. Scalability • Scalability indicates the ease in with which a system can be modified, or components can be added, to handle increasing load • Two ways to increase the scalability of a system: – Vertical scaling (scale up) - adding resources to a single component – Horizontal scaling (scale out) - adding more components to the infrastructure
  • 22. Load balancing • Load balancing spreads the load over various machines • It checks the current load on each server in the farm and sends incoming requests to the least busy server.
  • 23. High performance clusters • High performance clusters provide a vast amount of computing power by combining many computer systems. • Usually a large number of cheap off the-shelf servers are used • A combination of relatively small computers can create one large supercomputer • Used for calculation-intensive systems – Weather forecasts – Geological research – Nuclear research – Pharmaceutical research • TOP500.ORG
  • 24. Grid Computing • A computer grid is a high performance cluster that consists of systems that are spread geographically • The limited bandwidth is the bottleneck • Examples: – SETI@HOME – CERN LHC Computing Grid (140 computing centers in 35 countries) • Broker firms exist for commercial exploitation of grids • Security is a concern!
  • 25. Design for use • Performance critical applications should be designed as such • Tips: – Know what the system will be used for. A large data warehouse needs a different infrastructure design than an online transaction processing system or a web application – In some cases, special products must be used for certain systems (real- time operating systems, in-memory databases, specially designed file systems) – Use standard implementation plans that are proven in practice – Have the vendors check the design you created. – When possible, try to spread the load of the system over the available time – Move rarely used data from the main systems to other systems
  • 26. Capacity management • Capacity management guarantees high performance of a system in the long term • Performance of the system is monitored on a continuous base, to ensure performance stays within acceptable limits • Trend analyses can be used to predict performance degradation • Anticipate on business changes (like forthcoming marketing campaigns)