Performance Analysis of Remote Desktop Virtualization based on Hyper-V versus Remote Desktop Services

Size: px
Start display at page:

Download "Performance Analysis of Remote Desktop Virtualization based on Hyper-V versus Remote Desktop Services"

Transcription

1 MACRo th International Conference on Recent Achievements in Mechatronics, Automation, Computer Science and Robotics Performance Analysis of Remote Desktop Virtualization based on Hyper-V versus Remote Desktop Services Örs DARABONT 1, Konrád József KISS 2, József DOMOKOS 3 1 BSc student at Department of Electrical Engineering, Faculty of Technical and Human Sciences, Sapientia University, Tg. Mureş, darabont_ors@yahoo.com 2 Department of Electrical Engineering, Faculty of Technical and Human Sciences, Sapientia University, Tg. Mureş, konrad@ms.sapientia.ro 3 Department of Electrical Engineering, Faculty of Technical and Human Sciences, Sapientia University, Tg. Mureş, domi@ms.sapientia.ro Manuscript received January 25, 2015, revised February 13, Abstract: The fast spread of computer networks and broadband Internet access, and also the development of different operating systems, makes possible to use different virtualization techniques and virtual machines. The release and spread of virtualization platforms makes possible the development of cost-effective information systems that can provide in addition dynamic resource management and simplified system administration. In this paper we present a comparative performance analysis of Remote Desktop Virtualization based on Hyper-V versus Remote Desktop Services. We introduce system architecture for the two tested scenario and test environment including detailed hardware description. The main conclusions of the paper are that despite the higher acquisition and maintenance costs, the Remote Desktop Services outperforms the Hyper-V based Remote Desktop Virtualization in memory, CPU and also storage management. Keywords: Virtualization, hypervisor, Hyper-V, Virtual Machine, Virtual Desktop, Remote Desktop Session, Remote Desktop Protocol, Remote Desktop Services. 1. Introduction The fast spread of computer networks and broadband Internet access, and also the development of different operating systems, makes possible to use different virtualization techniques and virtual machines (VMs). The release and spread of virtualization platforms allowed the development of cost-effective information systems that can provide in addition dynamic resource management and simplified system administration. [1] [2] The aim of our research is to find an optimal solution, which helps reducing energy consumption and allow us to create a cost-effective network 127

2 128 Ö. Darabont, K. J. Kiss, J. Domokos infrastructure, regarding the acquisition cost of the hardware and software licenses, and also the long term operating costs. The scope of the project is to develop a cost effective computer infrastructure considering desktop virtualization technologies and thin clients, to be used in two scenarios: as programming laboratories and also as office infrastructure. [3] [4] In the first stage of the project we have studied different thin client solutions, started from commercially available dedicated thin clients to alternative thin client solutions like Android based smart phones and tablets or single chip computers such as Raspberry Pi, Odroid U3, Cubie Board. We have found that alternative thin clients are good solution for commercially available thin client replacement. These single chip computers are flexible, they can run Linux based operating systems, can handle Remote Desktop Protocol (RDP) for connecting to the server, the acquisition costs are one order of magnitude cheaper than commercially available thin clients and they also have lower power consumption. For remote desktop virtualization there are several virtualization software tools like VMWare ESXi, Citrix Xen Server or Microsoft Hyper-V, and other alternatives like Microsoft Remote Desktop Services. We try to benchmark these solutions in order to choose the best one. The main purpose of this paper is to make a comparative performance study between the two Microsoft tools for Remote Desktop Virtualization: Hyper-V hypervisor and Remote Desktop Services. Tests were perform to evaluate memory, CPU and storage management. The paper is structured as follows: section 2 of the paper introduce system architecture and describes the test environment, section 3 contains the performed evaluation tests and section 4 presents the main conclusions. 2. Test environment description Figure 1 presents test environment for both Remote Desktop Services (RDS) and Hyper-V based Desktop Virtualization scenario. We have Windows 2012 Server R2 operating system with both Hyper-V role and RDS installed and configured on a HP ProLiant DL380p server station. On the left part of the figure are shown the RDS components marked with green and on the right part we have the Hyper-V with the guest VMs and their clients. Hyper-V Manager was used to create and manage VMs. The Hyper-V hypervisor is responsible for the server hardware resource sharing between the created VMs. Several types of clients presented in [3] can be connected to the VMs or directly to RDS such as personal computers, laptops, dedicated thin clients or thin clients based on single chip computers, even Android based smartphones or tablets. The connections are realized using Remote Desktop Protocol (RDP).

