Evaluating CPU utilization in a Cloud Environment

Size: px
Start display at page:

Download "Evaluating CPU utilization in a Cloud Environment"

Transcription

1 Evaluating CPU utilization in a Cloud Environment Presenter MSCS, KFUPM Thesis Committee Members Dr. Farag Azzedin (Advisor) Dr. Mahmood Khan Naizi Dr. Salahdin Adam ICS Department, KFUPM 6/9/2017

2 2 of 37 Outline Introduction Research Objectives Literature Review Present Research Objectiv es Conduct Literatur e Review Select Appropri ate Approac h to achieve objective s Conduct Performa nce Evaluatio n Collect Data Analyze and Conclud e Research Methodology Results and Discussion Conclusion

3 3 of 37 Introduction A datacenter is a facility composed of networked computers and storage that organizations use to organize, process, store, and disseminate large amounts of data Cloud computing allows users and businesses to access their data and applications from any device and anywhere in the world Virtualization is the fundamental element of cloud computing by which we can deliver resources or data as a service

4 4 of 37 Introduction Why Virtualization? Underutilized servers (unproductive) Maintenance cost High infrastructure cost High power consumption Disaster recovery Migration challenges Running legacy applications Difficulty in management of computing resources

5 5 of 37 Introduction Why Virtualization? Virtualization offers many advantages over traditional data centers Reducing fiscal costs Running legacy applications Easing computing resource management Ease of deployment Easing system migration Easing backups and disaster recovery Efficient resource utilization Many organizations are adopting virtualization technology to reduce the cost while maximizing the productivity, flexibility, responsiveness, and efficiency

6 6 of 37 Introduction What is Virtualization? Virtualization is a technology to run multiple operating systems on a single machine and giving an illusion that each OS is running on real hardware App App App App App App App App App App App Windows Hardware Windows Linux Virtual Machine Monitor Hardware Mac Regular System Virtualized Environment An example of running Windows, Linux, and Mac OSs on the same machine

7 7 of 37 Introduction Difference between regular & virtualized environment In a regular system, the hardware resources are shared by single operating system In virtualization environments, hypervisors are responsible to manage hardware resources and virtual machines Virtualization technology inserts an additional abstraction layer between the hardware and the operating system System resources such as CPU, main memory, and I/O are virtualized to virtual machine Every guest operating system is in charge of virtual resources and concurrently share and access the hardware resources, which mainly decreases the performance of the system App App App Windows Hardware Regular System App App App Windows Virtual Machine Monitor Hardware Virtualized Environment

8 8 of 37 Introduction Virtualization Shortcomings Virtual CPUs Virtual Machines configuration Virtual Machines Allocation vcpu4 vcpu3 vcpu2 VM1 vcpu3 vcpu2 VM2 vcpu2 VM2 Virtual Machine Monitor VMn pcpu pcpu pcpu pcpu Virtual CPUs Physical CPU Mapping Virtualized Environment Such shortcomings may lead to system performance degradation

9 9 of 37 Introduction Virtualization Shortcomings CPU Virtualization & Utilization CPU is the most significant and critical resource among all the available resources in a system CPU utilization is the amount of work handled by a CPU in a given time In virtualized environments, the higher the percentage of the CPU utilization results in the maximum performance CPU utilization is the metric that represents how busy is a processor

10 10 of 37 Problem Description CPU utilization in virtualized environments CPU installed on the host is only one set, but each VM that runs on the host requires their own CPU. Therefore, CPU needs to be virtualized Under Allocation Balance Allocation Over Allocation Over Allocation In virtualized environments, the higher the percentage of the CPU utilization results in the maximum performance

11 11 of 37 Problem Description CPU utilization in virtualized environments vcpu-vm allocation Hypervisor vcpu-pcpu mapping The BIOS setting for power management CPU Utilization Resource sharing between physical cores The choice of guest OS Resource sharing between logical cores Main factors that have implications on CPU utilization [23]

12 12 of 37 Problem Description CPU utilization in virtualized environments The aim is to investigate the best CPU resources allocation and better performance using state-of-theare hypervisors We focused, on hypervisor selection, vcpu-vm allocation, and vcpu-pcpu pinning strategies to find out the variation in CPU utilizations vcpu4 vcpu2 vcpu2 vcpu2 VM1 VM2 VM2 VMn Virtual Machine Monitor pcpu pcpu pcpu pcpu Virtualized Environment

13 13 of 37 Motivation #01 Virtual CPUs Virtual Machines configuration vcpu4 vcpu3 vcpu2 vcpu3 vcpu2 vcpu2 Virtual Machines Allocation VM1 VM2 VM2 VMn Virtual CPUs Physical CPU Mapping Virtual Machine Monitor pcpu pcpu pcpu pcpu Virtualized Environment We are motivated by the fact that virtualization suffers from drawbacks

14 14 of 37 Motivation #02 There are a variety of vendors for the virtualization environment Virtual Machine Monitor pcpu pcpu pcpu pcpu Virtualized Environment All virtualization vendors claim that their virtualization hypervisor is the best, however they depend on the used application When applying virtualization technology to an infrastructure environment, which hypervisor among others is better and faster in terms of CPU utilization?

15 15 of 37 Motivation #03 Researchers evaluate and analyze hypervisors without investigating the best vcpu-vm configuration and vcpu pcpu mapping through which better CPU utilization and performance for each hypervisor can be expected They assigned vcpu tovm based on non-suitable configuration Prior to deploying VM in a cloud environment, which vcpu VM configuration is the best to improve CPU utilization? vcpu4 vcpu3 vcpu2 VM1 vcpu3 vcpu2 VM2 vcpu2 VM2 Virtual Machine Monitor VMn pcpu pcpu pcpu pcpu Virtualized Environment After VM deployment, which vcpupcpu pinning strategies is the best to improve CPU utilization?

16 16 of 37 Research Objectives

17 Literature Review 17 of 37 Work Hypervisor Used Architecture Virtualization Type Benchmarking Tool Hypervisor Comparison vcpu-vm Configuration vcpu-pcpu Mapping Hwang et al. [1] S. Varette et al, [14] VMware EXSi, Hyper-V2008, KVM 2.6, Xen Hyper-V, KVM, VirtualBox, VMware CMP CMP HAV FV, HAV Ramspeed, Netperf Randomly Randomly HPL Randomly Randomly Mancas [33] Vmware, KVM Not Mention Not Mention Passmask Randomly Randomly Babu et al [35] Charles David [31] OpenVZ, XenServer, Xen KVM (RHEL 5), Xen : Authors compared different hypervisors SMP SMP Container, PV, FV HAV, PV Zong et al. [16] Xen SMP PV Unixbench Randomly Randomly PTS Randomly Randomly Apache TPC-H * Randomly Not Randomly Kourai et al, [10] Xen SMP PV Tascell * Not Randomly Randomly Sogand et al. [11] VMware EXSi 5.5 NUMA Unknown Vcenter Performace, SSH + Sar * Not Randomly Randomly

