SlideShare una empresa de Scribd logo
1 de 33
University of St Andrews
                                     School of Computer Science




Energy Aware Clouds
   or how I’m becoming a hippie, commie, tree
hugging, kool-aid drinking, buzzword spouting PhD
                    candidate...

                                   James W. Smith
                          jws7@cs.st-andrews.ac.uk

                                                      1
University of St Andrews
                                                            School of Computer Science



                      Introduction

                                                                     
in
2007
Total
Carbon
Footprint
of
the
IT
industry
was
2%
of
all
human
ac;vity
 •830
MtCO2e
•Depending
upon
who
you
believe
•Energy
powering
devices
is
50‐75%
of
this
total
•Need
to
build
sci‐fi
power
or
improve
efficiency





                                                                           2
University of St Andrews
                                                            School of Computer Science



                      Introduction

                                                                     
in
2007
Total
Carbon
Footprint
of
the
IT
industry
was
2%
of
all
human
ac;vity
 •830
MtCO2e
•Depending
upon
who
you
believe
•Energy
powering
devices
is
50‐75%
of
this
total
•Need
to
build
sci‐fi
power
or
improve
efficiency


However,
that’s
only
the

official
reason
for
saving

energy...
                                                                           3
University of St Andrews
                                             School of Computer Science



                              Costs
Operational costs exceeding purchase costs
 •Even over a relatively short lifespan
  •[3-5] years
 •Mainly driven by energy costs




                                                            4
University of St Andrews
School of Computer Science




               5
University of St Andrews
             School of Computer Science




SO WHO BENEFITS?




                            6
University of St Andrews
School of Computer Science




               7
University of St Andrews
School of Computer Science




               8
University of St Andrews
School of Computer Science




               9
University of St Andrews
                                 School of Computer Science



            Is this new?

“computation may someday be
organised as a public utility”

          John McCarthy (1961)




                                                10
University of St Andrews
                                        School of Computer Science



              Datacentres



•   The age of the datacentre is here


•   One man and a credit card can tap into some of
    the largest computing resources in the world
                                                       11
University of St Andrews
                                                           School of Computer Science



              Some figures
•   Datacentres in the USA consume 1.5% of all
    electricity in that country



•   Energy consumption in this area has
    doubled in the period 2000-2006



•   Only 50% of electricity consumed can be
    attributed to useful work done by servers,
    rest goes on cooling, infrastructure etc
                      United States Environmental Protection Agency (EPA) 2007 12
University of St Andrews
                                 School of Computer Science


Cheap power isn’t always green


• Allow me to be a hippie for a second...



                                                13
University of St Andrews
                                               School of Computer Science



Power Usage Effectiveness

•   PUE compares how much energy is used by computing
    and infrastructure equipment

              PUE = Total Facility Power / IT Equipment Power


•   Perfect efficiency would give PUE of 1.0

•   Most datacentres in the range 1.3 -> 3.0


                                                              14
University of St Andrews
                                               School of Computer Science



                  Green Cloud?
         Positive                       Negative

• Datacentres can become the   • Datacentres are now
 most efficient centres for     consuming 0.5% of all
 computation yet                electricity in the world.
• Providers will want to       • This will only continue to
 increase cost effectiveness    grow!
• and be green!

                                                              15
University of St Andrews
                                                             School of Computer Science



                 Private Cloud
• However, Enterprise does have concerns about
  Cloud systems which Private Clouds can help to
  address
  – Security
  – Privacy
  – Administrative Control

 Private Cloud Systems have been likened to
     “drinking on your own and calling it a private party”
                                                         - P. Laudenslager


                                                                             16
University of St Andrews
                               School of Computer Science



StACC Private Cloud
     • So when the StACC cloud works
       what does it offer?
       – a platform for experimentation

                    ....
               lover
        on tro
      C         architecture       longitivtiy



                 workloads         #of nodes
                                         17
University of St Andrews
                                            School of Computer Science



              Virtualization

• Virtualization makes clouds run
  – Run multiple VMs on each physical machine
  – Improves utilization, cost effectiveness


• Save Energy
  – Increase Utilization
  – Migrate work?
  – Power down unused machines
                                                           18
University of St Andrews
                                               School of Computer Science



           Virtualization (2)
• Performance overhead
  – intermediate layer
  – increased complexity