3 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V vs. RDS 129 In order to test the performance of both our Hyper-V and Remote Desktop Services implementations we used the built-in Performance Monitor tool Figure 1: Remote desktop virtualization test environment. A. Server station hardware configuration The server we used for testing is a HP ProLiant DL380P Gen8. Table 1 highlights the main components of the server and its characteristics. Table 1: Hardware configuration of the server station. Processor Memory Chipset Storage controller Storage drives Network controller 1 x Intel Xeon E GHz, 4 cores 8 x 4GB DDR3 Intel C600 Series Smart Array P420i/ZM 3 x 500 GB 7200 RPM SAS 1Gb 4 port 331FLR Ethernet adapter In addition, the server has the following upgrade capabilities: Processors: up to 2 x Intel Xeon E and E v2 series processors (up to 24 cores in total) Memory: up to 768 GB (24 x 32 GB depending on memory speed Storage drives: up to 8 SAS or SATA HDD or SSD drives

4 130 Ö. Darabont, K. J. Kiss, J. Domokos Optional upgrades: 1 x PCIe 3.0 x16 connector, 1 x PCIe 3.0 x8 connector, 1 x PCIe 2.0 x8 connector for additional controller cards or PCIe SSD drives B. Remote Desktop Virtualization using Microsoft Hyper-V hypervisor Test environment is presented in Figure 1. Remote Desktop Virtualization using Hyper-V can be seen in the right part of this figure. Needed components are highlighted with red color. This scenario uses virtualization in order to host the remote desktops. The server (host) is running Windows Server 2012 R2 operating system with the Hyper-V role installed and configured. For our tests, we created 12 Generation 1 virtual machines, each with one quad core virtual processor, 2 GB of RAM, IDE attached VHDx virtual disks and a virtual network adapter. Figure 2: Settings for VMs.

5 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V vs. RDS 131 The virtual machines (guests) are running Windows 7 Enterprise Edition operating systems. On Figure 2 you can see the configuration of the virtual machines in Hyper-V Manager application used for creating and managing the virtual machines. In order to improve storage I/O throughput, we disabled the use of page file and the System Restore service in the guest operating systems. C. Remote Desktop Services Remote Desktop Services scenario is also presented on Figure 1. RDS is a Windows service created to make possible multi user connections to a Windows server station. Connected clients use RDP to transfer commands to the server and to receive the graphical user interface of the remote desktop. Connected users have access granted to all the software applications installed on the server station. In this case the received remote desktop is a Windows Server 2012 R2 desktop. 3. Performance evaluation tests In order to test the performance of both our Hyper-V and Remote Desktop Services implementations we used the built-in Performance Monitor tool. The first challenge was finding the right performance counters that accurately monitor the use of system resources. Three test suites were performed related to memory usage, CPU load and storage drive queue. These parameters are critical when we evaluate system performance. Committed bytes counter of the Memory object shows the amount of used memory. This can be given also as a percentage of the total amount of memory if we use the % Committed bytes in use counter.

6 132 Ö. Darabont, K. J. Kiss, J. Domokos Figure 3: Memory allocation test for Hyper-V based remote desktop virtualization. The first test was performed in order to determine the way of memory allocation for VMs. We started consecutively all the 12 VMs and monitored the Committed bytes and % Committed bytes in use counters. The diagrams in Figure 3 clearly shows 12 steps in memory usage that mark VM starting times. In conclusion this test shows that when a VM starts, the memory amount given in VM configuration is allocated even if it is not entirely used. % Total Run Time counter of Hyper-V Hypervisor logical processor object can be used for CPU test. This counter records the total consumption of the CPU resource: guest and host operating systems together. We started consecutively one CPU Stress application [5] on each VM, using medium (about 30%) CPU load and single thread settings. In the same time we logged % Total Run Time of Hyper-V Hypervisor logical processor counter on the server machine. Figure 4 shows the CPU test results. The 30% CPU usage is divided on the 4 core of the server s processor. This means a 7.5% CPU usage added by each VM. The 12 VMs gives a theoretical CPU usage of about 84%.

7 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V vs. RDS 133 Figure 4: CPU Stress test running on single thread with hypervisor. Figure 5: CPU stress test running on four threads with hypervisor. The conclusion is that full CPU resources are shared to each VM and when server CPU usage reach its limit, all VMs perform slower.

8 134 Ö. Darabont, K. J. Kiss, J. Domokos Figure 6: CPU stress test running on single thread with RDS. Figure 7: CPU stress test running on 4 threads with RDS. These CPU stress tests were repeated using the RDS scenario. Figure 6 and Figure 7 shows the results for the single threaded and four threaded CPU Stress tests respectively. For the single threaded CPU Stress test the 12 steps of the CPU usage percentages are more clearly visible in the diagram. For the four threaded stress test we can distinguish three steps until CPU reaches its full occupancy. This is because at the starting point CPU usage is near to 0 in the RDS scenario.

9 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V vs. RDS 135 Figure 8: Storage disk queue test with hypervisor. Figure 9: Storage disk queue test with RDS. Figure 8 and Figure 9 presents storage tests in the two scenario. Measurements were taken during Matlab application starting process. Average disk queue length is one the most important parameter marked with green color on the diagrams. In Hyper-V solution disk queue is high because of the attached virtual disks. Server s hard disk is solicited to satisfy multiple request when

10 136 Ö. Darabont, K. J. Kiss, J. Domokos multiple Matlab applications are started by different VMs from multiple virtual disks hosted on the same hard drive. RDS measurements show a very low average disk queue length because once the application is started, it is multiplied in the memory for the connected client stations. Large average disk queue values limit also CPU load in the case of Hyper-V and low disk queue value allow full CPU usage in the RDS scenario. 4. Conclusion In this paper we have investigated performance of remote desktop virtualization using two alternative solutions: Hyper-V based and RDS. We have implemented the test environment using an entry level server machine for both scenarios and performed memory, CPU and also storage management measurements. Memory management of the RDS seems to be better than in the case of hypervisor based remote desktop virtualization. Full amount of memory of a VM is allocated when a VM starts in hypervisor based solution. In the case of CPU tests booth systems have almost the same results. CPU usage in case of hyper-v is a little bit higher and in RDS case CPU usage percentages are more clearly distinguishable from the measurements. Storage management measurements shows a clear advantage for the RDS scenario. Average disk queue values are at more than an order of magnitude higher when hypervisor based solution is tested. The main conclusion of the paper is that despite the acquisition and maintenance costs are higher, the Remote Desktop Services scenario outperforms the Hyper-V based Remote Desktop Virtualization both in memory and CPU management. Acknowledgements The research and publication has been supported by the European Union and Hungary and co-financed by the European Social Fund through the project TAMOP C-11/1/KONV National Research Center for Development and Market Introduction of Advanced Information and Communication Technologies.

11 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V vs. RDS 137 References [1] Rodríguez-Haro F., Freitag F., L Navarro, Hernández-Sánchez E., Farías-Mendoza N., Guerrero-Ibanez J.A., González-Potes A., A summary of virtualization techniques, in Proceedings of the 2012 Iberoamerican Conference on Electronics Engineering and Computer Science, Procedia Technology 3, 2012, pp [2] Bari F., Boutaba R., Esteves R., Granville L.Z., Podlesny M., Rabbani G., Zhang Q., Zhani M.F., Data Center Network Virtualization: A Survey, in IEEE Communications Surveys & Tutorials, Vol. 15, No. 2, second quarter [3] Darabont Ö, Kiss K. J., Domokos J., Cost effective computer infrastructure in, Proc. of the XXIV nd International Conference on Computers and Education (SZÁMOKT 2014), Odorheiu Secuiesc, Romania, 2014, pp.. [4] Domokos J., Kiss K.J., Darabont Ö, Economic and technological analysis of the development of a virtual machine room, in Proc. of the Annual Scientific Conference of the Hungarian National Coordinating Center for Infocommunications (ASCONIKK 2014), Veszprém, Hungary, 2014, pp.. [5] MSDN blog Tools To Simulate CPU / Memory / Disk Load, Windows sysinternals CPU Stress application:

HP SN1000E 16 Gb Fibre Channel HBA Evaluation

HP SN1000E 16 Gb Fibre Channel HBA Evaluation HP SN1000E 16 Gb Fibre Channel HBA Evaluation Evaluation report prepared under contract with Emulex Executive Summary The computing industry is experiencing an increasing demand for storage performance

More information

Outline. Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models

Outline. Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models 1 2 Outline Introduction Virtualization Platform - Hypervisor High-level NAS Functions Applications Supported NAS models 3 Introduction What is Virtualization Station? Allows users to create and operate

More information

HP Client Virtualization SMB Reference Architecture for Windows Server 2012

HP Client Virtualization SMB Reference Architecture for Windows Server 2012 Technical white paper HP Client Virtualization SMB Reference Architecture for Windows Server 212 Affordable, high-performing desktop virtualization on HP ProLiant DL38p Gen8 and Windows Server 212 Table

More information

Virtual desktops made easy

Virtual desktops made easy Product test: DataCore Virtual Desktop Server 2.0 Virtual desktops made easy Dr. Götz Güttich The Virtual Desktop Server 2.0 allows administrators to launch and maintain virtual desktops with relatively

More information

Brainlab Node TM Technical Specifications

Brainlab Node TM Technical Specifications Brainlab Node TM Technical Specifications BRAINLAB NODE TM HP ProLiant DL360p Gen 8 CPU: Chipset: RAM: HDD: RAID: Graphics: LAN: HW Monitoring: Height: Width: Length: Weight: Operating System: 2x Intel

More information

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION

DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION DIABLO TECHNOLOGIES MEMORY CHANNEL STORAGE AND VMWARE VIRTUAL SAN : VDI ACCELERATION A DIABLO WHITE PAPER AUGUST 2014 Ricky Trigalo Director of Business Development Virtualization, Diablo Technologies

More information

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server)