18 18 of 37 Proposed Methodology Present Research Objectives Conduct Literature Review Select Appropriate Approach to achieve objectives Conduct Performance Evaluation Collect Data Analyze and Conclude

19 19 of 37 Proposed Methodology Architecture

20 20 of 37 Experimental Design N-Queens problem is a classical combinatorial problem, that have different workloads The problem involves placing N queens on an N x N chessboard such that no queen can attack any other A solution requires that no two queens share the same row, column, or diagonal As the problem size increases, the corresponding possible solutions and the elapsed time to solve the problem is also increasing We tested each hypervisor for different queens size ranges from 4 to 19 For a regular-sized board (8 x 8), there are 92 distinct solutions,

21 21 of 37 Experimental Design

22 22 of 37 Results and Discussion For the clarity of presentation, the Results and Discussion is divided into five sections: (1) The Effect of Virtualization Technology on Performance (2) The Effect of Virtual Machines on Performance (3) The Effect of Virtual CPUs on Performance (4) The Significance of Over Allocation on Performance (5) The Effect of Pinning Strategies on Performance Regular System Under Allocation Under Allocation Uniform Configuration Pinning Strategy Hypervisor#01 Balance Allocation Balance Allocation Un-uniform Configuration No Pinning Strategy Hypervisor#02 Over Allocation Over Allocation

23 Results and Discussion 23 of The Effect of Virtualization Technology M M Low High Low High M Low High Ubuntu Hardware Ubuntu Citrix XenServer Hardware Ubuntu KVM Hardware Regular System Virtualized Environment Virtualized Environment

24 Results and Discussion 24 of The Effect of Virtualization Technology N-Queens problem with elapsed time (second) The effect of Virtualization Layer using N-Queens benchmark

25 Results and Discussion 25 of The Effect of Virtualization Technology E: The maximum error with one degree of confidence, (alpha): using two tail distribution, s: standard deviation, n: number of samples The effect of Virtualization Layer using John-the-Ripper benchmark

26 Results and Discussion 26 of The Effect of Virtual Machines on Performance The Effect of Virtual Machines on Performance Under Allocation Balance Allocation Over Allocation

27 Results and Discussion 27 of The Effect of Virtual Machines on Performance <<< Under Allocation >>> vcpu8 vcpu7 vcpu6 vcpu8 vcpu7 vcpu6 vcpu9 vcpu7 vcpu5 vcpu3 0 vcpu8 vcpu6 vcpu4 vcpu2 vcpu5 vcpu4 vcpu3 vcpu2 vcpu5 vcpu4 vcpu3 vcpu2 vcpu4 vcpu3 vcpu2 vcpu4 vcpu3 vcpu2 vcpu2 vcpu2 vcpu2 vcpu2 VM#3 VM#4 VM#5 VM#6 VM#7 VM#8 VM#1 VM#1 VM#2 VM#1 VM#2 VM#1 VM#2 VM#3 VM#4 Virtual Machine Monitor pcpu1 pcpu2 pcpu3 pcpu4 pcpu5 pcpu6 pcpu7 pcpu8 pcpu9 pcpu10 pcpu11 pcpu12 pcpu13 pcpu14 pcpu15 pcpu16 pcpu17 pcpu18 pcpu19 pcpu20 pcpu21 pcpu22 pcpu23 pcpu24 Virtualized Environment

28 Results and Discussion 28 of The Effect of Virtual Machines on Performance <<< Under Allocation >>> The effect of Virtual Machines on Performance - Under Allocation

29 Results and Discussion 29 of The Effect of Virtual Machines on Performance << Balance Allocation >> The effect of Virtual Machines on Performance - Balance Allocation

30 Results and Discussion 30 of The Effect of Virtual Machines on Performance << Balance Allocation >> Linear Regression model for Balance Allocation

31 Results and Discussion 31 of The Effect of Virtual Machines on Performance < Over Allocation > The effect of Virtual Machines on Performance - Over Allocation

32 Results and Discussion 32 of The Effect of Virtual Machines on Performance < Comparison > The effect of Virtual Machines on Performance: Interval Plot of Elapsed time (sec) for Citrix XenServer and KVM Hypervisors (Problem Size: 19)

33 Results and Discussion 33 of The Effect of Virtual Machines on Performance < Comparison > The effect of Virtual Machines on Performance (Under allocation, Balance Allocation, and Over allocation comparison)

34 Results and Discussion 34 of The Effect of Virtual CPUs on Performance (Comparison) The effect of Virtual CPUs on Performance - Citrix XenServer Total CPU Utilization Hypervisor Level - Citrix XenServer The effect of Virtual CPUs on Performance - KVM Total CPU Utilization Hypervisor Level - KVM

35 Results and Discussion 35 of The Significance of Over Allocation and Pinning Strategies 1 2 vcpu23 vcpu vcpu9 vcpu7 0 vcpu8 vcpu21 9 vcpu22 vcpu20 vcpu9 vcpu7 0 vcpu8 vcpu5 vcpu6 7 8 vcpu5 vcpu6 vcpu3 vcpu4 5 6 vcpu3 vcpu4 vcpu2 3 4 vcpu2 VM#1 VM#2 VM#1 Virtual Machine Monitor pcpu1 pcpu2 pcpu3 pcpu4 pcpu5 pcpu6 pcpu7 pcpu8 pcpu9 pcpu10 pcpu11 pcpu12 pcpu13 pcpu14 pcpu15 pcpu16 pcpu17 pcpu18 pcpu19 pcpu20 pcpu21 pcpu22 pcpu23 pcpu24 Virtualized Environment Virtual Machine Monitor pcpu1 pcpu2 pcpu3 pcpu4 pcpu5 pcpu6 pcpu7 pcpu8 pcpu9 pcpu10 pcpu11 pcpu12 pcpu13 pcpu14 pcpu15 pcpu16 pcpu17 pcpu18 pcpu19 pcpu20 pcpu21 pcpu22 pcpu23 pcpu24 Virtualized Environment