• Different tasks have different performance costs
  – for example, using the same physical disk for two or
    more VMs...
  – and different power consumptions...

                                                              19
University of St Andrews
                                             School of Computer Science



           Virtualization (3)

• VMs increase utilization, power consumption & heat
  on a physical machine


• So we need to be careful how much virtualization
  we do, where we do it and how we prepare for it


• Is it possible to virtualize in an efficient manner?

                                                            20
University of St Andrews
                                                         School of Computer Science




                          Monitoring


•   Reports have estimated that only 13.4% of organisations monitor their
    energy consumption!

•   Each component in a system must expose their consumption
    information

•   If such functionality doesn’t exist then 3rd party tool needed

•   A controller can use this information to manage the system

                                                                        21
University of St Andrews
                                                    School of Computer Science


Feedback
                                    Places
              Cloud
                                                   VMs
             Controller
                                                              On
            Resource
            Utilisation
           Information
                            Monitor data

             Power
           Distribution
               Unit                        Server Nodes
                    Modified Private Cloud infrastructure           22
University of St Andrews
                                          School of Computer Science



        Task Consolidation
• Keep machines well utilised


• Bin packing problem
  – Tasks are objects
  – Servers are bins
  – Resources are dimensions


• Relies upon being able to accurately predict tasks
  resource requirements
                                                         23
University of St Andrews
                                 School of Computer Science


Load Balancing




• Traditional model
– Distribute work evenly
– Each node has equal workload




                                          24
University of St Andrews
                                      School of Computer Science



    Load Skewing




• Possible efficient model
  – “Skew” load
  – Give work to nodes while they can handle it
  – Power down unused nodes

                                               25
University of St Andrews
                                       School of Computer Science



Taking it further...
CPU         CPU DISK
VM          VM VM
     Server                  Server
Allocated with respect to maximising server
utilisation




                                                26
University of St Andrews
                                         School of Computer Science



Taking it further...
CPU         CPU DISK
VM          VM VM
     Server                  Server
Allocated with respect to maximising server
utilisation


                              is this really the best solution?



                                                    27
VM Profiles
• Use the monitoring information to create “Profiles” for
  each VM
                                          VM’s do one task!!!1
• Is this VM
  – CPU/Disk/Memory/Network intensive?


• Software model profiles VM according to resource
  consumption and energy usage


• Now assign by Cloud Controller according to profile....

                                                     28
University of St Andrews
                                                           School of Computer Science



       Taking it even further...
                   CPU           DISK           CPU
                   VM            VM VM
                         Server                   Server
                    Allocated according to VM Profile

Benefits:
- Simple system
- No teleportation of VMs
- utilization increase in multiple dimensions

                                                                    29
University of St Andrews
                School of Computer Science




and in the end...




                               30
University of St Andrews
                          School of Computer Science




        and in the end...

we save a wee bit of energy...




                                         31
University of St Andrews
                          School of Computer Science




        and in the end...

we save a wee bit of energy...

     and live happily ever after.


                                         32
University of St Andrews
                                        School of Computer Science




                Questions?


Credits
Diagrams & slides by me (jws7@cs.st-andrews.ac.uk)
Photos from Google Image search
and one slide nicked from Ali Khajeh-Hosseini

                                                       33

Más contenido relacionado

La actualidad más candente

Optimization of Resource Provisioning Cost in Cloud Computing
Optimization of Resource Provisioning Cost in Cloud ComputingOptimization of Resource Provisioning Cost in Cloud Computing
Optimization of Resource Provisioning Cost in Cloud ComputingAswin Kalarickal
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computingsudha kar
 
Data security in cloud computing
Data security in cloud computingData security in cloud computing
Data security in cloud computingPrince Chandu
 
The seminar report on cloud computing
The seminar report on cloud computingThe seminar report on cloud computing
The seminar report on cloud computingDivyesh Shah
 
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...Ignacio M. Llorente
 
Cloud computing presentation
Cloud computing presentation  Cloud computing presentation
Cloud computing presentation hemanth S R
 
OIT552 Cloud Computing Material
OIT552 Cloud Computing MaterialOIT552 Cloud Computing Material
OIT552 Cloud Computing Materialpkaviya
 
Security on Cloud Computing
Security on Cloud Computing Security on Cloud Computing
Security on Cloud Computing Reza Pahlava
 