How To Test For Performance And Scalability On A Server With A Multi-Core Computer (For A Large Server) Scalability Results Select the right hardware configuration for your organization to optimize performance Table of Contents Introduction... 1 Scalability... 2 Definition... 2 CPU and Memory Usage... 2

More information

Product: Order Delivery Tracking

Product: Order Delivery Tracking Product: Order Delivery Tracking Subject: On Premise Environment Recommendations Version: 1.7 June 1, 2015 Distribution: ODT Customers Contents 1. Introduction... 2 2. Backend Application and Database

More information

7 Real Benefits of a Virtual Infrastructure

7 Real Benefits of a Virtual Infrastructure 7 Real Benefits of a Virtual Infrastructure Dell September 2007 Even the best run IT shops face challenges. Many IT organizations find themselves with under-utilized servers and storage, yet they need

More information

Adonis Technical Requirements

Adonis Technical Requirements Information Sheet Adonis Technical Requirements CONTENTS Contents... 1 Adonis Project Implementation... 1 Host Installation / Onboard Installation Full replication (LARGER Vessels):... 1 Onboard installation

More information

White Paper. Better Performance, Lower Costs. The Advantages of IBM PowerLinux 7R2 with PowerVM versus HP DL380p G8 with vsphere 5.

White Paper. Better Performance, Lower Costs. The Advantages of IBM PowerLinux 7R2 with PowerVM versus HP DL380p G8 with vsphere 5. 89 Fifth Avenue, 7th Floor New York, NY 10003 www.theedison.com 212.367.7400 White Paper Better Performance, Lower Costs The Advantages of IBM PowerLinux 7R2 with PowerVM versus HP DL380p G8 with vsphere

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

Vocera Voice 4.3 and 4.4 Server Sizing Matrix

Vocera Voice 4.3 and 4.4 Server Sizing Matrix Vocera Voice 4.3 and 4.4 Server Sizing Matrix Vocera Server Recommended Configuration Guidelines Maximum Simultaneous Users 450 5,000 Sites Single Site or Multiple Sites Requires Multiple Sites Entities

More information

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE

PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE PERFORMANCE ANALYSIS OF KERNEL-BASED VIRTUAL MACHINE Sudha M 1, Harish G M 2, Nandan A 3, Usha J 4 1 Department of MCA, R V College of Engineering, Bangalore : 560059, India sudha.mooki@gmail.com 2 Department

More information

Enabling Technologies for Distributed Computing

Enabling Technologies for Distributed Computing Enabling Technologies for Distributed Computing Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing, UNF Multi-core CPUs and Multithreading Technologies

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution

More information

AT&T Connect Participant Application & VDI Platform Support

AT&T Connect Participant Application & VDI Platform Support AT&T Connect Participant Application & Platform Support AT&T Connect Participant Application & Vdi Platform Support 2014 AT&T Intellectual Property Published by: AT&T Intellectual Property Product: AT&T

More information

Enabling Technologies for Distributed and Cloud Computing

Enabling Technologies for Distributed and Cloud Computing Enabling Technologies for Distributed and Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF Multi-core CPUs and Multithreading

More information

FUJITSU Enterprise Product & Solution Facts

FUJITSU Enterprise Product & Solution Facts FUJITSU Enterprise Product & Solution Facts shaping tomorrow with you Business-Centric Data Center The way ICT delivers value is fundamentally changing. Mobile, Big Data, cloud and social media are driving

More information

Lecture 2 Cloud Computing & Virtualization. Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu

Lecture 2 Cloud Computing & Virtualization. Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu Lecture 2 Cloud Computing & Virtualization Cloud Application Development (SE808, School of Software, Sun Yat-Sen University) Yabo (Arber) Xu Outline Introduction to Virtualization The Major Approaches

More information

Ensure that the server where you install the Primary Server software meets the following requirements: Item Requirements Additional Details

Ensure that the server where you install the Primary Server software meets the following requirements: Item Requirements Additional Details ZENworks 11 SP3 System December 2014 The following sections provide the Novell ZENworks 11 SP3 requirements for hardware and software: Section 1, Primary Server, on page 1 Section 2, Managed Device, on

More information

CentOS Linux 5.2 and Apache 2.2 vs. Microsoft Windows Web Server 2008 and IIS 7.0 when Serving Static and PHP Content

CentOS Linux 5.2 and Apache 2.2 vs. Microsoft Windows Web Server 2008 and IIS 7.0 when Serving Static and PHP Content Advances in Networks, Computing and Communications 6 92 CentOS Linux 5.2 and Apache 2.2 vs. Microsoft Windows Web Server 2008 and IIS 7.0 when Serving Static and PHP Content Abstract D.J.Moore and P.S.Dowland

More information

HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads

HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads HP ProLiant Gen8 vs Gen9 Server Blades on Data Warehouse Workloads Gen9 Servers give more performance per dollar for your investment. Executive Summary Information Technology (IT) organizations face increasing

More information

vnas Series All-in-one NAS with virtualization platform 2014.01.03

vnas Series All-in-one NAS with virtualization platform 2014.01.03 vnas Series All-in-one NAS with virtualization platform 2014.01.03 2 Imaging NAS Virtualization Station VMware ESX 3 Install Virtualization Station on a specialized Turbo NAS VM vnas Use vnas series to

More information

Arrow ECS sp. z o.o. Oracle Partner Academy training environment with Oracle Virtualization. Oracle Partner HUB

Arrow ECS sp. z o.o. Oracle Partner Academy training environment with Oracle Virtualization. Oracle Partner HUB Oracle Partner Academy training environment with Oracle Virtualization Technology Oracle Partner HUB Overview Description of technology The idea of creating new training centre was to attain light and

More information

High Performance. CAEA elearning Series. Jonathan G. Dudley, Ph.D. 06/09/2015. 2015 CAE Associates

High Performance. CAEA elearning Series. Jonathan G. Dudley, Ph.D. 06/09/2015. 2015 CAE Associates High Performance Computing (HPC) CAEA elearning Series Jonathan G. Dudley, Ph.D. 06/09/2015 2015 CAE Associates Agenda Introduction HPC Background Why HPC SMP vs. DMP Licensing HPC Terminology Types of

More information

Priority Pro v17: Hardware and Supporting Systems

Priority Pro v17: Hardware and Supporting Systems Introduction Priority Pro v17: Hardware and Supporting Systems The following provides minimal system configuration requirements for Priority with respect to three types of installations: On-premise Priority

More information

IOmark- VDI. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Report Date: 27, April 2015. www.iomark.

IOmark- VDI. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Report Date: 27, April 2015. www.iomark. IOmark- VDI HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VDI- HC- 150427- b Test Copyright 2010-2014 Evaluator Group, Inc. All rights reserved. IOmark- VDI, IOmark- VM, VDI- IOmark, and IOmark

More information

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays

Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Best Practices for Deploying SSDs in a Microsoft SQL Server 2008 OLTP Environment with Dell EqualLogic PS-Series Arrays Database Solutions Engineering By Murali Krishnan.K Dell Product Group October 2009

More information

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE

ORACLE VIRTUAL DESKTOP INFRASTRUCTURE ORACLE VIRTUAL DESKTOP INFRASTRUCTURE HIGHLY SECURE AND MOBILE ACCESS TO VIRTUALIZED DESKTOP ENVIRONMENTS KEY FEATURES Centralized virtual desktop management and hosting Facilitates access to VDI desktops

More information

Medisoft Clinical v17 System Requirements

Medisoft Clinical v17 System Requirements Medisoft Clinical v17 System Requirements Table of Contents Glossary... 3 Thin Client Workstation... 3 Application Server... 3 Thin Client Server... 3 Standard Workstation... 3 Application Folder... 3

More information

Workstation Virtualization Software Review. Matthew Smith. Office of Science, Faculty and Student Team (FaST) Big Bend Community College

Workstation Virtualization Software Review. Matthew Smith. Office of Science, Faculty and Student Team (FaST) Big Bend Community College Workstation Virtualization Software Review Matthew Smith Office of Science, Faculty and Student Team (FaST) Big Bend Community College Ernest Orlando Lawrence Berkeley National Laboratory Berkeley, CA

More information

MS EXCHANGE SERVER ACCELERATION IN VMWARE ENVIRONMENTS WITH SANRAD VXL

MS EXCHANGE SERVER ACCELERATION IN VMWARE ENVIRONMENTS WITH SANRAD VXL MS EXCHANGE SERVER ACCELERATION IN VMWARE ENVIRONMENTS WITH SANRAD VXL Dr. Allon Cohen Eli Ben Namer info@sanrad.com 1 EXECUTIVE SUMMARY SANRAD VXL provides enterprise class acceleration for virtualized

More information

Evaluation Report: Emulex OCe14102 10GbE and OCe14401 40GbE Adapter Comparison with Intel X710 10GbE and XL710 40GbE Adapters

Evaluation Report: Emulex OCe14102 10GbE and OCe14401 40GbE Adapter Comparison with Intel X710 10GbE and XL710 40GbE Adapters Evaluation Report: Emulex OCe14102 10GbE and OCe14401 40GbE Adapter Comparison with Intel X710 10GbE and XL710 40GbE Adapters Evaluation report prepared under contract with Emulex Executive Summary As

More information

CLOUD COMPUTING AS THE BASIS OF ELECTRONIC UNIVERSITY CAMPUS. Gmar, D., Kryukov, V., Shakhgeldyan, K. Vladivostok State University of Economics

CLOUD COMPUTING AS THE BASIS OF ELECTRONIC UNIVERSITY CAMPUS. Gmar, D., Kryukov, V., Shakhgeldyan, K. Vladivostok State University of Economics CLOUD COMPUTING AS THE BASIS OF ELECTRONIC UNIVERSITY CAMPUS Gmar, D., Kryukov, V., Shakhgeldyan, K. Vladivostok State University of Economics The problems of creation of university electronic campus are

More information

Hardware/Software Guidelines

Hardware/Software Guidelines There are many things to consider when preparing for a TRAVERSE v11 installation. The number of users, application modules and transactional volume are only a few. Reliable performance of the system is

More information

SQL Server Business Intelligence on HP ProLiant DL785 Server

SQL Server Business Intelligence on HP ProLiant DL785 Server SQL Server Business Intelligence on HP ProLiant DL785 Server By Ajay Goyal www.scalabilityexperts.com Mike Fitzner Hewlett Packard www.hp.com Recommendations presented in this document should be thoroughly

More information

Balancing CPU, Storage

Balancing CPU, Storage TechTarget Data Center Media E-Guide Server Virtualization: Balancing CPU, Storage and Networking Demands Virtualization initiatives often become a balancing act for data center administrators, who are

More information

Efficient Load Balancing using VM Migration by QEMU-KVM

Efficient Load Balancing using VM Migration by QEMU-KVM International Journal of Computer Science and Telecommunications [Volume 5, Issue 8, August 2014] 49 ISSN 2047-3338 Efficient Load Balancing using VM Migration by QEMU-KVM Sharang Telkikar 1, Shreyas Talele

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Software Store Option Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration

More information

HP Proliant BL460c G7

HP Proliant BL460c G7 HP Proliant BL460c G7 The HP Proliant BL460c G7, is a high performance, fully fault tolerant, nonstop server. It s well suited for all mid-level operations, including environments with local storage, SAN

More information

Selecting NetVanta UC Server Hypervisor and Server Platforms

Selecting NetVanta UC Server Hypervisor and Server Platforms NetVanta Unified Communications Technical Note Selecting NetVanta UC Server Hypervisor and Server Platforms Introduction This technical note specifies the minimum computer hardware requirements for NetVanta

More information

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN

HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN HP recommended configuration for Microsoft Exchange Server 2010: HP LeftHand P4000 SAN Table of contents Executive summary... 2 Introduction... 2 Solution criteria... 3 Hyper-V guest machine configurations...

More information

IOS110. Virtualization 5/27/2014 1

IOS110. Virtualization 5/27/2014 1 IOS110 Virtualization 5/27/2014 1 Agenda What is Virtualization? Types of Virtualization. Advantages and Disadvantages. Virtualization software Hyper V What is Virtualization? Virtualization Refers to

More information

How System Settings Impact PCIe SSD Performance

How System Settings Impact PCIe SSD Performance How System Settings Impact PCIe SSD Performance Suzanne Ferreira R&D Engineer Micron Technology, Inc. July, 2012 As solid state drives (SSDs) continue to gain ground in the enterprise server and storage

More information

Virtual SAN Design and Deployment Guide

Virtual SAN Design and Deployment Guide Virtual SAN Design and Deployment Guide TECHNICAL MARKETING DOCUMENTATION VERSION 1.3 - November 2014 Copyright 2014 DataCore Software All Rights Reserved Table of Contents INTRODUCTION... 3 1.1 DataCore

More information

Dragon NaturallySpeaking and citrix. A White Paper from Nuance Communications March 2009

Dragon NaturallySpeaking and citrix. A White Paper from Nuance Communications March 2009 Dragon NaturallySpeaking and citrix A White Paper from Nuance Communications March 2009 Introduction As the number of deployed enterprise applications increases, organizations are seeking solutions that

More information

VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop

VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop VDI Without Compromise with SimpliVity OmniStack and Citrix XenDesktop Page 1 of 11 Introduction Virtual Desktop Infrastructure (VDI) provides customers with a more consistent end-user experience and excellent

More information

Performance Comparison of VMware and Xen Hypervisor on Guest OS

Performance Comparison of VMware and Xen Hypervisor on Guest OS ISSN: 2393-8528 Contents lists available at www.ijicse.in International Journal of Innovative Computer Science & Engineering Volume 2 Issue 3; July-August-2015; Page No. 56-60 Performance Comparison of

More information

How to Test VDI Scalability and Performance on a Windows Server 2012 R2

How to Test VDI Scalability and Performance on a Windows Server 2012 R2 Achieving Higher VDI Scalability and Performance on Microsoft Hyper-V with Seagate 1200 SAS SSD Drives & Proximal Data Autocache Software Technology Paper After the advent of the Hyper-V version 3 hypervisor

More information

Cost Efficient VDI. XenDesktop 7 on Commodity Hardware

Cost Efficient VDI. XenDesktop 7 on Commodity Hardware Cost Efficient VDI XenDesktop 7 on Commodity Hardware 1 Introduction An increasing number of enterprises are looking towards desktop virtualization to help them respond to rising IT costs, security concerns,

More information

VIRTUALIZATION, The next step for online services

VIRTUALIZATION, The next step for online services Scientific Bulletin of the Petru Maior University of Tîrgu Mureş Vol. 10 (XXVII) no. 1, 2013 ISSN-L 1841-9267 (Print), ISSN 2285-438X (Online), ISSN 2286-3184 (CD-ROM) VIRTUALIZATION, The next step for

More information

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and Microsoft Windows Server 2008 R2 Hyper-V Copyright 2011 EMC Corporation. All rights reserved. Published February, 2011 EMC believes the information

More information

Microsoft Windows Server 2003 with Internet Information Services (IIS) 6.0 vs. Linux Competitive Web Server Performance Comparison

Microsoft Windows Server 2003 with Internet Information Services (IIS) 6.0 vs. Linux Competitive Web Server Performance Comparison April 23 11 Aviation Parkway, Suite 4 Morrisville, NC 2756 919-38-28 Fax 919-38-2899 32 B Lakeside Drive Foster City, CA 9444 65-513-8 Fax 65-513-899 www.veritest.com info@veritest.com Microsoft Windows

More information

TREND MICRO SOFTWARE APPLIANCE SUPPORT

TREND MICRO SOFTWARE APPLIANCE SUPPORT TREND MICRO SOFTWARE APPLIANCE SUPPORT What Trend Micro solutions support Software Appliance deployments? The following solutions support the software appliance form factor, and the subsequent hardware

More information

NVIDIA GRID OVERVIEW SERVER POWERED BY NVIDIA GRID. WHY GPUs FOR VIRTUAL DESKTOPS AND APPLICATIONS? WHAT IS A VIRTUAL DESKTOP?

NVIDIA GRID OVERVIEW SERVER POWERED BY NVIDIA GRID. WHY GPUs FOR VIRTUAL DESKTOPS AND APPLICATIONS? WHAT IS A VIRTUAL DESKTOP? NVIDIA GRID OVERVIEW Imagine if responsive Windows and rich multimedia experiences were available via virtual desktop infrastructure, even those with intensive graphics needs. NVIDIA makes this possible

More information

Best Practices for Virtualised SharePoint

Best Practices for Virtualised SharePoint Best Practices for Virtualised SharePoint Brendan Law Blaw@td.com.au @FlamerNZ Flamer.co.nz/spag/ Nathan Mercer Nathan.Mercer@microsoft.com @NathanM blogs.technet.com/nmercer/ Agenda Why Virtualise? Hardware

More information

Sizing of Virtual Desktop Infrastructures

Sizing of Virtual Desktop Infrastructures White Paper Sizing of Virtual Desktop Infrastructures Contents List of tables 2 List of figures 2 Introduction 3 Use of terms and names 4 Tasks 4 Hypervisor components and functions 6 Citrix XenServer

More information

Very Large Enterprise Network, Deployment, 25000+ Users

Very Large Enterprise Network, Deployment, 25000+ Users Very Large Enterprise Network, Deployment, 25000+ Users Websense software can be deployed in different configurations, depending on the size and characteristics of the network, and the organization s filtering

More information

Business white paper. HP Process Automation. Version 7.0. Server performance

Business white paper. HP Process Automation. Version 7.0. Server performance Business white paper HP Process Automation Version 7.0 Server performance Table of contents 3 Summary of results 4 Benchmark profile 5 Benchmark environmant 6 Performance metrics 6 Process throughput 6

More information

EMC Backup and Recovery for Microsoft SQL Server

EMC Backup and Recovery for Microsoft SQL Server EMC Backup and Recovery for Microsoft SQL Server Enabled by Quest LiteSpeed Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information in this publication

More information

Cloud Computing. Chapter 8 Virtualization

Cloud Computing. Chapter 8 Virtualization Cloud Computing Chapter 8 Virtualization Learning Objectives Define and describe virtualization. Discuss the history of virtualization. Describe various types of virtualization. List the pros and cons

More information

Analysis of VDI Storage Performance During Bootstorm

Analysis of VDI Storage Performance During Bootstorm Analysis of VDI Storage Performance During Bootstorm Introduction Virtual desktops are gaining popularity as a more cost effective and more easily serviceable solution. The most resource-dependent process

More information

Analysis on Virtualization Technologies in Cloud

Analysis on Virtualization Technologies in Cloud Analysis on Virtualization Technologies in Cloud 1 V RaviTeja Kanakala, V.Krishna Reddy, K.Thirupathi Rao 1 Research Scholar, Department of CSE, KL University, Vaddeswaram, India I. Abstract Virtualization

More information

Amazon EC2 XenApp Scalability Analysis

Amazon EC2 XenApp Scalability Analysis WHITE PAPER Citrix XenApp Amazon EC2 XenApp Scalability Analysis www.citrix.com Table of Contents Introduction...3 Results Summary...3 Detailed Results...4 Methods of Determining Results...4 Amazon EC2

More information

Virtualization of the MS Exchange Server Environment

Virtualization of the MS Exchange Server Environment MS Exchange Server Acceleration Maximizing Users in a Virtualized Environment with Flash-Powered Consolidation Allon Cohen, PhD OCZ Technology Group Introduction Microsoft (MS) Exchange Server is one of

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 Xen Hypervisor Performance Comparisons in Thick and Thin Provisioned Environments Devanathan Nandhagopal, Nithin Mohan, Saimanojkumaar Ravichandran, Shilp Malpani Devanathan.Nandhagopal@Colorado.edu,

More information

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820

Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 Dell Virtualization Solution for Microsoft SQL Server 2012 using PowerEdge R820 This white paper discusses the SQL server workload consolidation capabilities of Dell PowerEdge R820 using Virtualization.

More information

Characterize Performance in Horizon 6

Characterize Performance in Horizon 6 EUC2027 Characterize Performance in Horizon 6 Banit Agrawal VMware, Inc Staff Engineer II Rasmus Sjørslev VMware, Inc Senior EUC Architect Disclaimer This presentation may contain product features that

More information

HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS)

HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS) HP recommended configurations for Microsoft Exchange Server 2013 and HP ProLiant Gen8 with direct attached storage (DAS) Building blocks at 1000, 3000, and 5000 mailboxes Table of contents Executive summary...

More information

Sage SalesLogix White Paper. Sage SalesLogix v8.0 Performance Testing

Sage SalesLogix White Paper. Sage SalesLogix v8.0 Performance Testing White Paper Table of Contents Table of Contents... 1 Summary... 2 Client Performance Recommendations... 2 Test Environments... 2 Web Server (TLWEBPERF02)... 2 SQL Server (TLPERFDB01)... 3 Client Machine

More information

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage

Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Performance characterization report for Microsoft Hyper-V R2 on HP StorageWorks P4500 SAN storage Technical white paper Table of contents Executive summary... 2 Introduction... 2 Test methodology... 3

More information

Qsan Document - White Paper. Performance Monitor Case Studies

Qsan Document - White Paper. Performance Monitor Case Studies Qsan Document - White Paper Performance Monitor Case Studies Version 1.0 November 2014 Copyright Copyright@2004~2014, Qsan Technology, Inc. All rights reserved. No part of this document may be reproduced

More information

Achieving Higher VDI Scalability and Performance on Microsoft Hyper-V with Seagate 1200 SAS SSD Drives & Proximal Data AutoCache Software

Achieving Higher VDI Scalability and Performance on Microsoft Hyper-V with Seagate 1200 SAS SSD Drives & Proximal Data AutoCache Software Achieving Higher VDI Scalability and Performance on Microsoft Hyper-V with Seagate 1200 SAS SSD Drives & Proximal Data AutoCache Software Technology Paper After the advent of the Hyper-V version 3 hypervisor

More information

Microsoft Windows Apple Mac OS X

Microsoft Windows Apple Mac OS X Products Snow License Manager Snow Inventory Server, IDP, IDR Client for Windows Client for OS X Client for Linux Client for Unix Oracle Scanner External Data Provider Snow Distribution Date 2014-04-02

More information

Fusion iomemory iodrive PCIe Application Accelerator Performance Testing

Fusion iomemory iodrive PCIe Application Accelerator Performance Testing WHITE PAPER Fusion iomemory iodrive PCIe Application Accelerator Performance Testing SPAWAR Systems Center Atlantic Cary Humphries, Steven Tully and Karl Burkheimer 2/1/2011 Product testing of the Fusion

More information

0408 - Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way. Ashish C. Morzaria, SAP

0408 - Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way. Ashish C. Morzaria, SAP 0408 - Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way Ashish C. Morzaria, SAP LEARNING POINTS Understanding the Virtualization Tax : What is it, how it affects you How

More information

Virtualization for Cloud Computing

Virtualization for Cloud Computing Virtualization for Cloud Computing Dr. Sanjay P. Ahuja, Ph.D. 2010-14 FIS Distinguished Professor of Computer Science School of Computing, UNF CLOUD COMPUTING On demand provision of computational resources

More information

Design Guide: Remote Access to Windows Apps XenApp 7.6 Feature Pack 2 vsphere 6

Design Guide: Remote Access to Windows Apps XenApp 7.6 Feature Pack 2 vsphere 6 Remote Access to Windows Apps FlexCast Services Design Guide Design Guide: Remote Access to Windows Apps XenApp 7.6 Feature Pack 2 vsphere 6 TABLE OF CONTENTS About FlexCast Services Design Guides... 2

More information

Desktop Virtualization. The back-end

Desktop Virtualization. The back-end Desktop Virtualization The back-end Will desktop virtualization really fit every user? Cost? Scalability? User Experience? Beyond VDI with FlexCast Mobile users Guest workers Office workers Remote workers

More information

A virtual SAN for distributed multi-site environments

A virtual SAN for distributed multi-site environments Data sheet A virtual SAN for distributed multi-site environments What is StorMagic SvSAN? StorMagic SvSAN is a software storage solution that enables enterprises to eliminate downtime of business critical

More information

Streaming and Virtual Hosted Desktop Study: Phase 2

Streaming and Virtual Hosted Desktop Study: Phase 2 IT@Intel White Paper Intel Information Technology Computing Models April 1 Streaming and Virtual Hosted Desktop Study: Phase 2 Our current findings indicate that streaming provides better server loading

More information

Fujitsu PRIMERGY BX920 S2 Dual-Socket Server

Fujitsu PRIMERGY BX920 S2 Dual-Socket Server Datasheet Fujitsu PRIMERGY BX920 S2 Dual-Socket Server Blade Datasheet for Red Hat certification Universal Dual-Sockel Server Blade with high computing and I/O performance in a small form factor The PRIMERGY

More information

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1

Performance Characteristics of VMFS and RDM VMware ESX Server 3.0.1 Performance Study Performance Characteristics of and RDM VMware ESX Server 3.0.1 VMware ESX Server offers three choices for managing disk access in a virtual machine VMware Virtual Machine File System

More information

Comparing Free Virtualization Products

Comparing Free Virtualization Products A S P E I T Tr a i n i n g Comparing Free Virtualization Products A WHITE PAPER PREPARED FOR ASPE BY TONY UNGRUHE www.aspe-it.com toll-free: 877-800-5221 Comparing Free Virtualization Products In this

More information

Dell Virtual Remote Desktop Reference Architecture. Technical White Paper Version 1.0

Dell Virtual Remote Desktop Reference Architecture. Technical White Paper Version 1.0 Dell Virtual Remote Desktop Reference Architecture Technical White Paper Version 1.0 July 2010 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL INACCURACIES.

More information

Microsoft Hyper-V chose a Primary Server Virtualization Platform

Microsoft Hyper-V chose a Primary Server Virtualization Platform Roger Shupert, Integration Specialist } Lake Michigan College has been using Microsoft Hyper-V as it s primary server virtualization platform since 2008, in this presentation we will discuss the following;

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

How To Create A Virtual Desktop In Gibidr

How To Create A Virtual Desktop In Gibidr Virtual Desktop Infrastructure for IGIDR Sealed quotations are invited from authorized partners of OEM providing VDI solutions. The sealed quotations should be supplied in two parts Technical Bid (Part

More information

ANNALS of Faculty Engineering Hunedoara

ANNALS of Faculty Engineering Hunedoara AALS of Faculty Engineering Hunedoara International Journal of Engineering Tome XII [2014] Fascicule 3 [August] ISS: 1584 2673 [CD Rom, online] a free access multidisciplinary publication of the Faculty

More information

Introduction to Windows Server 2016 Nested Virtualization

Introduction to Windows Server 2016 Nested Virtualization Front cover Introduction to Windows Server 2016 Nested Virtualization Introduces this new feature of Microsoft Windows Server 2016 Describes the steps how to implement nested virtualization Demonstrates

More information

LLamasoft K2 Enterprise 8.1 System Requirements

LLamasoft K2 Enterprise 8.1 System Requirements Overview... 3 RAM... 3 Cores and CPU Speed... 3 Local System for Operating Supply Chain Guru... 4 Applying Supply Chain Guru Hardware in K2 Enterprise... 5 Example... 6 Determining the Correct Number of

More information

NEC SigmaSystemCenter 3.0 highlights

NEC SigmaSystemCenter 3.0 highlights 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

Solid State Drive Architecture

Solid State Drive Architecture Solid State Drive Architecture A comparison and evaluation of data storage mediums Tyler Thierolf Justin Uriarte Outline Introduction Storage Device as Limiting Factor Terminology Internals Interface Architecture

More information

Revit products will use multiple cores for many tasks, using up to 16 cores for nearphotorealistic

Revit products will use multiple cores for many tasks, using up to 16 cores for nearphotorealistic Autodesk Revit 2013 Product Line System s and Recommendations Autodesk Revit Architecture 2013 Autodesk Revit MEP 2013 Autodesk Revit Structure 2013 Autodesk Revit 2013 Minimum: Entry-Level Configuration

More information

Microsoft Windows Apple Mac OS X

Microsoft Windows Apple Mac OS X Products Snow License Manager Snow Inventory Server, IDP, IDR Client for Windows Client for OSX Client for Linux Client for Unix Oracle Scanner External Data Provider Snow Distribution Date 2014-02-12

More information

Cover. WinCC/Server Virtualization. WinCC. Technical Information April 2011. Applications & Tools. Answers for Industry.

Cover. WinCC/Server Virtualization. WinCC. Technical Information April 2011. Applications & Tools. Answers for Industry. Cover / Virtualization Technical Information April 2011 Applications & Tools Answers for Industry. Industry Automation and Drive Technologies Service & Support Portal This article is taken from the Service

More information

White Paper on Consolidation Ratios for VDI implementations

White Paper on Consolidation Ratios for VDI implementations White Paper on Consolidation Ratios for VDI implementations Executive Summary TecDem have produced this white paper on consolidation ratios to back up the return on investment calculations and savings

More information

Red Hat VDI. David Simmons

Red Hat VDI. David Simmons Red Hat VDI David Simmons Senior Architect, Red Hat Virtualization AGENDA Open Source and the Evolution of Virtualization Desktop VDI Value Components Real VDI TCO The Future of the Desktop and the savings

More information

EMC Backup and Recovery for Microsoft SQL Server

EMC Backup and Recovery for Microsoft SQL Server EMC Backup and Recovery for Microsoft SQL Server Enabled by EMC NetWorker Module for Microsoft SQL Server Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the

More information