36 Results and Discussion 36 of The Significance of Over Allocation and Pinning Strategies vcpu47 vcpu47 vcpu47 vcpu48 vcpu47 vcpu48 : : : : : : : : : : : : : : : : : : 1 2 vcpu23 vcpu vcpu9 vcpu7 0 vcpu8 vcpu21 9 vcpu22 vcpu20 vcpu9 vcpu7 0 vcpu8 vcpu5 vcpu6 7 8 vcpu5 vcpu6 vcpu3 vcpu4 5 6 vcpu3 vcpu4 vcpu2 3 4 vcpu2 VM#1 VM#2 VM#1 Virtual Machine Monitor pcpu1 pcpu2 pcpu3 pcpu4 pcpu5 pcpu6 pcpu7 pcpu8 pcpu9 pcpu10 pcpu11 pcpu12 pcpu13 pcpu14 pcpu15 pcpu16 pcpu17 pcpu18 pcpu19 pcpu20 pcpu21 pcpu22 pcpu23 pcpu24 Virtualized Environment Virtual Machine Monitor pcpu1 pcpu2 pcpu3 pcpu4 pcpu5 pcpu6 pcpu7 pcpu8 pcpu9 pcpu10 pcpu11 pcpu12 pcpu13 pcpu14 pcpu15 pcpu16 pcpu17 pcpu18 pcpu19 pcpu20 pcpu21 pcpu22 pcpu23 pcpu24 Virtualized Environment

37 Results and Discussion 37 of The Significance of Over Allocation and Pinning Strategies The effect of Virtual CPUs on Performance - Uniform vcpus per VMs CPU Utilization for uniform vcpus The effect of Virtual CPUs on Performance - Non-uniform vcpus per VMs CPU Utilization for non-uniform vcpus

38 Results and Discussion 38 of 37 The Effect of Hypervisors, Virtual Machines and Virtual CPUs on Performance (Concluding Remarks) Mean Elapsed time of Hypervisors, VMs, and vcpus

39 Results and Discussion F i r s t S c e n a r i o 39 of 37 The Effect of Pinning Strategies on Performance (Concluding Remarks) S e c o n d S c e n a r i o Normal distribution of Elapsed Time (sec), uniformed vcpu allocation Normal distribution of Elapsed Time (sec), un-uniformed vcpu allocation

40 40 of 37 Conclusion and Future Work Using CPU-bound operations, the results obtained from this evaluation showed that commercial (Citrix Xenserver) and opensource (KVM) hypervisors showed similar performance in terms of elapsed time and CPU utilization The performance of a system would degrade by running many VMs, improper allocation of vcpus to VMs, or using unsuitable vcpus - pcpus pinning strategies The elapsed time increases, when there is a massive over allocation of vcpus The best performance (elapsed time) was gained when there was only few active VMs with balance allocation and over allocation (over allocation using no pinning strategies) Pinning and no pinning strategies have no effect on under allocation and balance allocation of vcpus-vms or overallocation having same workload is running on each VM

41 41 of 37 Conclusion and Future Work CPU utilization during live migration of VMs from one host to another is one of the future directions for this work The obtained results from our evaluation experiments can be validated by comparing using other commercial hypervisors (VMware and Hyper V). This will aid the cloud service providers in choosing the best cloud platform CPU utilization for I/O bound operations has not been investigated We suggested that the cloud service providers and researchers should consider the effects of massive over allocation of vcpus, VMs, and vcpus-pcpus mapping when they choose deployment strategies for vcpus-vms configuration and vcpu-pcpu mapping

42 42 of 37 Acknowledgements I would like to acknowledge the support provided by King Fahd University of Petroleum and Minerals (KFUPM) Information & Computer Science Department My Advisor: Dr. Farag Azzedin Committee Members: Dr. Mahmood Khan & Dr. Salahdin Adam All friends in KFUPM Thank You!

43 43 of 37

44 44 of 37

45 Results and Discussion 45 of The Effect of Virtual CPUs on Performance (Citrix XenServer) The effect of Virtual CPUs on Performance - Citrix XenServer

46 Results and Discussion 46 of The Effect of Virtual CPUs on Performance (Citrix XenServer) Total CPU Utilization Hypervisor Level - Citrix XenServer

47 Results and Discussion 47 of The Effect of Virtual CPUs on Performance (KVM) The effect of Virtual CPUs on Performance - KVM

48 Results and Discussion 48 of The Effect of Virtual CPUs on Performance (KVM) Total CPU Utilization Hypervisor Level - KVM

49 Results and Discussion 49 of 37 F i r s t S c e n a r i o 4. (a) The Significance of Over Allocation << Uniform vcpus per VMs >> The effect of Virtual CPUs on Performance - Uniform vcpus per VMs CPU Utilization for uniform vcpus No Pinning strategy: The hypervisor is free to schedule domain s vcpus on any pcpus Pinning strategy: The hypervisor is free to schedule the Dom0 vcpus on any pcpus and other active VMs vcpus are statically pinned to user define logical CPUs Both strategies have no effect on under allocation and balance allocation of vcpus-vms

50 Results and Discussion 50 of 37 S e c o n d S c e n a r i o 4. (b) The Significance of Over Allocation << Un-uniform vcpus per VMs >> The effect of Virtual CPUs on Performance - Non-uniform vcpus per VMs CPU Utilization for non-uniform vcpus

51 Results and Discussion 51 of 37 Elapsed time to solve N-Queen Problem using Citrix XenServer

52 Results and Discussion 52 of 37 Elapsed time to solve N-Queen Problem using KVM

53 Types of Hypervisor 53 of 37

54 54 of 37

55 59 of 37 CMPs use relatively simple single-thread processor cores to exploit only moderate amounts of parallelism within any one thread, while executing multiple threads in parallel across multiple processor cores. SMP - Symmetric multiprocessing - the case where two or more processors (identical or non-identical) are connected via an interconnect and have equal access to all other system resources like memory, IO ports, etc....

56 60 of 37 NUMA NUMA - Non-uniform memory access - the case where in an SMP system the processors are not equi-distant from the shared system memory. i.e., a processor may be physically at varying distances from a given set of memory regions.

57 61 of 37 The cloud service provider assigns resources to each user request aiming to minimize resource allocation and fulfill user requirements

Nested Virtualization and Server Consolidation

Nested Virtualization and Server Consolidation Nested Virtualization and Server Consolidation Vara Varavithya Department of Electrical Engineering, KMUTNB varavithya@gmail.com 1 Outline Virtualization & Background Nested Virtualization Hybrid-Nested