Cloud in Supply Chain
Cloud in Supply ChainCloud in Supply Chain
Cloud in Supply ChainAmal Dev
 
Virtualization in cloud
Virtualization in cloudVirtualization in cloud
Virtualization in cloudAshok Kumar
 
Grid computing [2005]
Grid computing [2005]Grid computing [2005]
Grid computing [2005]Raul Soto
 
A brief history of cloud computing
A brief history of cloud computingA brief history of cloud computing
A brief history of cloud computingOneserve
 

La actualidad más candente (20)

Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud sim
Cloud simCloud sim
Cloud sim
 
Optimization of Resource Provisioning Cost in Cloud Computing
Optimization of Resource Provisioning Cost in Cloud ComputingOptimization of Resource Provisioning Cost in Cloud Computing
Optimization of Resource Provisioning Cost in Cloud Computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Fundamental Cloud Computing
Fundamental Cloud ComputingFundamental Cloud Computing
Fundamental Cloud Computing
 
Unit i introduction to grid computing
Unit i   introduction to grid computingUnit i   introduction to grid computing
Unit i introduction to grid computing
 
Data security in cloud computing
Data security in cloud computingData security in cloud computing
Data security in cloud computing
 
Cloud Infrastructure Mechanisms
Cloud Infrastructure MechanismsCloud Infrastructure Mechanisms
Cloud Infrastructure Mechanisms
 
The seminar report on cloud computing
The seminar report on cloud computingThe seminar report on cloud computing
The seminar report on cloud computing
 
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...Cloud Computing Architecture with Open Nebula  - HPC Cloud Use Cases - NASA A...
Cloud Computing Architecture with Open Nebula - HPC Cloud Use Cases - NASA A...
 
Cloud computing presentation
Cloud computing presentation  Cloud computing presentation
Cloud computing presentation
 
Big Data & The Cloud
Big Data & The CloudBig Data & The Cloud
Big Data & The Cloud
 
OIT552 Cloud Computing Material
OIT552 Cloud Computing MaterialOIT552 Cloud Computing Material
OIT552 Cloud Computing Material
 
Security on Cloud Computing
Security on Cloud Computing Security on Cloud Computing
Security on Cloud Computing
 
Unit 4
Unit 4Unit 4
Unit 4
 
Cloud in Supply Chain
Cloud in Supply ChainCloud in Supply Chain
Cloud in Supply Chain
 
Grid computing
Grid computingGrid computing
Grid computing
 
Virtualization in cloud
Virtualization in cloudVirtualization in cloud
Virtualization in cloud
 
Grid computing [2005]
Grid computing [2005]Grid computing [2005]
Grid computing [2005]
 
A brief history of cloud computing
A brief history of cloud computingA brief history of cloud computing
A brief history of cloud computing
 

Similar a Energy Aware Clouds

Similar a Energy Aware Clouds (20)

CloudMonitor: Energy Aware Clouds
CloudMonitor: Energy Aware CloudsCloudMonitor: Energy Aware Clouds
CloudMonitor: Energy Aware Clouds
 
Reading partymay2010
Reading partymay2010Reading partymay2010
Reading partymay2010
 
CloudMonitor: Profiling Power Usage
CloudMonitor: Profiling Power UsageCloudMonitor: Profiling Power Usage
CloudMonitor: Profiling Power Usage
 
Cloud pres3
Cloud pres3Cloud pres3
Cloud pres3
 
Software complexity
Software complexitySoftware complexity
Software complexity
 
Universities as “Smart Cities” in a Globally Connected World - How Will They ...
Universities as “Smart Cities” in a Globally Connected World - How Will They ...Universities as “Smart Cities” in a Globally Connected World - How Will They ...
Universities as “Smart Cities” in a Globally Connected World - How Will They ...
 
Towards Autonomic e-Science Ecosystems
Towards Autonomic e-Science EcosystemsTowards Autonomic e-Science Ecosystems
Towards Autonomic e-Science Ecosystems
 
Cloud Computing Workshop July23rd2010 1
Cloud Computing Workshop July23rd2010 1Cloud Computing Workshop July23rd2010 1
Cloud Computing Workshop July23rd2010 1
 
Pervasive Computing
Pervasive ComputingPervasive Computing
Pervasive Computing
 
