SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
Supporting Soft Real-Time Tasks

Min Lee, A. S. Krishnakumar, P. Krishnan, Navjot Singh, Shalini Yajnik


                      Paper published in VEE 2010
Problem Statement
 Given a mix of workloads how do you schedule the
 workload such that
  – Real-time workloads get the needed resources
  – Non-real-time workloads are not starved

 Main goal:
  – Present a new scheduler based on the credit scheduler
    which meets the demands of a real-time workload
  – Target application studied: Media in an IP telephony system




                                               © 2009 Avaya Inc. All rights reserved.   2
Real-Time Applications
 Requirements of a Real-time application like Media Server
  – Highly I/O bound
  – Needs timely allocation of compute resources

 Challenges when deployed on Xen
  – I/O virtualization overhead
  – Variable scheduling latency with mixed workloads
  – Cache contention between workloads

 Scheduler is central to all these issues!




                                              © 2009 Avaya Inc. All rights reserved.   3
Target Application: Enterprise IP Telephony System
                                               Call-C and Sip-S
                                               (Call setup/tear down)

                                                                                  Gateway/ Media
                                                                                  Server
                                                                                  (stream
IP Endpoint                                                                       encode/decode)


              .                                                               .
              .                                                   Backbone    .
              .   Local Area Network                              Network     .
                                                                                                   Local Area Network

                                                                                   Gateway/
                                                                                   Media Server
                                                        Media-S
                                               Call-C




                                                                      Sip-S
                                       Dom0




                                                                                                              IP Endpoint



                                              Xen Hypervisor

                                                   Hardware
                                                                                                    © 2009 Avaya Inc. All rights reserved.   4
Credit Scheduler: Credit Handling
 Consumes credits to run

      CPU0     VCPU4   VCPU2   VCPU7   VCPU1   VCPU0         VCPU5




                                                  Under                 Over
                                                  priority             priority




  Every 30ms, distribute credits based on weights
   – E.g. 20% CPU to VM 1, 40% CPU to VM 2
   – Proportional distribution
   – Default weight (256)


                                                             © 2009 Avaya Inc. All rights reserved.   5
Credit Scheduler: I/O Handling
 VCPUs woken up and boosted in priority when event
 arrives

     CPU0    VCPU3   VCPU4   VCPU2   VCPU7        VCPU1      VCPU0               VCPU5




                                       Boost          Under                 Over
                                       priority       priority             priority




     CPU0    VCPU4   VCPU2   VCPU7   VCPU1        VCPU3     VCPU0               VCPU5




  Only one time boost (<10ms)
                                                                 © 2009 Avaya Inc. All rights reserved.   6
Credit Scheduler: Credit Crisis
Credits
 – Good for CPU-bound
                                                 Compute-
   task                                       intensive Tasks
                                               (supported by
Boost Priority                                     credit)
 – Good for Low-latency
   tasks, e.g. I/O in Dom0
 – Short period boost

Media Servers                Low-latency
                              Tasks (I/O             Multi-media
 – Need both CPU and low     processing,                Tasks
   latency                   Interactive)          (Soft Real-time)

 – Timely CPU                           CPU- bound
 – No support in current
   scheduler                                © 2009 Avaya Inc. All rights reserved.   7
Laxity-based Scheduler
 Four Components in the scheduler
  – Laxity (A)
  – Boost with event (B)
  – Simple Load Balance (L)
  – Cache-aware Real-time load balancing (LL)




                                                © 2009 Avaya Inc. All rights reserved.   8
Experimental Setup

Enterprise Telephony system
 – Media server – ‘Media-S’
 – Signaling server – ‘Call-C,Sip-S’
 – Other VMs
    • Dom0
    • Cdom [Computational domain]
    • Two more domains [Licensing, management]

Two workload scenarios
 – Standard (Cdom with no load)
 – Cpuload (Cdom has 4 cpu-bound tasks)



                                                 © 2009 Avaya Inc. All rights reserved.   9
Experimental Setup




                                                     Media-S




                                                                                  C-Dom
                                                                         Call-C
                                             Dom0
                                                                                          …




                                                                 SIP-S
 Dell 2950 server
  – 2 quad-core Xeon processors
                                                      Xen Hypervisor
  – 4 GB of RAM
                                                                                     Server
 4 cores used: 2 cores from each   COMPACT




 socket
  – So private cache
 4cps, sample one out of 4calls
                                                               IP network
                                                                IP network
  – G.711, 20ms packetization
  – 30sec hold time
  – Max 240
     streams through Media-S
                                                                                                               tcpdump
 PESQ
  – Quality of voice metric                         SIPp and RTP Clients
  – Compare the reference
     with stream from Media-S                                              © 2009 Avaya Inc. All rights reserved.   10
Instrumentation
 Custom events for Xentrace
 CPU utilization
 Worst/average wait time
  – Each priority
 Scheduled Time
                                     Average wait time
  – Each priority
 Cache misses
  – By xenoprof




                              L2 cache missesAvaya Inc. All rights reserved.
                                          © 2009                               11
Reading the plots
 PESQ
  – Quality of voice
  – 0 (bad)~4.5
  – 4.0 (toll quality)

 Cumulative Density
 Boxplots
  – Min/Max
  – 25%,75%
    percentile
  – Median
                         Poor quality                             Good quality
                                        © 2009 Avaya Inc. All rights reserved.   12