More information

How it can help your organisation

How it can help your organisation How it can help your organisation History Types of Virtualisation & Hypervisors Virtualisation Features Why Virtualisation? Virtualising Oracle Performance Licensing Support Cloud 1998 VMware founded by

More information

Virtualization. Michael Tsai 2018/4/16

Virtualization. Michael Tsai 2018/4/16 Virtualization Michael Tsai 2018/4/16 What is virtualization? Let s first look at a video from VMware http://www.vmware.com/tw/products/vsphere.html Problems? Low utilization Different needs DNS DHCP Web

More information

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware

Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware Performance & Scalability Testing in Virtual Environment Hemant Gaidhani, Senior Technical Marketing Manager, VMware 2010 VMware Inc. All rights reserved About the Speaker Hemant Gaidhani Senior Technical

More information

Chapter 5 C. Virtual machines

Chapter 5 C. Virtual machines Chapter 5 C Virtual machines Virtual Machines Host computer emulates guest operating system and machine resources Improved isolation of multiple guests Avoids security and reliability problems Aids sharing

More information

Improving CPU Performance of Xen Hypervisor in Virtualized Environment

Improving CPU Performance of Xen Hypervisor in Virtualized Environment ISSN: 2393-8528 Contents lists available at www.ijicse.in International Journal of Innovative Computer Science & Engineering Volume 5 Issue 3; May-June 2018; Page No. 14-19 Improving CPU Performance of

More information

High Availability for Virtual Environment

High Availability for Virtual Environment High Availability for Virtual Environment November, 2015 NEC Corporation, Cloud Platform Division, EXPRESSCLUSTER Group Index 1. Function Overview 2. Case Study on Virtual Environment 1. Function Overview

More information

Virtualization from the Trenches