Koomeyondatacenterelectricityuse v24
Koomeyondatacenterelectricityuse v24Koomeyondatacenterelectricityuse v24
Koomeyondatacenterelectricityuse v24
 
GreenLight: GLIF 2009
GreenLight:  GLIF 2009GreenLight:  GLIF 2009
GreenLight: GLIF 2009
 
Green Cloud Computing
Green Cloud ComputingGreen Cloud Computing
Green Cloud Computing
 
High–Performance Computing
High–Performance ComputingHigh–Performance Computing
High–Performance Computing
 
Can the Cloud Be Green?
Can the Cloud Be Green?Can the Cloud Be Green?
Can the Cloud Be Green?
 
Esn 0309 Cloud Computing Rpt
Esn 0309 Cloud Computing RptEsn 0309 Cloud Computing Rpt
Esn 0309 Cloud Computing Rpt
 
Session1
Session1Session1
Session1
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud computing lecture
Cloud computing lecture Cloud computing lecture
Cloud computing lecture
 
Greening ict programme meeting slides
Greening ict programme meeting slidesGreening ict programme meeting slides
Greening ict programme meeting slides
 
Cloud computing
Cloud computing Cloud computing
Cloud computing
 

Último

Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeCzechDreamin
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityScyllaDB
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsUXDXConf
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKUXDXConf
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCzechDreamin
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101vincent683379
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...CzechDreamin
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfFIDO Alliance
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...CzechDreamin
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomCzechDreamin
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoTAnalytics
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfSrushith Repakula
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyUXDXConf
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...FIDO Alliance
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...marcuskenyatta275
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxJennifer Lim
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIES VE
 

Último (20)

Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering Teams
 
Connecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAKConnecting the Dots in Product Design at KAYAK
Connecting the Dots in Product Design at KAYAK
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
Behind the Scenes From the Manager's Chair: Decoding the Secrets of Successfu...
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
A Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System StrategyA Business-Centric Approach to Design System Strategy
A Business-Centric Approach to Design System Strategy
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
IESVE for Early Stage Design and Planning
IESVE for Early Stage Design and PlanningIESVE for Early Stage Design and Planning
IESVE for Early Stage Design and Planning
 

Energy Aware Clouds

  • 1. University of St Andrews School of Computer Science Energy Aware Clouds or how I’m becoming a hippie, commie, tree hugging, kool-aid drinking, buzzword spouting PhD candidate... James W. Smith jws7@cs.st-andrews.ac.uk 1
  • 2. University of St Andrews School of Computer Science Introduction 
in
2007 Total
Carbon
Footprint
of
the
IT
industry
was
2%
of
all
human
ac;vity •830
MtCO2e •Depending
upon
who
you
believe •Energy
powering
devices
is
50‐75%
of
this
total •Need
to
build
sci‐fi
power
or
improve
efficiency
 2
  • 3. University of St Andrews School of Computer Science Introduction 
in
2007 Total
Carbon
Footprint
of
the
IT
industry
was
2%
of
all
human
ac;vity •830
MtCO2e •Depending
upon
who
you
believe •Energy
powering
devices
is
50‐75%
of
this
total •Need
to
build
sci‐fi
power
or
improve
efficiency
 However,
that’s
only
the
 official