Default Credit Scheduler: Performance
 Add weights – 512, 1024
  – Insignificant impact

 Pinning
  – Media-S/Call-C require
    significant CPU
  – Pinned Media-S/Call-C to
    CPU 0,1 respectively
  – Pinned others to CPU 2,3
  – Dom0 is floating
  – Significant performance gain   Weights                                  Pinning

  – Underutilizing CPU!

                                             © 2009 Avaya Inc. All rights reserved.   13
Laxity (A)
 A form of priority
   – Target scheduling latency or deadline
   – E.g. less than 5ms wait time in the run queue
   – Parameter specified by user

 Laxity values for Real-time domains
 No value specified for Non real-time domains
   – Conceptually infinite laxity




                                                 © 2009 Avaya Inc. All rights reserved.   14
Implementation of laxity
 Where to insert real-time tasks to meet their deadline
  – In over priority, laxity value is ignored.




                   VCPU4       VCPU2    VCPU7      VCPU1       VCPU0         VCPU5
         CPU0       (1us)       (7us)    (4us)     (13us)      (40us)        (21us)




                                                                      VCPU#
                            Boost       Under        Over           (Length of
                            priority    priority    priority    previous time slice)
          5us
          20us
          20us&boost


                                                                    © 2009 Avaya Inc. All rights reserved.   15
Prediction of wait time in runqueue
Each VCPU maintains an
expected run time
 – The amount of CPU time it
   utilized in its previous run
Works reasonably well
 – Min/max
 – 25%,75% percentile
More sophisticated formula can
be used


                                   Average difference between
                                  expected and actual wait times


                                                   © 2009 Avaya Inc. All rights reserved.   16
Laxity-based Scheduler: Performance
 Improved PESQ




                                      © 2009 Avaya Inc. All rights reserved.   17
Boost with event (B)
 Credit scheduler boosts only waiting VCPUs
  – Media-S in run queue doesn’t get boosted

 Idea: Boost a VCPU that receives an event
  – Even if VCPU with under priority in runqueue


               VCPU4       VCPU2      VCPU7       VCPU1     VCPU0    VCPU5
       CPU0     (1us)       (7us)      (4us)      (13us)    (40us)   (21us)



                                               (1) Receiving event

                        (2) Get boosted within queue


              VCPU4       VCPU1      VCPU2       VCPU7     VCPU0     VCPU5
       CPU0    (1us)      (13us)      (7us)       (4us)    (40us)    (21us)




                                                                              © 2009 Avaya Inc. All rights reserved.   18
Credit Scheduler: Load Balance


     CPU0       VCPU4    VCPU2    VCPU7   VCPU1   VCPU0   VCPU5


                (2) Peek peer’s Q
      (3) Steal higher priority task
         (1) Over or idle task?

     CPU1       VCPU10   VCPU15




                                                          © 2009 Avaya Inc. All rights reserved.   19
Simple Load Balance (L)
                         Laxity-based scheduler (Simple Load Balance)


     CPU0      VCPU4    VCPU2    VCPU7    VCPU1   VCPU0   VCPU5


               (2) Peek peer’s Q
      (3) Steal higher priority task
      (4) If same priority
                (a) If mine is real time task, don’t steal
                (b) If peer’s is real time task, steal
                (c) Both non-real-time, compare entrance time into queue
                          - with some delay (2ms)
        (1) Under, over or idle task?

    CPU1      VCPU17   VCPU11   VCPU10   VCPU15




                                                          © 2009 Avaya Inc. All rights reserved.   20
Simple Load Balance (L)
                           Laxity-based scheduler (Simple Load Balance)


     CPU0      Media-S    VCPU2    VCPU7    VCPU1   VCPU0   VCPU5




      (1) This effectively distributes real-time tasks over CPUs
      (2) Also prevents starvation




    CPU1      VCPU17     VCPU11   VCPU10   VCPU15




                                                            © 2009 Avaya Inc. All rights reserved.   21
Simple Load Balance (L)
                           Laxity-based scheduler (Simple Load Balance)


     CPU0      Media-S    VCPU2    VCPU7    VCPU1    VCPU0   VCPU5




    (1) Moves non-real-time task if they waited for some time




    CPU1       VCPU2     VCPU17   VCPU11   VCPU10   VCPU15




                                                             © 2009 Avaya Inc. All rights reserved.   22
Cache-aware Real-time load balancing (LL)
 L good, but…
  – Ping-ponging tasks trash cache

 Solution: Bind RT-tasks to CPU
  – Fix RT-tasks to its initial CPU
  – Disable load-balancing for RT-tasks

 Creates unbalance of multiple RT-tasks
  – Need a new load-balancer for RT-tasks




                                            © 2009 Avaya Inc. All rights reserved.   23
Cache-aware Real-time load balancing (LL)
 Don’t steal peer’s real-time tasks in L
  – Prefer hot cache (to low wait time)

 New x-sec-load balancer
  – Balance of real time task’s cpu utilization via bin-packing

         CPU0 90% utilized by one real time task




         CPU1 80% utilized by three real time tasks




                                                   © 2009 Avaya Inc. All rights reserved.   24
Cache-aware Real-time load balancing (LL)
 Improved PESQ




                                     © 2009 Avaya Inc. All rights reserved.   25
Result (CPU utilization)
 We’re fully utilizing CPUs!

                                       14000
   Amount of work done by cpuhogging




                                       12000


                                       10000


                                        8000
                process




                                        6000


                                        4000


                                        2000


                                          0
                                               baseline(pinned)   baseline      A       AL                  ALL
                                                                             Policies




                                                                                             © 2009 Avaya Inc. All rights reserved.   26
Result (Cache misses)
Total cache misses down                                                                                             Cache misses for Media Server down


             4000                            1200

             3500
                                             1000
             3000

                                             800
             2500
    Misses (x10000)




             2000                            600

             1500
                                             400

             1000
                                             200
                      500

                                               0
                       0
                                                    baseline




                                                                              baseline




                                                                                                         baseline




                                                                                                                                   baseline




                                                                                                                                                             baseline
                                                               A




                                                                                          A




                                                                                                                    A




                                                                                                                                              A




                                                                                                                                                                        A
                                                                   AL
                                                                        ALL




                                                                                              AL
                                                                                                   ALL




                                                                                                                        AL
                                                                                                                             ALL




                                                                                                                                                  AL
                                                                                                                                                       ALL




                                                                                                                                                                            AL
                                                                                                                                                                                  ALL
                            baseline
                                   A
                                        AL
                                       ALL




                            Total misses                       C-dom                     Domain-0                   Call-C                    Sip-S                     Media-S
                                                    Cache misses for standard configuration
                                                                                                                                                                © 2009 Avaya Inc. All rights reserved.   27
Conclusion
 New soft real-time aware scheduler for Xen
  – Better support for real-time applications without penalizing
    non-real time tasks
  – Fully utilizing CPU resources
  – Timeliness requirement expressed by laxity




                                                 © 2009 Avaya Inc. All rights reserved.   28
Backup




         © 2009 Avaya Inc. All rights reserved.
Result (Various laxity value)
 Lower laxity   more realtime         better quality




            various laxity values - standard configuration
                                                    © 2009 Avaya Inc. All rights reserved.   30
Result (Various laxity value)
 Lower laxity       more realtime        better quality




                various laxity values - cpuload configuration
                                                       © 2009 Avaya Inc. All rights reserved.   31
Result (Load balance)
 Load balancing is essential for multicore




  PESQ improvement through load balancer in standard configuration
                                                   © 2009 Avaya Inc. All rights reserved.   32
Result (Boost with event)
 Some impact




                  Adding Boost with event
                                            © 2009 Avaya Inc. All rights reserved.   33

Contenu connexe

Tendances

Veritas Dynamic Multi-Pathing for VMware 6
Veritas Dynamic Multi-Pathing for VMware 6Veritas Dynamic Multi-Pathing for VMware 6
Veritas Dynamic Multi-Pathing for VMware 6Symantec
 
CloudBees PaaS Presentation at Oakland JUG
CloudBees PaaS Presentation at Oakland JUGCloudBees PaaS Presentation at Oakland JUG
CloudBees PaaS Presentation at Oakland JUGCloudBees
 
Windows Azure Design Patterns
Windows Azure Design PatternsWindows Azure Design Patterns
Windows Azure Design PatternsDavid Pallmann
 
Be Prepared for Tomorrow's IT Forecast Great Chance of Hybrid Clouds
Be Prepared for Tomorrow's IT Forecast Great Chance of Hybrid CloudsBe Prepared for Tomorrow's IT Forecast Great Chance of Hybrid Clouds
Be Prepared for Tomorrow's IT Forecast Great Chance of Hybrid CloudsEucalyptus Systems, Inc.
 
Spring, Java Web Apps to the cloud
Spring, Java Web Apps to the cloudSpring, Java Web Apps to the cloud
Spring, Java Web Apps to the cloudCloudBees
 
vCenter Infrastructure Navigator 1.1 - What's New
vCenter Infrastructure Navigator 1.1 - What's NewvCenter Infrastructure Navigator 1.1 - What's New
vCenter Infrastructure Navigator 1.1 - What's NewEric Sloof
 
VMUG ISRAEL November 2012, EMC session by Itzik Reich
VMUG ISRAEL November 2012, EMC session by Itzik ReichVMUG ISRAEL November 2012, EMC session by Itzik Reich
VMUG ISRAEL November 2012, EMC session by Itzik ReichItzik Reich
 
Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012Lai Yoong Seng
 
Simulation Directed Co-Design from Smartphones to Supercomputers
Simulation Directed Co-Design from Smartphones to SupercomputersSimulation Directed Co-Design from Smartphones to Supercomputers
Simulation Directed Co-Design from Smartphones to SupercomputersEric Van Hensbergen
 
IBM Cloud Burst postavená na platforme IBM System x
IBM Cloud Burst postavená na platforme IBM System xIBM Cloud Burst postavená na platforme IBM System x
IBM Cloud Burst postavená na platforme IBM System xASBIS SK
 
Adaptive SLA-aware Cloud Federations
Adaptive SLA-awareCloud FederationsAdaptive SLA-awareCloud Federations
Adaptive SLA-aware Cloud Federationskeratt
 
IBM System z - zEnterprise a future platform for enterprise systems
IBM System z - zEnterprise a future platform for enterprise systemsIBM System z - zEnterprise a future platform for enterprise systems
IBM System z - zEnterprise a future platform for enterprise systemsIBM Sverige
 
SWIM MasterClass - Building SWIM B2B web services using Open Standards
SWIM MasterClass - Building SWIM B2B web services using Open StandardsSWIM MasterClass - Building SWIM B2B web services using Open Standards
SWIM MasterClass - Building SWIM B2B web services using Open StandardsDebbie Wilson
 
2011 04-dsi-javaee-in-the-cloud-andreadis
2011 04-dsi-javaee-in-the-cloud-andreadis2011 04-dsi-javaee-in-the-cloud-andreadis
2011 04-dsi-javaee-in-the-cloud-andreadisdandre
 
InterCloud - Cloud based DRP
InterCloud - Cloud based DRPInterCloud - Cloud based DRP
InterCloud - Cloud based DRPPierre Cerou
 
Hecatonchire kvm forum_2012_benoit_hudzia
Hecatonchire kvm forum_2012_benoit_hudziaHecatonchire kvm forum_2012_benoit_hudzia
Hecatonchire kvm forum_2012_benoit_hudziaBenoit Hudzia
 

Tendances (18)

Veritas Dynamic Multi-Pathing for VMware 6
Veritas Dynamic Multi-Pathing for VMware 6Veritas Dynamic Multi-Pathing for VMware 6
Veritas Dynamic Multi-Pathing for VMware 6
 
CloudBees PaaS Presentation at Oakland JUG
CloudBees PaaS Presentation at Oakland JUGCloudBees PaaS Presentation at Oakland JUG
CloudBees PaaS Presentation at Oakland JUG
 
Windows Azure Design Patterns
Windows Azure Design PatternsWindows Azure Design Patterns
Windows Azure Design Patterns
 
Be Prepared for Tomorrow's IT Forecast Great Chance of Hybrid Clouds
Be Prepared for Tomorrow's IT Forecast Great Chance of Hybrid CloudsBe Prepared for Tomorrow's IT Forecast Great Chance of Hybrid Clouds
Be Prepared for Tomorrow's IT Forecast Great Chance of Hybrid Clouds
 
Spring, Java Web Apps to the cloud
Spring, Java Web Apps to the cloudSpring, Java Web Apps to the cloud
Spring, Java Web Apps to the cloud
 
vCenter Infrastructure Navigator 1.1 - What's New
vCenter Infrastructure Navigator 1.1 - What's NewvCenter Infrastructure Navigator 1.1 - What's New
vCenter Infrastructure Navigator 1.1 - What's New
 
VMUG ISRAEL November 2012, EMC session by Itzik Reich
VMUG ISRAEL November 2012, EMC session by Itzik ReichVMUG ISRAEL November 2012, EMC session by Itzik Reich
VMUG ISRAEL November 2012, EMC session by Itzik Reich
 
Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012Network Virtualization in Windows Server 2012
Network Virtualization in Windows Server 2012
 
Simulation Directed Co-Design from Smartphones to Supercomputers
Simulation Directed Co-Design from Smartphones to SupercomputersSimulation Directed Co-Design from Smartphones to Supercomputers
Simulation Directed Co-Design from Smartphones to Supercomputers
 
vSphere 4
vSphere 4vSphere 4
vSphere 4
 
IBM Cloud Burst postavená na platforme IBM System x
IBM Cloud Burst postavená na platforme IBM System xIBM Cloud Burst postavená na platforme IBM System x
IBM Cloud Burst postavená na platforme IBM System x
 
Citrix Xs Update For Dataplex Nov 09
Citrix   Xs Update For Dataplex   Nov 09Citrix   Xs Update For Dataplex   Nov 09
Citrix Xs Update For Dataplex Nov 09
 
Adaptive SLA-aware Cloud Federations
Adaptive SLA-awareCloud FederationsAdaptive SLA-awareCloud Federations
Adaptive SLA-aware Cloud Federations
 
IBM System z - zEnterprise a future platform for enterprise systems
IBM System z - zEnterprise a future platform for enterprise systemsIBM System z - zEnterprise a future platform for enterprise systems
IBM System z - zEnterprise a future platform for enterprise systems
 
SWIM MasterClass - Building SWIM B2B web services using Open Standards
SWIM MasterClass - Building SWIM B2B web services using Open StandardsSWIM MasterClass - Building SWIM B2B web services using Open Standards
SWIM MasterClass - Building SWIM B2B web services using Open Standards
 
2011 04-dsi-javaee-in-the-cloud-andreadis
2011 04-dsi-javaee-in-the-cloud-andreadis2011 04-dsi-javaee-in-the-cloud-andreadis
2011 04-dsi-javaee-in-the-cloud-andreadis
 
InterCloud - Cloud based DRP
InterCloud - Cloud based DRPInterCloud - Cloud based DRP
InterCloud - Cloud based DRP
 
Hecatonchire kvm forum_2012_benoit_hudzia
Hecatonchire kvm forum_2012_benoit_hudziaHecatonchire kvm forum_2012_benoit_hudzia
Hecatonchire kvm forum_2012_benoit_hudzia
 

Similaire à Shalini xs10

SAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego CloudSAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego Cloudaidanshribman
 
Mainframe
MainframeMainframe
Mainframeshivas
 
OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月
OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月
OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月VirtualTech Japan Inc.
 
High speed networks and Java (Ryan Sciampacone)
High speed networks and Java (Ryan Sciampacone)High speed networks and Java (Ryan Sciampacone)
High speed networks and Java (Ryan Sciampacone)Chris Bailey
 
OpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and Future
OpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and FutureOpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and Future
OpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and FutureMichael Fork
 
The CIBER / CA partnership & Why CIBER is moving to Nimsoft Monitor
The CIBER / CA partnership & Why CIBER is moving to Nimsoft MonitorThe CIBER / CA partnership & Why CIBER is moving to Nimsoft Monitor
The CIBER / CA partnership & Why CIBER is moving to Nimsoft Monitor CA Nimsoft
 
TenduitRIMCenter
TenduitRIMCenterTenduitRIMCenter
TenduitRIMCentergrudolphi
 
Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012Benoit Hudzia
 
PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...
PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...
PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...PROIDEA
 
Approaching hyperconvergedopenstack
Approaching hyperconvergedopenstackApproaching hyperconvergedopenstack
Approaching hyperconvergedopenstackIkuo Kumagai
 
Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113a8us
 
Xensummit2009 Io Virtualization Performance
Xensummit2009 Io Virtualization PerformanceXensummit2009 Io Virtualization Performance
Xensummit2009 Io Virtualization PerformanceThe Linux Foundation
 
Deploying Baremetal Instances with OpenStack
Deploying Baremetal Instances with OpenStackDeploying Baremetal Instances with OpenStack
Deploying Baremetal Instances with OpenStackEtsuji Nakai
 
Effectively Plan for Your Move to the Cloud
Effectively Plan for Your Move to the CloudEffectively Plan for Your Move to the Cloud
Effectively Plan for Your Move to the CloudPrecisely
 
Coupling Facility CPU
Coupling Facility CPUCoupling Facility CPU
Coupling Facility CPUMartin Packer
 
Optimizing Cloud Foundry and OpenStack for large scale deployments
Optimizing Cloud Foundry and OpenStack for large scale deploymentsOptimizing Cloud Foundry and OpenStack for large scale deployments
Optimizing Cloud Foundry and OpenStack for large scale deploymentsAnimesh Singh
 
TSM 6.4 Technical updates
TSM 6.4 Technical updates TSM 6.4 Technical updates
TSM 6.4 Technical updates Solv AS
 

Similaire à Shalini xs10 (20)

SAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego CloudSAP Virtualization Week 2012 - The Lego Cloud
SAP Virtualization Week 2012 - The Lego Cloud
 
Mainframe
MainframeMainframe
Mainframe
 
OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月
OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月
OpenStackを利用したEnterprise Cloudを支える技術 - OpenStack最新情報セミナー 2016年5月
 
الشبكات ماجد الصم
الشبكات  ماجد الصمالشبكات  ماجد الصم
الشبكات ماجد الصم
 
Minimizing I/O Latency in Xen-ARM
Minimizing I/O Latency in Xen-ARMMinimizing I/O Latency in Xen-ARM
Minimizing I/O Latency in Xen-ARM
 
High speed networks and Java (Ryan Sciampacone)
High speed networks and Java (Ryan Sciampacone)High speed networks and Java (Ryan Sciampacone)
High speed networks and Java (Ryan Sciampacone)
 
OpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and Future
OpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and FutureOpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and Future
OpenStack Atlanta Summit - IBM, SoftLayer, and OpenStack: Present and Future
 
The CIBER / CA partnership & Why CIBER is moving to Nimsoft Monitor
The CIBER / CA partnership & Why CIBER is moving to Nimsoft MonitorThe CIBER / CA partnership & Why CIBER is moving to Nimsoft Monitor
The CIBER / CA partnership & Why CIBER is moving to Nimsoft Monitor
 
TenduitRIMCenter
TenduitRIMCenterTenduitRIMCenter
TenduitRIMCenter
 
Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012Lego Cloud SAP Virtualization Week 2012
Lego Cloud SAP Virtualization Week 2012
 
PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...
PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...
PLNOG15: Practical deployments of Kea, a high performance scalable DHCP - Tom...
 
Approaching hyperconvergedopenstack
Approaching hyperconvergedopenstackApproaching hyperconvergedopenstack
Approaching hyperconvergedopenstack
 
Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113Open mic mediaarchitecture_121113
Open mic mediaarchitecture_121113
 
A series presentation
A series presentationA series presentation
A series presentation
 
Xensummit2009 Io Virtualization Performance
Xensummit2009 Io Virtualization PerformanceXensummit2009 Io Virtualization Performance
Xensummit2009 Io Virtualization Performance
 
Deploying Baremetal Instances with OpenStack
Deploying Baremetal Instances with OpenStackDeploying Baremetal Instances with OpenStack
Deploying Baremetal Instances with OpenStack
 
Effectively Plan for Your Move to the Cloud
Effectively Plan for Your Move to the CloudEffectively Plan for Your Move to the Cloud
Effectively Plan for Your Move to the Cloud
 
Coupling Facility CPU
Coupling Facility CPUCoupling Facility CPU
Coupling Facility CPU
 
Optimizing Cloud Foundry and OpenStack for large scale deployments
Optimizing Cloud Foundry and OpenStack for large scale deploymentsOptimizing Cloud Foundry and OpenStack for large scale deployments
Optimizing Cloud Foundry and OpenStack for large scale deployments
 
TSM 6.4 Technical updates
TSM 6.4 Technical updates TSM 6.4 Technical updates
TSM 6.4 Technical updates
 

Plus de The Linux Foundation

ELC2019: Static Partitioning Made Simple
ELC2019: Static Partitioning Made SimpleELC2019: Static Partitioning Made Simple
ELC2019: Static Partitioning Made SimpleThe Linux Foundation
 
XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...
XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...
XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...The Linux Foundation
 
XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...
XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...
XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...The Linux Foundation
 
XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...
XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...
XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...The Linux Foundation
 
XPDDS19 Keynote: Unikraft Weather Report
XPDDS19 Keynote:  Unikraft Weather ReportXPDDS19 Keynote:  Unikraft Weather Report
XPDDS19 Keynote: Unikraft Weather ReportThe Linux Foundation
 
XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...
XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...
XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...The Linux Foundation
 
XPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, Xilinx
XPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, XilinxXPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, Xilinx
XPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, XilinxThe Linux Foundation
 
XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...
XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...
XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...The Linux Foundation
 
XPDDS19: Memories of a VM Funk - Mihai Donțu, Bitdefender
XPDDS19: Memories of a VM Funk - Mihai Donțu, BitdefenderXPDDS19: Memories of a VM Funk - Mihai Donțu, Bitdefender
XPDDS19: Memories of a VM Funk - Mihai Donțu, BitdefenderThe Linux Foundation
 
OSSJP/ALS19: The Road to Safety Certification: Overcoming Community Challeng...
OSSJP/ALS19:  The Road to Safety Certification: Overcoming Community Challeng...OSSJP/ALS19:  The Road to Safety Certification: Overcoming Community Challeng...
OSSJP/ALS19: The Road to Safety Certification: Overcoming Community Challeng...The Linux Foundation
 
OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making...
 OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making... OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making...
OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making...The Linux Foundation
 
XPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, Citrix
XPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, CitrixXPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, Citrix
XPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, CitrixThe Linux Foundation
 
XPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltd
XPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltdXPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltd
XPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltdThe Linux Foundation
 
XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...
XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...
XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...The Linux Foundation
 
XPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&D
XPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&DXPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&D
XPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&DThe Linux Foundation
 
XPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM Systems
XPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM SystemsXPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM Systems
XPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM SystemsThe Linux Foundation
 
XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...
XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...
XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...The Linux Foundation
 
XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...
XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...
XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...The Linux Foundation
 
XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...
XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...
XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...The Linux Foundation
 
XPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSE
XPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSEXPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSE
XPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSEThe Linux Foundation
 

Plus de The Linux Foundation (20)

ELC2019: Static Partitioning Made Simple
ELC2019: Static Partitioning Made SimpleELC2019: Static Partitioning Made Simple
ELC2019: Static Partitioning Made Simple
 
XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...
XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...
XPDDS19: How TrenchBoot is Enabling Measured Launch for Open-Source Platform ...
 
XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...
XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...
XPDDS19 Keynote: Xen in Automotive - Artem Mygaiev, Director, Technology Solu...
 
XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...
XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...
XPDDS19 Keynote: Xen Project Weather Report 2019 - Lars Kurth, Director of Op...
 
XPDDS19 Keynote: Unikraft Weather Report
XPDDS19 Keynote:  Unikraft Weather ReportXPDDS19 Keynote:  Unikraft Weather Report
XPDDS19 Keynote: Unikraft Weather Report
 
XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...
XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...
XPDDS19 Keynote: Secret-free Hypervisor: Now and Future - Wei Liu, Software E...
 
XPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, Xilinx
XPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, XilinxXPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, Xilinx
XPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, Xilinx
 
XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...
XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...
XPDDS19 Keynote: Patch Review for Non-maintainers - George Dunlap, Citrix Sys...
 
XPDDS19: Memories of a VM Funk - Mihai Donțu, Bitdefender
XPDDS19: Memories of a VM Funk - Mihai Donțu, BitdefenderXPDDS19: Memories of a VM Funk - Mihai Donțu, Bitdefender
XPDDS19: Memories of a VM Funk - Mihai Donțu, Bitdefender
 
OSSJP/ALS19: The Road to Safety Certification: Overcoming Community Challeng...
OSSJP/ALS19:  The Road to Safety Certification: Overcoming Community Challeng...OSSJP/ALS19:  The Road to Safety Certification: Overcoming Community Challeng...
OSSJP/ALS19: The Road to Safety Certification: Overcoming Community Challeng...
 
OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making...
 OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making... OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making...
OSSJP/ALS19: The Road to Safety Certification: How the Xen Project is Making...
 
XPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, Citrix
XPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, CitrixXPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, Citrix
XPDDS19: Speculative Sidechannels and Mitigations - Andrew Cooper, Citrix
 
XPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltd
XPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltdXPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltd
XPDDS19: Keeping Coherency on Arm: Reborn - Julien Grall, Arm ltd
 
XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...
XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...
XPDDS19: QEMU PV Backend 'qdevification'... What Does it Mean? - Paul Durrant...
 
XPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&D
XPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&DXPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&D
XPDDS19: Status of PCI Emulation in Xen - Roger Pau Monné, Citrix Systems R&D
 
XPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM Systems
XPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM SystemsXPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM Systems
XPDDS19: [ARM] OP-TEE Mediator in Xen - Volodymyr Babchuk, EPAM Systems
 
XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...
XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...
XPDDS19: Bringing Xen to the Masses: The Story of Building a Community-driven...
 
XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...
XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...
XPDDS19: Will Robots Automate Your Job Away? Streamlining Xen Project Contrib...
 
XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...
XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...
XPDDS19: Client Virtualization Toolstack in Go - Nick Rosbrook & Brendan Kerr...
 
XPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSE
XPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSEXPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSE
XPDDS19: Core Scheduling in Xen - Jürgen Groß, SUSE
 

Dernier

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 

Dernier (20)

Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 

Shalini xs10

  • 1. Supporting Soft Real-Time Tasks Min Lee, A. S. Krishnakumar, P. Krishnan, Navjot Singh, Shalini Yajnik Paper published in VEE 2010
  • 2. Problem Statement Given a mix of workloads how do you schedule the workload such that – Real-time workloads get the needed resources – Non-real-time workloads are not starved Main goal: – Present a new scheduler based on the credit scheduler which meets the demands of a real-time workload – Target application studied: Media in an IP telephony system © 2009 Avaya Inc. All rights reserved. 2
  • 3. Real-Time Applications Requirements of a Real-time application like Media Server – Highly I/O bound – Needs timely allocation of compute resources Challenges when deployed on Xen – I/O virtualization overhead – Variable scheduling latency with mixed workloads – Cache contention between workloads Scheduler is central to all these issues! © 2009 Avaya Inc. All rights reserved. 3
  • 4. Target Application: Enterprise IP Telephony System Call-C and Sip-S (Call setup/tear down) Gateway/ Media Server (stream IP Endpoint encode/decode) . . . Backbone . . Local Area Network Network . Local Area Network Gateway/ Media Server Media-S Call-C Sip-S Dom0 IP Endpoint Xen Hypervisor Hardware © 2009 Avaya Inc. All rights reserved. 4
  • 5. Credit Scheduler: Credit Handling Consumes credits to run CPU0 VCPU4 VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 Under Over priority priority Every 30ms, distribute credits based on weights – E.g. 20% CPU to VM 1, 40% CPU to VM 2 – Proportional distribution – Default weight (256) © 2009 Avaya Inc. All rights reserved. 5
  • 6. Credit Scheduler: I/O Handling VCPUs woken up and boosted in priority when event arrives CPU0 VCPU3 VCPU4 VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 Boost Under Over priority priority priority CPU0 VCPU4 VCPU2 VCPU7 VCPU1 VCPU3 VCPU0 VCPU5 Only one time boost (<10ms) © 2009 Avaya Inc. All rights reserved. 6
  • 7. Credit Scheduler: Credit Crisis Credits – Good for CPU-bound Compute- task intensive Tasks (supported by Boost Priority credit) – Good for Low-latency tasks, e.g. I/O in Dom0 – Short period boost Media Servers Low-latency Tasks (I/O Multi-media – Need both CPU and low processing, Tasks latency Interactive) (Soft Real-time) – Timely CPU CPU- bound – No support in current scheduler © 2009 Avaya Inc. All rights reserved. 7
  • 8. Laxity-based Scheduler Four Components in the scheduler – Laxity (A) – Boost with event (B) – Simple Load Balance (L) – Cache-aware Real-time load balancing (LL) © 2009 Avaya Inc. All rights reserved. 8
  • 9. Experimental Setup Enterprise Telephony system – Media server – ‘Media-S’ – Signaling server – ‘Call-C,Sip-S’ – Other VMs • Dom0 • Cdom [Computational domain] • Two more domains [Licensing, management] Two workload scenarios – Standard (Cdom with no load) – Cpuload (Cdom has 4 cpu-bound tasks) © 2009 Avaya Inc. All rights reserved. 9
  • 10. Experimental Setup Media-S C-Dom Call-C Dom0 … SIP-S Dell 2950 server – 2 quad-core Xeon processors Xen Hypervisor – 4 GB of RAM Server 4 cores used: 2 cores from each COMPACT socket – So private cache 4cps, sample one out of 4calls IP network IP network – G.711, 20ms packetization – 30sec hold time – Max 240 streams through Media-S tcpdump PESQ – Quality of voice metric SIPp and RTP Clients – Compare the reference with stream from Media-S © 2009 Avaya Inc. All rights reserved. 10
  • 11. Instrumentation Custom events for Xentrace CPU utilization Worst/average wait time – Each priority Scheduled Time Average wait time – Each priority Cache misses – By xenoprof L2 cache missesAvaya Inc. All rights reserved. © 2009 11
  • 12. Reading the plots PESQ – Quality of voice – 0 (bad)~4.5 – 4.0 (toll quality) Cumulative Density Boxplots – Min/Max – 25%,75% percentile – Median Poor quality Good quality © 2009 Avaya Inc. All rights reserved. 12
  • 13. Default Credit Scheduler: Performance Add weights – 512, 1024 – Insignificant impact Pinning – Media-S/Call-C require significant CPU – Pinned Media-S/Call-C to CPU 0,1 respectively – Pinned others to CPU 2,3 – Dom0 is floating – Significant performance gain Weights Pinning – Underutilizing CPU! © 2009 Avaya Inc. All rights reserved. 13
  • 14. Laxity (A) A form of priority – Target scheduling latency or deadline – E.g. less than 5ms wait time in the run queue – Parameter specified by user Laxity values for Real-time domains No value specified for Non real-time domains – Conceptually infinite laxity © 2009 Avaya Inc. All rights reserved. 14
  • 15. Implementation of laxity Where to insert real-time tasks to meet their deadline – In over priority, laxity value is ignored. VCPU4 VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 CPU0 (1us) (7us) (4us) (13us) (40us) (21us) VCPU# Boost Under Over (Length of priority priority priority previous time slice) 5us 20us 20us&boost © 2009 Avaya Inc. All rights reserved. 15
  • 16. Prediction of wait time in runqueue Each VCPU maintains an expected run time – The amount of CPU time it utilized in its previous run Works reasonably well – Min/max – 25%,75% percentile More sophisticated formula can be used Average difference between expected and actual wait times © 2009 Avaya Inc. All rights reserved. 16
  • 17. Laxity-based Scheduler: Performance Improved PESQ © 2009 Avaya Inc. All rights reserved. 17
  • 18. Boost with event (B) Credit scheduler boosts only waiting VCPUs – Media-S in run queue doesn’t get boosted Idea: Boost a VCPU that receives an event – Even if VCPU with under priority in runqueue VCPU4 VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 CPU0 (1us) (7us) (4us) (13us) (40us) (21us) (1) Receiving event (2) Get boosted within queue VCPU4 VCPU1 VCPU2 VCPU7 VCPU0 VCPU5 CPU0 (1us) (13us) (7us) (4us) (40us) (21us) © 2009 Avaya Inc. All rights reserved. 18
  • 19. Credit Scheduler: Load Balance CPU0 VCPU4 VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 (2) Peek peer’s Q (3) Steal higher priority task (1) Over or idle task? CPU1 VCPU10 VCPU15 © 2009 Avaya Inc. All rights reserved. 19
  • 20. Simple Load Balance (L) Laxity-based scheduler (Simple Load Balance) CPU0 VCPU4 VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 (2) Peek peer’s Q (3) Steal higher priority task (4) If same priority (a) If mine is real time task, don’t steal (b) If peer’s is real time task, steal (c) Both non-real-time, compare entrance time into queue - with some delay (2ms) (1) Under, over or idle task? CPU1 VCPU17 VCPU11 VCPU10 VCPU15 © 2009 Avaya Inc. All rights reserved. 20
  • 21. Simple Load Balance (L) Laxity-based scheduler (Simple Load Balance) CPU0 Media-S VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 (1) This effectively distributes real-time tasks over CPUs (2) Also prevents starvation CPU1 VCPU17 VCPU11 VCPU10 VCPU15 © 2009 Avaya Inc. All rights reserved. 21
  • 22. Simple Load Balance (L) Laxity-based scheduler (Simple Load Balance) CPU0 Media-S VCPU2 VCPU7 VCPU1 VCPU0 VCPU5 (1) Moves non-real-time task if they waited for some time CPU1 VCPU2 VCPU17 VCPU11 VCPU10 VCPU15 © 2009 Avaya Inc. All rights reserved. 22
  • 23. Cache-aware Real-time load balancing (LL) L good, but… – Ping-ponging tasks trash cache Solution: Bind RT-tasks to CPU – Fix RT-tasks to its initial CPU – Disable load-balancing for RT-tasks Creates unbalance of multiple RT-tasks – Need a new load-balancer for RT-tasks © 2009 Avaya Inc. All rights reserved. 23
  • 24. Cache-aware Real-time load balancing (LL) Don’t steal peer’s real-time tasks in L – Prefer hot cache (to low wait time) New x-sec-load balancer – Balance of real time task’s cpu utilization via bin-packing CPU0 90% utilized by one real time task CPU1 80% utilized by three real time tasks © 2009 Avaya Inc. All rights reserved. 24
  • 25. Cache-aware Real-time load balancing (LL) Improved PESQ © 2009 Avaya Inc. All rights reserved. 25
  • 26. Result (CPU utilization) We’re fully utilizing CPUs! 14000 Amount of work done by cpuhogging 12000 10000 8000 process 6000 4000 2000 0 baseline(pinned) baseline A AL ALL Policies © 2009 Avaya Inc. All rights reserved. 26
  • 27. Result (Cache misses) Total cache misses down Cache misses for Media Server down 4000 1200 3500 1000 3000 800 2500 Misses (x10000) 2000 600 1500 400 1000 200 500 0 0 baseline baseline baseline baseline baseline A A A A A AL ALL AL ALL AL ALL AL ALL AL ALL baseline A AL ALL Total misses C-dom Domain-0 Call-C Sip-S Media-S Cache misses for standard configuration © 2009 Avaya Inc. All rights reserved. 27
  • 28. Conclusion New soft real-time aware scheduler for Xen – Better support for real-time applications without penalizing non-real time tasks – Fully utilizing CPU resources – Timeliness requirement expressed by laxity © 2009 Avaya Inc. All rights reserved. 28
  • 29. Backup © 2009 Avaya Inc. All rights reserved.
  • 30. Result (Various laxity value) Lower laxity more realtime better quality various laxity values - standard configuration © 2009 Avaya Inc. All rights reserved. 30
  • 31. Result (Various laxity value) Lower laxity more realtime better quality various laxity values - cpuload configuration © 2009 Avaya Inc. All rights reserved. 31
  • 32. Result (Load balance) Load balancing is essential for multicore PESQ improvement through load balancer in standard configuration © 2009 Avaya Inc. All rights reserved. 32
  • 33. Result (Boost with event) Some impact Adding Boost with event © 2009 Avaya Inc. All rights reserved. 33