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)
Ad

More Related Content

What's hot (20)

03. non-functional-attributes-introduction-4-slides
03. non-functional-attributes-introduction-4-slides03. non-functional-attributes-introduction-4-slides
03. non-functional-attributes-introduction-4-slides
Muhammad Ahad
 
10. compute-part-2
10. compute-part-210. compute-part-2
10. compute-part-2
Muhammad Ahad
 
11. operating-systems-part-2
11. operating-systems-part-211. operating-systems-part-2
11. operating-systems-part-2
Muhammad Ahad
 
10. compute-part-1
10. compute-part-110. compute-part-1
10. compute-part-1
Muhammad Ahad
 
01. 02. introduction (13 slides)
01.   02. introduction (13 slides)01.   02. introduction (13 slides)
01. 02. introduction (13 slides)
Muhammad Ahad
 
11. operating-systems-part-1
11. operating-systems-part-111. operating-systems-part-1
11. operating-systems-part-1
Muhammad Ahad
 
12. End user devices.pptx
12. End user devices.pptx12. End user devices.pptx
12. End user devices.pptx
Sibghatullah585075
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
Rupsee
 
Introduction to distributed file systems
Introduction to distributed file systemsIntroduction to distributed file systems
Introduction to distributed file systems
Viet-Trung TRAN
 
Virtualization.ppt
Virtualization.pptVirtualization.ppt
Virtualization.ppt
vishal choudhary
 
Memory consistency models
Memory consistency modelsMemory consistency models
Memory consistency models
palani kumar
 
What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...
Shashi soni
 
Rapid application developmet
Rapid application developmetRapid application developmet
Rapid application developmet
Rohana K Amarakoon
 
Fundamentals of Servers, server storage and server security.
Fundamentals of Servers, server storage and server security.Fundamentals of Servers, server storage and server security.
Fundamentals of Servers, server storage and server security.
Aakash Panchal
 
Operating System and Building Blocks
Operating System and Building BlocksOperating System and Building Blocks
Operating System and Building Blocks
AnupritaBhoyar
 
Elmasri Navathe DBMS Unit-1 ppt
Elmasri Navathe DBMS Unit-1 pptElmasri Navathe DBMS Unit-1 ppt
Elmasri Navathe DBMS Unit-1 ppt
AbhinavPandey274499
 
Distributed Operating Systems
Distributed Operating SystemsDistributed Operating Systems
Distributed Operating Systems
Ummiya Mohammedi
 
Troubleshooting complex layer 2 issues ppt 16 bsit098
Troubleshooting complex  layer 2 issues ppt 16 bsit098Troubleshooting complex  layer 2 issues ppt 16 bsit098
Troubleshooting complex layer 2 issues ppt 16 bsit098
Quratulain baloch
 
Learning Method In Data Mining
Learning Method In Data MiningLearning Method In Data Mining
Learning Method In Data Mining
ishaq zaman
 
Database , 12 Reliability
Database , 12 ReliabilityDatabase , 12 Reliability
Database , 12 Reliability
Ali Usman
 
03. non-functional-attributes-introduction-4-slides
03. non-functional-attributes-introduction-4-slides03. non-functional-attributes-introduction-4-slides
03. non-functional-attributes-introduction-4-slides
Muhammad Ahad
 
11. operating-systems-part-2
11. operating-systems-part-211. operating-systems-part-2
11. operating-systems-part-2
Muhammad Ahad
 
01. 02. introduction (13 slides)
01.   02. introduction (13 slides)01.   02. introduction (13 slides)
01. 02. introduction (13 slides)
Muhammad Ahad
 
11. operating-systems-part-1
11. operating-systems-part-111. operating-systems-part-1
11. operating-systems-part-1
Muhammad Ahad
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
Rupsee
 
Introduction to distributed file systems
Introduction to distributed file systemsIntroduction to distributed file systems
Introduction to distributed file systems
Viet-Trung TRAN
 
Memory consistency models
Memory consistency modelsMemory consistency models
Memory consistency models
palani kumar
 
What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...What is Virtualization and its types & Techniques.What is hypervisor and its ...
What is Virtualization and its types & Techniques.What is hypervisor and its ...
Shashi soni
 
Fundamentals of Servers, server storage and server security.
Fundamentals of Servers, server storage and server security.Fundamentals of Servers, server storage and server security.
Fundamentals of Servers, server storage and server security.
Aakash Panchal
 
Operating System and Building Blocks
Operating System and Building BlocksOperating System and Building Blocks
Operating System and Building Blocks
AnupritaBhoyar
 
Distributed Operating Systems
Distributed Operating SystemsDistributed Operating Systems
Distributed Operating Systems
Ummiya Mohammedi
 
Troubleshooting complex layer 2 issues ppt 16 bsit098
Troubleshooting complex  layer 2 issues ppt 16 bsit098Troubleshooting complex  layer 2 issues ppt 16 bsit098
Troubleshooting complex layer 2 issues ppt 16 bsit098
Quratulain baloch
 
Learning Method In Data Mining
Learning Method In Data MiningLearning Method In Data Mining
Learning Method In Data Mining
ishaq zaman
 
Database , 12 Reliability
Database , 12 ReliabilityDatabase , 12 Reliability
Database , 12 Reliability
Ali Usman
 

Viewers also liked (9)

Chapter13
Chapter13Chapter13
Chapter13
Muhammad Ahad
 