reason
for
saving
 energy... 3
  • 4. University of St Andrews School of Computer Science Costs Operational costs exceeding purchase costs •Even over a relatively short lifespan •[3-5] years •Mainly driven by energy costs 4
  • 5. University of St Andrews School of Computer Science 5
  • 6. University of St Andrews School of Computer Science SO WHO BENEFITS? 6
  • 7. University of St Andrews School of Computer Science 7
  • 8. University of St Andrews School of Computer Science 8
  • 9. University of St Andrews School of Computer Science 9
  • 10. University of St Andrews School of Computer Science Is this new? “computation may someday be organised as a public utility” John McCarthy (1961) 10
  • 11. University of St Andrews School of Computer Science Datacentres • The age of the datacentre is here • One man and a credit card can tap into some of the largest computing resources in the world 11
  • 12. University of St Andrews School of Computer Science Some figures • Datacentres in the USA consume 1.5% of all electricity in that country • Energy consumption in this area has doubled in the period 2000-2006 • Only 50% of electricity consumed can be attributed to useful work done by servers, rest goes on cooling, infrastructure etc United States Environmental Protection Agency (EPA) 2007 12
  • 13. University of St Andrews School of Computer Science Cheap power isn’t always green • Allow me to be a hippie for a second... 13
  • 14. University of St Andrews School of Computer Science Power Usage Effectiveness • PUE compares how much energy is used by computing and infrastructure equipment PUE = Total Facility Power / IT Equipment Power • Perfect efficiency would give PUE of 1.0 • Most datacentres in the range 1.3 -> 3.0 14
  • 15. University of St Andrews School of Computer Science Green Cloud? Positive Negative • Datacentres can become the • Datacentres are now most efficient centres for consuming 0.5% of all computation yet electricity in the world. • Providers will want to • This will only continue to increase cost effectiveness grow! • and be green! 15
  • 16. University of St Andrews School of Computer Science Private Cloud • However, Enterprise does have concerns about Cloud systems which Private Clouds can help to address – Security – Privacy – Administrative Control Private Cloud Systems have been likened to “drinking on your own and calling it a private party” - P. Laudenslager 16
  • 17. University of St Andrews School of Computer Science StACC Private Cloud • So when the StACC cloud works what does it offer? – a platform for experimentation .... lover on tro C architecture longitivtiy workloads #of nodes 17
  • 18. University of St Andrews School of Computer Science Virtualization • Virtualization makes clouds run – Run multiple VMs on each physical machine – Improves utilization, cost effectiveness • Save Energy – Increase Utilization – Migrate work? – Power down unused machines 18
  • 19. University of St Andrews School of Computer Science Virtualization (2) • Performance overhead – intermediate layer – increased complexity • Different tasks have different performance costs – for example, using the same physical disk for two or more VMs... – and different power consumptions... 19
  • 20. University of St Andrews School of Computer Science Virtualization (3) • VMs increase utilization, power consumption & heat on a physical machine • So we need to be careful how much virtualization we do, where we do it and how we prepare for it • Is it possible to virtualize in an efficient manner? 20
  • 21. University of St Andrews School of Computer Science Monitoring • Reports have estimated that only 13.4% of organisations monitor their energy consumption! • Each component in a system must expose their consumption information • If such functionality doesn’t exist then 3rd party tool needed • A controller can use this information to manage the system 21
  • 22. University of St Andrews School of Computer Science Feedback Places Cloud VMs Controller On Resource Utilisation Information Monitor data Power Distribution Unit Server Nodes Modified Private Cloud infrastructure 22
  • 23. University of St Andrews School of Computer Science Task Consolidation • Keep machines well utilised • Bin packing problem – Tasks are objects – Servers are bins – Resources are dimensions • Relies upon being able to accurately predict tasks resource requirements 23
  • 24. University of St Andrews School of Computer Science Load Balancing • Traditional model – Distribute work evenly – Each node has equal workload 24
  • 25. University of St Andrews School of Computer Science Load Skewing • Possible efficient model – “Skew” load – Give work to nodes while they can handle it – Power down unused nodes 25
  • 26. University of St Andrews School of Computer Science Taking it further... CPU CPU DISK VM VM VM Server Server Allocated with respect to maximising server utilisation 26
  • 27. University of St Andrews School of Computer Science Taking it further... CPU CPU DISK VM VM VM Server Server Allocated with respect to maximising server utilisation is this really the best solution? 27
  • 28. VM Profiles • Use the monitoring information to create “Profiles” for each VM VM’s do one task!!!1 • Is this VM – CPU/Disk/Memory/Network intensive? • Software model profiles VM according to resource consumption and energy usage • Now assign by Cloud Controller according to profile.... 28
  • 29. University of St Andrews School of Computer Science Taking it even further... CPU DISK CPU VM VM VM Server Server Allocated according to VM Profile Benefits: - Simple system - No teleportation of VMs - utilization increase in multiple dimensions 29
  • 30. University of St Andrews School of Computer Science and in the end... 30
  • 31. University of St Andrews School of Computer Science and in the end... we save a wee bit of energy... 31
  • 32. University of St Andrews School of Computer Science and in the end... we save a wee bit of energy... and live happily ever after. 32
  • 33. University of St Andrews School of Computer Science Questions? Credits Diagrams & slides by me (jws7@cs.st-andrews.ac.uk) Photos from Google Image search and one slide nicked from Ali Khajeh-Hosseini 33

Notas del editor

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n