Virtualization from the Trenches ps i: (; v s s o r t w v h \i mioour: TECH KIS CHE INFORM AT 8LIOTHEK UNIVERSITATSBiCLIOTHEK HANNOVER

More information

International Journal of Computer & Organization Trends Volume5 Issue3 May to June 2015

International Journal of Computer & Organization Trends Volume5 Issue3 May to June 2015 Performance Analysis of Various Guest Operating Systems on Ubuntu 14.04 Prof. (Dr.) Viabhakar Pathak 1, Pramod Kumar Ram 2 1 Computer Science and Engineering, Arya College of Engineering, Jaipur, India.

More information

The only open-source type-1 hypervisor

The only open-source type-1 hypervisor Monika Danikáková What is Xen? The only open-source type-1 hypervisor For Unix and Unix-like OS Linux, NetBSD and OpenSolaris From ancient greek term Xenos (ξένος), guest-friends Developed by the University

More information

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

More information

FAIM 14. Cloud Computing. Paul Rad Rackspace, Inc. VP Technology

FAIM 14. Cloud Computing. Paul Rad Rackspace, Inc. VP Technology FAIM 14 Flexible Automation & Intelligent Manufacturing 24th International Conference San Antonio Texas U.S.A. Cloud Computing Paul Rad Rackspace, Inc. VP Technology 1 Organizations are building clouds

More information

Nested Virtualization Update From Intel. Xiantao Zhang, Eddie Dong Intel Corporation

Nested Virtualization Update From Intel. Xiantao Zhang, Eddie Dong Intel Corporation Nested Virtualization Update From Intel Xiantao Zhang, Eddie Dong Intel Corporation Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED,

More information

vtserver Running vtserver on Hypervisors

vtserver Running vtserver on Hypervisors vtserver vtalpha/vtvax Bare Metal Version 4.0.0 Running vtserver on Hypervisors TECHNICAL NOTE BN-0001-09 Running vtserver on Hypervisors Technical Note BN-0001-09 (February 26, 2019) 2019 AVTware / Vere

More information

SteelEye Solutions Extend Citrix XenServer. Bob Williamson

SteelEye Solutions Extend Citrix XenServer. Bob Williamson SteelEye Solutions Extend Citrix XenServer Bob Williamson bobw@steeleye.com DataKeeper Expanding SteelEye Family of Protection Solutions Real-time continuous data protection with full rewind capability

More information

Complete Data Protection & Disaster Recovery Solution

Complete Data Protection & Disaster Recovery Solution Complete Data Protection & Disaster Recovery Solution Quadric Software 2015 We were looking at other solutions. Alike was the best with XenServer, and none of them had Alike s compression abilities. After

More information

Performance Evaluation of Cassandra in a Virtualized environment

Performance Evaluation of Cassandra in a Virtualized environment Master of Science in Computer Science February 2017 Performance Evaluation of Cassandra in a Virtualized environment Mohit Vellanki Faculty of Computing Blekinge Institute of Technology SE-371 79 Karlskrona

More information

CAS8250 Introduction to Workload Migration November 2014

CAS8250 Introduction to Workload Migration November 2014 CAS8250 Introduction to Workload Migration November 2014 Pradeep Chaturvedi Product Management Jo De Baer Product Management Agenda Workload Migration Challenges Choosing the Right Tools PlateSpin Recon

More information

Xen Summit Spring 2007

Xen Summit Spring 2007 Xen Summit Spring 2007 Platform Virtualization with XenEnterprise Rich Persaud 4/20/07 Copyright 2005-2006, XenSource, Inc. All rights reserved. 1 Xen, XenSource and XenEnterprise

More information

Cloud Computing Lecture 4

Cloud Computing Lecture 4 Cloud Computing Lecture 4 1/17/2012 What is Hypervisor in Cloud Computing and its types? The hypervisor is a virtual machine monitor (VMM) that manages resources for virtual machines. The name hypervisor

More information

Chapter 3 Virtualization Model for Cloud Computing Environment

Chapter 3 Virtualization Model for Cloud Computing Environment Chapter 3 Virtualization Model for Cloud Computing Environment This chapter introduces the concept of virtualization in Cloud Computing Environment along with need of virtualization, components and characteristics

More information

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform

An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform An Experimental Study of Load Balancing of OpenNebula Open-Source Cloud Computing Platform A B M Moniruzzaman, StudentMember, IEEE Kawser Wazed Nafi Syed Akther Hossain, Member, IEEE & ACM Abstract Cloud

More information

Deploying virtualisation in a production grid

Deploying virtualisation in a production grid Deploying virtualisation in a production grid Stephen Childs Trinity College Dublin & Grid-Ireland TERENA NRENs and Grids workshop 2 nd September 2008 www.eu-egee.org EGEE and glite are registered trademarks

More information

A Fine-grained Performance-based Decision Model for Virtualization Application Solution

A Fine-grained Performance-based Decision Model for Virtualization Application Solution A Fine-grained Performance-based Decision Model for Virtualization Application Solution Jianhai Chen College of Computer Science Zhejiang University Hangzhou City, Zhejiang Province, China 2011/08/29 Outline

More information

McAfee Endpoint Security for Servers Product Guide

McAfee Endpoint Security for Servers Product Guide McAfee Endpoint Security for Servers 5.2.0 Product Guide COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator, McAfee epo,

More information

Infor LN Deployment in a Virtualized Environment

Infor LN Deployment in a Virtualized Environment Infor LN Deployment in a Virtualized Environment Copyright 2012 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Distributed Systems COMP 212. Lecture 18 Othon Michail

Distributed Systems COMP 212. Lecture 18 Othon Michail Distributed Systems COMP 212 Lecture 18 Othon Michail Virtualisation & Cloud Computing 2/27 Protection rings It s all about protection rings in modern processors Hardware mechanism to protect data and

More information

Increasing Cloud Power Efficiency through Consolidation Techniques

Increasing Cloud Power Efficiency through Consolidation Techniques Increasing Cloud Power Efficiency through Consolidation Techniques Antonio Corradi, Mario Fanelli, Luca Foschini Dipartimento di Elettronica, Informatica e Sistemistica (DEIS) University of Bologna, Italy

More information

RUNNING VTSERVER IN A VIRTUAL MACHINE ENVIRONMENT

RUNNING VTSERVER IN A VIRTUAL MACHINE ENVIRONMENT RUNNING VTSERVER IN A VIRTUAL MACHINE ENVIRONMENT TECHNICAL NOTE BN-0001-04 AVT/Vere Technical Note: Running vtserver in a Virtual Machine Environment BN-0001-04 (October, 2016) 2016 Vere Technologies

More information

Client Automation v8.10 Enterprise, Standard, Starter*

Client Automation v8.10 Enterprise, Standard, Starter* Core Installation Satellite Installation Application Management Application Self Service Management Application Management Profiles Patch Management Security And Compliance Management OS Management Out-of-Band

More information

Real-Time Cache Management for Multi-Core Virtualization

Real-Time Cache Management for Multi-Core Virtualization Real-Time Cache Management for Multi-Core Virtualization Hyoseung Kim 1,2 Raj Rajkumar 2 1 University of Riverside, California 2 Carnegie Mellon University Benefits of Multi-Core Processors Consolidation

More information

Xen Project Overview and Update. Ian Pratt, Chairman of Xen.org, and Chief Scientist, Citrix Systems Inc.

Xen Project Overview and Update. Ian Pratt, Chairman of Xen.org, and Chief Scientist, Citrix Systems Inc. Xen Project Overview and Update Ian Pratt, Chairman of Xen.org, and Chief Scientist, Citrix Systems Inc. Xen Community Story 2002 Oct Xen hypervisor development starts 2004 Xen 1.0 and 2.0 released, First

More information

AHV + NVIDIA VGPU INTEGRATION Malcolm Crossley AHV GPU Architect

AHV + NVIDIA VGPU INTEGRATION Malcolm Crossley AHV GPU Architect AHV + NVIDIA VGPU INTEGRATION Malcolm Crossley AHV GPU Architect Nutanix AHV The hypervisor built for the Enterprise Cloud Nutanix: Built-in Virtualization App App App App Virtualization Virtualization

More information

OPS-9: Fun With Virtualization. John Harlow. John Harlow. About John Harlow

OPS-9: Fun With Virtualization. John Harlow. John Harlow. About John Harlow OPS-9: Fun With Virtualization President, BravePoint, Inc. About Unix user since 1982 Progress developer since 1984 Linux Desktop and Server user since 1995 VMware user since earliest beta in 1999 Contact

More information

Multiprocessor Scheduling. Multiprocessor Scheduling

Multiprocessor Scheduling. Multiprocessor Scheduling Multiprocessor Scheduling Will consider only shared memory multiprocessor or multi-core CPU Salient features: One or more caches: cache affinity is important Semaphores/locks typically implemented as spin-locks:

More information

Virtual Pc Manual Windows 7 64 Bit Guest Os

Virtual Pc Manual Windows 7 64 Bit Guest Os Virtual Pc Manual Windows 7 64 Bit Guest Os What do I need to download to install Virtual PC on Windows 7 Enterprise? is there an article that would describe how Yes, No version of Virtual PC supports

More information

Cross-layer Optimization for Virtual Machine Resource Management

Cross-layer Optimization for Virtual Machine Resource Management Cross-layer Optimization for Virtual Machine Resource Management Ming Zhao, Arizona State University Lixi Wang, Amazon Yun Lv, Beihang Universituy Jing Xu, Google http://visa.lab.asu.edu Virtualized Infrastructures,

More information

Power Efficiency of Hypervisor and Container-based Virtualization

Power Efficiency of Hypervisor and Container-based Virtualization Power Efficiency of Hypervisor and Container-based Virtualization University of Amsterdam MSc. System & Network Engineering Research Project II Jeroen van Kessel 02-02-2016 Supervised by: dr. ir. Arie

More information

VMware vsphere: Taking Virtualization to the Next Level

VMware vsphere: Taking Virtualization to the Next Level About this research note: Product Evaluation notes provide an analysis of the market position of a specific product and its vendor through an in-depth exploration of their relative capabilities. VMware

More information

A Review On optimization technique in Server Virtualization

A Review On optimization technique in Server Virtualization A Review On optimization technique in Server Virtualization Lavneet Kaur, Himanshu Kakkar Department of Computer Science Chandigarh Engineering College Landran, India Abstract In this paper, the earlier

More information

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved.

VMware Overview VMware Infrastructure 3: Install and Configure Rev C Copyright 2007 VMware, Inc. All rights reserved. VMware Overview Kontakt: jens.soeldner@netlogix.de 1-1 You Are Here Virtual Infrastructure VMware Overview ESX Server Installation ESX Server Installation Networking Networking Storage Storage ESX Server

More information

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1

Hystax Acura. Cloud Migration and Disaster Recovery Solution. Hystax. All rights reserved. 1 Hystax Acura Cloud Migration and Disaster Recovery Solution Hystax. All rights reserved. 1 www.hystax.com Overview Hystax is a cloud migration and Disaster Recovery company focusing on consistent replication

More information

RUNNING VTVAX FOR WINDOWS IN A VIRTUAL MACHINE ENVIRONMENT

RUNNING VTVAX FOR WINDOWS IN A VIRTUAL MACHINE ENVIRONMENT RUNNING VTVAX FOR WINDOWS IN A VIRTUAL MACHINE ENVIRONMENT TECHNICAL NOTE WN-0001-05 AVT/Vere Technical Note: Running vtvax for Windows in a Virtual Machine Environment WN-0001-05 (October, 2018) 2018

More information

It s. slow! SQL Saturday. Copyright Heraflux Technologies. Do not redistribute or copy as your own. 1. Database. Firewall Load Balancer.

It s. slow! SQL Saturday. Copyright Heraflux Technologies. Do not redistribute or copy as your own. 1. Database. Firewall Load Balancer. App request Web Server Firewall Load Balancer Web Server App Server Report Server Desktop App Desktop App Desktop App Desktop App Web Server Database It s FG1 FG2 Log MDF NDF NDF NDF LDF SQL Server Instance

More information

Abstract. Testing Parameters. Introduction. Hardware Platform. Native System

Abstract. Testing Parameters. Introduction. Hardware Platform. Native System Abstract In this paper, we address the latency issue in RT- XEN virtual machines that are available in Xen 4.5. Despite the advantages of applying virtualization to systems, the default credit scheduler

More information

Virtual Asymmetric Multiprocessor for Interactive Performance of Consolidated Desktops

Virtual Asymmetric Multiprocessor for Interactive Performance of Consolidated Desktops Virtual Asymmetric Multiprocessor for Interactive Performance of Consolidated Desktops Hwanju Kim 12, Sangwook Kim 1, Jinkyu Jeong 1, and Joonwon Lee 1 Sungkyunkwan University 1 University of Cambridge

More information

监控您的 SmartCloud 刘鹤 IBM 软件部

监控您的 SmartCloud 刘鹤 IBM 软件部 监控您的 SmartCloud 刘鹤 IBM 软件部 Agenda Why is SmartCloud Monitoring Important Best Practices for SmartCloud Monitoring of VMware Operational Health Dashboard Deployment Considerations Historical Collection

More information

Performance Evaluation of Virtualization Technologies

Performance Evaluation of Virtualization Technologies Performance Evaluation of Virtualization Technologies Saad Arif Dept. of Electrical Engineering and Computer Science University of Central Florida - Orlando, FL September 19, 2013 1 Introduction 1 Introduction

More information

SUSE Linux Enterprise Server: Supported Virtualization Technologies

SUSE Linux Enterprise Server: Supported Virtualization Technologies Technical White Paper Enterprise Linux SUSE Linux Enterprise Server: Supported Virtualization Technologies Table of Contents page Comprehensive Virtualization Support Overview... 2 Upgrade Guidelines...4

More information

System Monitor - Performance Monitoring Services 5.8 User's Guide

System Monitor - Performance Monitoring Services 5.8 User's Guide System Monitor - Performance Monitoring Services 5.8 User's Guide - First Edition - Copyright (C) NEC Corporation 2004-2017. Disclaimer of Warranty All the information, text, graphics, links or other items

More information

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Applied Technology Abstract This white paper describes tests in which Navisphere QoS Manager and VMware s Distributed

More information

OpenStack hypervisor, container and Baremetal servers performance comparison

OpenStack hypervisor, container and Baremetal servers performance comparison OpenStack hypervisor, container and Baremetal servers performance comparison Yoji Yamato a) Software Innovation Center, NTT Corporation, 3 9 11 Midori-cho, Musashino-shi, Tokyo 180 8585, Japan a) yamato.yoji@lab.ntt.co.jp

More information

A performance analysis of Xen and KVM hypervisors for hosting the Xen Worlds Project

A performance analysis of Xen and KVM hypervisors for hosting the Xen Worlds Project Graduate Theses and Dissertations Graduate College 2011 A performance analysis of Xen and KVM hypervisors for hosting the Xen Worlds Project Charles David Graziano Iowa State University Follow this and

More information

VMware and Xen Hypervisor Performance Comparisons in Thick and Thin Provisioned Environments

VMware and Xen Hypervisor Performance Comparisons in Thick and Thin Provisioned Environments VMware and Hypervisor Performance Comparisons in Thick and Thin Provisioned Environments Devanathan Nandhagopal, Nithin Mohan, Saimanojkumaar Ravichandran, Shilp Malpani Devanathan.Nandhagopal@Colorado.edu,

More information

CHAPTER 16 - VIRTUAL MACHINES

CHAPTER 16 - VIRTUAL MACHINES CHAPTER 16 - VIRTUAL MACHINES 1 OBJECTIVES Explore history and benefits of virtual machines. Discuss the various virtual machine technologies. Describe the methods used to implement virtualization. Show

More information

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM

Virtualization. Application Application Application. MCSN - N. Tonellotto - Distributed Enabling Platforms OPERATING SYSTEM OPERATING SYSTEM Virtualization lication lication lication lication lication lication OPERATING SYSTEM OPERATING SYSTEM VIRTUALIZATION 1 Basic Idea Observation Hardware resources are typically under-utilized Hardware resources

More information

Originally prepared by Lehigh graduate Greg Bosch; last modified April 2016 by B. Davison

Originally prepared by Lehigh graduate Greg Bosch; last modified April 2016 by B. Davison Virtualization Originally prepared by Lehigh graduate Greg Bosch; last modified April 2016 by B. Davison I. Introduction to Virtualization II. Virtual liances III. Benefits to Virtualization IV. Example

More information

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS

Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Maintaining End-to-End Service Levels for VMware Virtual Machines Using VMware DRS and EMC Navisphere QoS Applied Technology Abstract This white paper describes tests in which Navisphere QoS Manager and

More information

Vembu BDR Suite vs HPE VM Explorer

Vembu BDR Suite vs HPE VM Explorer vs VEMBU TECHNOLOGIES www.vembu.com About Vembu Vembu Technologies is a well known technology innovator in offering (BDR) product targeted at IT-Administrators in large, medium and small businesses to

More information

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy

COMPUTER ARCHITECTURE. Virtualization and Memory Hierarchy COMPUTER ARCHITECTURE Virtualization and Memory Hierarchy 2 Contents Virtual memory. Policies and strategies. Page tables. Virtual machines. Requirements of virtual machines and ISA support. Virtual machines:

More information

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University

Virtual Machines. Jinkyu Jeong Computer Systems Laboratory Sungkyunkwan University Virtual Machines Jinkyu Jeong (jinkyu@skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Today's Topics History and benefits of virtual machines Virtual machine technologies

More information

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume

Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Enhancing Oracle VM Business Continuity Using Dell Compellent Live Volume Wendy Chen, Roger Lopez, and Josh Raw Dell Product Group February 2013 This document is for informational purposes only and may

More information

Pervasive PSQL Vx Server Licensing

Pervasive PSQL Vx Server Licensing Pervasive PSQL Vx Server Licensing Overview The Pervasive PSQL Vx Server edition is designed for highly virtualized environments with support for enterprise hypervisor features including live application

More information

Measuring VMware Environments

Measuring VMware Environments Measuring VMware Environments Massimo Orlando EPV Technologies In the last years many companies adopted VMware as a way to consolidate more Windows images on a single server. As in any other environment,

More information

IT Infrastructure: Poised for Change

IT Infrastructure: Poised for Change IT Infrastructure: Poised for Change David Freund Corporate Virtual Architect EMC Corporation October, 2009 Copyright 2009 EMC Corporation. All rights reserved. 1 Things Change The Big Question What s

More information

Live Migration of Virtualized Edge Networks: Analytical Modeling and Performance Evaluation

Live Migration of Virtualized Edge Networks: Analytical Modeling and Performance Evaluation Live Migration of Virtualized Edge Networks: Analytical Modeling and Performance Evaluation Walter Cerroni, Franco Callegati DEI University of Bologna, Italy Outline Motivations Virtualized edge networks

More information

Protecting VMware vsphere/esx Environments with CA ARCserve

Protecting VMware vsphere/esx Environments with CA ARCserve Solution Brief: CA ARCserve R16.5 Complexity ate my budget Protecting VMware vsphere/esx Environments with CA ARCserve Customer Challenges Today, you face demanding service level agreements (SLAs) while

More information

Performance Benchmarking of Hypervisors - A Case Study

Performance Benchmarking of Hypervisors - A Case Study ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Indian Journal of Science and Technology, Vol 10(44), DOI: 10.17485/ijst/2017/v10i44/120579, November 2017 Performance Benchmarking of Hypervisors - A

More information

Barracuda Backup Hardware Specifications

Barracuda Backup Hardware Specifications The articles in this section refer to Barracuda Backup Legacy Release firmware or newer. Specifications subject to change without notice. See the Barracuda Backup Data Sheet on the Barracuda Networks website

More information

Pexip Infinity Server Design Guide

Pexip Infinity Server Design Guide Pexip Infinity Server Design Guide Introduction This document describes the recommended specifications and deployment for servers hosting the Pexip Infinity platform. It starts with a Summary of recommendations

More information

Real-time scheduling for virtual machines in SK Telecom

Real-time scheduling for virtual machines in SK Telecom Real-time scheduling for virtual machines in SK Telecom Eunkyu Byun Cloud Computing Lab., SK Telecom Sponsored by: & & Cloud by Virtualization in SKT Provide virtualized ICT infra to customers like Amazon

More information

The Realities of Virtualization

The Realities of Virtualization The Realities of Virtualization Ted Buiting, Director Infrastructure Optimization Solutions Systems & Technology Unisys David Robinson Lead Architect Real Time Infrastructure Unisys Page 1 So what is Virtual

More information

Spring 2017 :: CSE 506. Introduction to. Virtual Machines. Nima Honarmand

Spring 2017 :: CSE 506. Introduction to. Virtual Machines. Nima Honarmand Introduction to Virtual Machines Nima Honarmand Virtual Machines & Hypervisors Virtual Machine: an abstraction of a complete compute environment through the combined virtualization of the processor, memory,

More information

Power Consumption of Virtual Machine Live Migration in Clouds. Anusha Karur Manar Alqarni Muhannad Alghamdi

Power Consumption of Virtual Machine Live Migration in Clouds. Anusha Karur Manar Alqarni Muhannad Alghamdi Power Consumption of Virtual Machine Live Migration in Clouds Anusha Karur Manar Alqarni Muhannad Alghamdi Content Introduction Contribution Related Work Background Experiment & Result Conclusion Future

More information

Modernize Your IT with FlexPod. NetApp & Schneider Electric

Modernize Your IT with FlexPod. NetApp & Schneider Electric Modernize Your IT with FlexPod NetApp & Schneider Electric Hyper-distribution of Applications and Data 30M New devices connected every week 277X Data created by IoE devices v. end-user 180B Mobile apps

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2017 Lecture 27 Virtualization Slides based on Various sources 1 1 Virtualization Why we need virtualization? The concepts and

More information

Easily Managing Hybrid IT with Transformation Technology

Easily Managing Hybrid IT with Transformation Technology White Paper White Paper Managing Public Cloud Computing in the Enterprise Easily Managing Hybrid IT with Transformation Technology A Quick Start Guide 1 Table of Contents Abstract... 3 Traditional Approaches

More information

Task Scheduling of Real- Time Media Processing with Hardware-Assisted Virtualization Heikki Holopainen

Task Scheduling of Real- Time Media Processing with Hardware-Assisted Virtualization Heikki Holopainen Task Scheduling of Real- Time Media Processing with Hardware-Assisted Virtualization Heikki Holopainen Aalto University School of Electrical Engineering Degree Programme in Communications Engineering Supervisor:

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme SER1815BU DRS Advancements: What's New and What Is Being Cooked Up in Resource Management Land VMworld 2017 Thomas Bryant, VMware, Inc - @kix1979 Maarten Wiggers, VMware, Inc Content: Not for publication

More information

NEC SigmaSystemCenter 3.0 highlights. NEC Corporation 2nd IT Software Division IT Network Global Solutions Division

NEC SigmaSystemCenter 3.0 highlights. NEC Corporation 2nd IT Software Division IT Network Global Solutions Division NEC SigmaSystemCenter 3.0 highlights NEC Corporation 2nd IT Software Division IT Network Global Solutions Division Sept. 2011 NEC SigmaSystemCenter 3.0 highlights Cloud Management Multitenancy Resource

More information

Preserving I/O Prioritization in Virtualized OSes

Preserving I/O Prioritization in Virtualized OSes Preserving I/O Prioritization in Virtualized OSes Kun Suo 1, Yong Zhao 1, Jia Rao 1, Luwei Cheng 2, Xiaobo Zhou 3, Francis C. M. Lau 4 The University of Texas at Arlington 1, Facebook 2, University of

More information

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

Virtualization Introduction

Virtualization Introduction Virtualization Introduction Simon COTER Principal Product Manager Oracle VM & VirtualBox simon.coter@oracle.com https://blogs.oracle.com/scoter November 21 st, 2016 Safe Harbor Statement The following

More information

Server Virtualization Approaches

Server Virtualization Approaches Server Virtualization Approaches Virtual Machine Applications Emulation Replication Composition Emulation: Mix-and-match cross-platform portability Replication: Multiple VMs on single platform Composition:

More information

Cloud and Datacenter Networking

Cloud and Datacenter Networking Cloud and Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell Informazione DIETI Laurea Magistrale in Ingegneria Informatica

More information

Dirty Memory Tracking for Performant Checkpointing Solutions

Dirty Memory Tracking for Performant Checkpointing Solutions Dirty Memory Tracking for Performant Checkpointing Solutions Lei Cao lei.cao@stratus.com August 25, 2016 1 Software Fault Tolerance Checkpointing is a technique to create a fault tolerant virtual machine

More information

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee

davidklee.net gplus.to/kleegeek linked.com/a/davidaklee @kleegeek davidklee.net gplus.to/kleegeek linked.com/a/davidaklee Specialties / Focus Areas / Passions: Performance Tuning & Troubleshooting Virtualization Cloud Enablement Infrastructure Architecture

More information

Comparing Function of OpenStack and VMware. Li-qiu JIANG and Da-wei XIAO

Comparing Function of OpenStack and VMware. Li-qiu JIANG and Da-wei XIAO 2017 2nd International Conference on Wireless Communication and Network Engineering (WCNE 2017) ISBN: 978-1-60595-531-5 Comparing Function of OpenStack and VMware Li-qiu JIANG and Da-wei XIAO Institute

More information

Getting to Know Apache CloudStack

Getting to Know Apache CloudStack Getting to Know Apache CloudStack Joe Brockmeier PPMC Member Apache CloudStack jzb@apache.org Five Six Characteristics of Clouds On-Demand Self-Service Broad Network Access Resource Pooling Rapid Elasticity

More information

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director

Hyper-Convergence De-mystified. Francis O Haire Group Technology Director Hyper-Convergence De-mystified Francis O Haire Group Technology Director The Cloud Era Is Well Underway Rapid Time to Market I deployed my application in five minutes. Fractional IT Consumption I use and

More information

MANAGEMENT OF TASKS IN VIRTUALIZED ENVIRONMENTS

MANAGEMENT OF TASKS IN VIRTUALIZED ENVIRONMENTS MANAGEMENT OF TASKS IN VIRTUALIZED ENVIRONMENTS Asil ALKAYA Adnan Menderes University / Faculty of Business Administration Title Asst. Prof. Dr. E-mail: asil.alkaya@adu.edu.tr Abstract Virtualization has

More information

Discovering Dependencies between Virtual Machines Using CPU Utilization. Renuka Apte, Liting Hu, Karsten Schwan, Arpan Ghosh

Discovering Dependencies between Virtual Machines Using CPU Utilization. Renuka Apte, Liting Hu, Karsten Schwan, Arpan Ghosh Look Who s Talking Discovering Dependencies between Virtual Machines Using CPU Utilization Renuka Apte, Liting Hu, Karsten Schwan, Arpan Ghosh Georgia Institute of Technology Talk by Renuka Apte * *Currently

More information

VCAP5-DCD. Vmware. VMware Certified Advanced Professional 5 - Data Center Design

VCAP5-DCD. Vmware. VMware Certified Advanced Professional 5 - Data Center Design Vmware VCAP5-DCD VMware Certified Advanced Professional 5 - Data Center Design Download Full Version : https://killexams.com/pass4sure/exam-detail/vcap5-dcd QUESTION: 262 A multitier website has an RTO

More information

Deploying Application and OS Virtualization Together: Citrix and Virtuozzo

Deploying Application and OS Virtualization Together: Citrix and Virtuozzo White Paper Deploying Application and OS Virtualization Together: Citrix and Virtuozzo www.swsoft.com Version 1.0 Table of Contents The Virtualization Continuum: Deploying Virtualization Together... 3

More information

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage

TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage TPC-E testing of Microsoft SQL Server 2016 on Dell EMC PowerEdge R830 Server and Dell EMC SC9000 Storage Performance Study of Microsoft SQL Server 2016 Dell Engineering February 2017 Table of contents

More information

DELIVERING HIGH-PERFORMANCE REMOTE GRAPHICS WITH NVIDIA GRID VIRTUAL GPU. Andy Currid NVIDIA

DELIVERING HIGH-PERFORMANCE REMOTE GRAPHICS WITH NVIDIA GRID VIRTUAL GPU. Andy Currid NVIDIA DELIVERING HIGH-PERFORMANCE REMOTE GRAPHICS WITH NVIDIA GRID VIRTUAL Andy Currid NVIDIA WHAT YOU LL LEARN IN THIS SESSION NVIDIA's GRID Virtual Architecture What it is and how it works Using GRID Virtual

More information

OpenNebula on VMware: Cloud Reference Architecture

OpenNebula on VMware: Cloud Reference Architecture OpenNebula on VMware: Cloud Reference Architecture Version 1.2, October 2016 Abstract The OpenNebula Cloud Reference Architecture is a blueprint to guide IT architects, consultants, administrators and

More information

Power-Aware Scheduling of Virtual Machines in DVFS-enabled Clusters

Power-Aware Scheduling of Virtual Machines in DVFS-enabled Clusters Power-Aware Scheduling of Virtual Machines in DVFS-enabled Clusters Gregor von Laszewski, Lizhe Wang, Andrew J. Younge, Xi He Service Oriented Cyberinfrastructure Lab Rochester Institute of Technology,

More information

VIRTUAL APPLIANCES. Frequently Asked Questions (FAQ)

VIRTUAL APPLIANCES. Frequently Asked Questions (FAQ) VX INSTALLATION 2 1. I need to adjust the disk allocated to the Silver Peak virtual appliance from its default. How should I do it? 2. After installation, how do I know if my hard disks meet Silver Peak

More information

Altaro VM Backup vs. Unitrends

Altaro VM Backup vs. Unitrends Altaro VM Backup vs. Unitrends Product comparison info@altaro.com www.altaro.com Altaro VM Backup 6 vs. Unitrends 9.0 Unitrends has always taken an appliance based approach to backups of both physical

More information