Chapter06
Chapter06Chapter06
Chapter06
Muhammad Ahad
 
Chapter01
Chapter01Chapter01
Chapter01
Muhammad Ahad
 
Chapter05
Chapter05Chapter05
Chapter05
Muhammad Ahad
 
Chapter04
Chapter04Chapter04
Chapter04
Muhammad Ahad
 
Chapter02
Chapter02Chapter02
Chapter02
Muhammad Ahad
 
Chapter14
Chapter14Chapter14
Chapter14
Muhammad Ahad
 
Chapter03
Chapter03Chapter03
Chapter03
Muhammad Ahad
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
Muhammad Ahad
 
Ad

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

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

More from Muhammad Ahad (7)

Chapter12
Chapter12Chapter12
Chapter12
Muhammad Ahad
 
Chapter11
Chapter11Chapter11
Chapter11
Muhammad Ahad
 
Chapter10
Chapter10Chapter10
Chapter10
Muhammad Ahad
 
Chapter09
Chapter09Chapter09
Chapter09
Muhammad Ahad
 
Chapter08
Chapter08Chapter08
Chapter08
Muhammad Ahad
 
Chapter07
Chapter07Chapter07
Chapter07
Muhammad Ahad
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
Muhammad Ahad
 

Recently uploaded (20)

An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient CareAn Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
Cyntexa
 
May Patch Tuesday
May Patch TuesdayMay Patch Tuesday
May Patch Tuesday
Ivanti
 
AI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamsonAI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamson
UXPA Boston
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Developing System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptxDeveloping System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptx
wondimagegndesta
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
James Anderson
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...
Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...
Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...
Safe Software
 
Cybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and MitigationCybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and Mitigation
VICTOR MAESTRE RAMIREZ
 
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
João Esperancinha
 
Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)
Kaya Weers
 
Build With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdfBuild With AI - In Person Session Slides.pdf
Build With AI - In Person Session Slides.pdf
Google Developer Group - Harare
 
Agentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community MeetupAgentic Automation - Delhi UiPath Community Meetup
Agentic Automation - Delhi UiPath Community Meetup
Manoj Batra (1600 + Connections)
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
Com fer un pla de gestió de dades amb l'eiNa DMP (en anglès)
CSUC - Consorci de Serveis Universitaris de Catalunya
 
Top 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptx
Top 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptxTop 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptx
Top 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptx
mkubeusa
 
Viam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdfViam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdf
camilalamoratta
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
AsyncAPI v3 : Streamlining Event-Driven API Design
AsyncAPI v3 : Streamlining Event-Driven API DesignAsyncAPI v3 : Streamlining Event-Driven API Design
AsyncAPI v3 : Streamlining Event-Driven API Design
leonid54
 
An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient CareAn Overview of Salesforce Health Cloud & How is it Transforming Patient Care
An Overview of Salesforce Health Cloud & How is it Transforming Patient Care
Cyntexa
 
May Patch Tuesday
May Patch TuesdayMay Patch Tuesday
May Patch Tuesday
Ivanti
 
AI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamsonAI-proof your career by Olivier Vroom and David WIlliamson
AI-proof your career by Olivier Vroom and David WIlliamson
UXPA Boston
 
Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?Shoehorning dependency injection into a FP language, what does it take?
Shoehorning dependency injection into a FP language, what does it take?
Eric Torreborre
 
Developing System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptxDeveloping System Infrastructure Design Plan.pptx
Developing System Infrastructure Design Plan.pptx
wondimagegndesta
 
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Everything You Need to Know About Agentforce? (Put AI Agents to Work)
Cyntexa
 
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
GDG Cloud Southlake #42: Suresh Mathew: Autonomous Resource Optimization: How...
James Anderson
 
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Kit-Works Team Study_아직도 Dockefile.pdf_김성호
Wonjun Hwang
 
Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...
Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...
Integrating FME with Python: Tips, Demos, and Best Practices for Powerful Aut...
Safe Software
 
Cybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and MitigationCybersecurity Threat Vectors and Mitigation
Cybersecurity Threat Vectors and Mitigation
VICTOR MAESTRE RAMIREZ
 
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
Could Virtual Threads cast away the usage of Kotlin Coroutines - DevoxxUK2025
João Esperancinha
 
Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)Design pattern talk by Kaya Weers - 2025 (v2)
Design pattern talk by Kaya Weers - 2025 (v2)
Kaya Weers
 
How to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabberHow to Install & Activate ListGrabber - eGrabber
How to Install & Activate ListGrabber - eGrabber
eGrabber
 
Top 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptx
Top 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptxTop 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptx
Top 5 Benefits of Using Molybdenum Rods in Industrial Applications.pptx
mkubeusa
 
Viam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdfViam product demo_ Deploying and scaling AI with hardware.pdf
Viam product demo_ Deploying and scaling AI with hardware.pdf
camilalamoratta
 
Config 2025 presentation recap covering both days
Config 2025 presentation recap covering both daysConfig 2025 presentation recap covering both days
Config 2025 presentation recap covering both days
TrishAntoni1
 
AsyncAPI v3 : Streamlining Event-Driven API Design
AsyncAPI v3 : Streamlining Event-Driven API DesignAsyncAPI v3 : Streamlining Event-Driven API Design
AsyncAPI v3 : Streamlining Event-Driven API Design
leonid54
 

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)
  翻译: