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 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 infrastructure, regarding the acquisition cost of the hardware and software /macro

2 126 Ö. Darabont, K. J. Kiss, J. Domokos 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). In order to test the performance of both our Hyper-V and Remote Desktop Services implementations we used the built-in Performance Monitor tool

3 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V versus RDS 127 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 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

4 128 Ö. Darabont, K. J. Kiss, J. Domokos 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. 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.

5 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V versus RDS 129 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. 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

6 130 Ö. Darabont, K. J. Kiss, J. Domokos 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%. Figure 4: CPU Stress test running on single thread with hypervisor. Figure 5: CPU stress test running on four threads with hypervisor.

7 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V versus RDS 131 The conclusion is that full CPU resources are shared to each VM and when server CPU usage reach its limit, all VMs perform slower. 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.

8 132 Ö. Darabont, K. J. Kiss, J. Domokos 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 multiple Matlab

9 Perf. Analysis of Remote Desktop Virtualization based on Hyper-V versus RDS 133 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. 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

10 134 Ö. Darabont, K. J. Kiss, J. Domokos 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:

Evaluation of Different Thin-Client Based Virtual Classroom Architectures

Evaluation of Different Thin-Client Based Virtual Classroom Architectures Acta Universitatis Sapientiae Electrical and Mechanical Engineering, 8 (2016) 42-61 DOI: 10.1515/auseme-2017-0004 Evaluation of Different Thin-Client Based Virtual Classroom Architectures Örs DARABONT,

More information

Evaluation Report: HP StoreFabric SN1000E 16Gb Fibre Channel HBA

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

More information

SmartTAP Call Recording

SmartTAP Call Recording SmartTAP Call Recording Hardware and Software Requirements Version 4.3 This document describes the hardware and software requirements for installing SmartTAP. Note: Microsoft rebranded Lync as Skype for

More information

Map3D V58 - Multi-Processor Version

Map3D V58 - Multi-Processor Version Map3D V58 - Multi-Processor Version Announcing the multi-processor version of Map3D. How fast would you like to go? 2x, 4x, 6x? - it's now up to you. In order to achieve these performance gains it is necessary

More information

Parallels Remote Application Server. Scalability Testing with Login VSI

Parallels Remote Application Server. Scalability Testing with Login VSI Parallels Remote Application Server Scalability Testing with Login VSI Contents Introduction... 3 Scalability... 4 Testing the Scalability of Parallels RAS... 4 Configurations for Scalability Testing...

More information

Emulex LPe16000B 16Gb Fibre Channel HBA Evaluation

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

More information

Cube Base Reference Guide Cube Base CUBE BASE VERSION 6.4.4

Cube Base Reference Guide Cube Base CUBE BASE VERSION 6.4.4 Cube Base Reference Guide Cube Base CUBE BASE VERSION 6.4.4 1 Introduction System requirements of Cube, outlined in this section, include: Recommended workstation configuration Recommended server configuration

More information

Vess A2000 Series. NVR Storage Appliance. Milestone Surveillance Solution. Version PROMISE Technology, Inc. All Rights Reserved.

Vess A2000 Series. NVR Storage Appliance. Milestone Surveillance Solution. Version PROMISE Technology, Inc. All Rights Reserved. Vess A2000 Series NVR Storage Appliance Milestone Surveillance Solution Version 1.0 2014 PROMISE Technology, Inc. All Rights Reserved. Contents Introduction 1 Overview 1 Purpose 2 Scope 2 Audience 2 Components

More information

EXAM Pro: Windows Server 2008 R2, Virtualization Administrator. Buy Full Product.

EXAM Pro: Windows Server 2008 R2, Virtualization Administrator. Buy Full Product. Microsoft EXAM - 70-693 Pro: Windows Server 2008 R2, Virtualization Administrator Buy Full Product http://www.examskey.com/70-693.html Examskey Microsoft 70-693 exam demo product is here for you to test

More information

Suggested use: infrastructure applications, collaboration/ , web, and virtualized desktops in a workgroup or distributed environments.

Suggested use: infrastructure applications, collaboration/ , web, and virtualized desktops in a workgroup or distributed environments. The IBM System x3500 M4 server provides outstanding performance for your business-critical applications. Its energy-efficient design supports more cores, memory, and data capacity in a scalable Tower or

More information

IBM Emulex 16Gb Fibre Channel HBA Evaluation

IBM Emulex 16Gb Fibre Channel HBA Evaluation IBM Emulex 16Gb 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

SmartTAP Call Recording

SmartTAP Call Recording SmartTAP Call Recording Hardware and Software Requirements Version 4.0 This document describes the hardware and software requirements for installing SmartTAP. Note: Microsoft rebranded Lync as Skype for

More information

HP ProLiant DL380 Gen8 and HP PCle LE Workload Accelerator 28TB/45TB Data Warehouse Fast Track Reference Architecture

HP ProLiant DL380 Gen8 and HP PCle LE Workload Accelerator 28TB/45TB Data Warehouse Fast Track Reference Architecture HP ProLiant DL380 Gen8 and HP PCle LE Workload Accelerator 28TB/45TB Data Warehouse Fast Track Reference Architecture Based on Microsoft SQL Server 2014 Data Warehouse Fast Track (DWFT) Reference Architecture

More information

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN

LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN LATEST INTEL TECHNOLOGIES POWER NEW PERFORMANCE LEVELS ON VMWARE VSAN Russ Fellows Enabling you to make the best technology decisions November 2017 EXECUTIVE OVERVIEW* The new Intel Xeon Scalable platform

More information

Scalability Testing with Login VSI v16.2. White Paper Parallels Remote Application Server 2018

Scalability Testing with Login VSI v16.2. White Paper Parallels Remote Application Server 2018 Scalability Testing with Login VSI v16.2 White Paper Parallels Remote Application Server 2018 Table of Contents Scalability... 3 Testing the Scalability of Parallels RAS... 3 Configurations for Scalability

More information

SmartTAP Call Recording

SmartTAP Call Recording SmartTAP Call Recording Hardware and Software Requirements Version 4.1.1 This document describes the hardware and software requirements for installing SmartTAP. Note: Microsoft rebranded Lync as Skype

More information

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/64/64

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/64/64 1 of 8 6/12/2012 9:04 AM Vendor and Hardware Platform: HP ProLiant DL385p Gen8 Virtualization Platform: VMware ESX 4.1.0 U2 Build 502767 VMware vcenter Server: VMware vcenter Server 5.0.0 Build 455964

More information

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/32/64

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/32/64 1 of 8 5/15/2012 9:35 AM Vendor and Hardware Platform: HP ProLiant DL360p Gen8 Virtualization Platform: VMware ESX 4.1.0 U2 Build 502767 VMware vcenter Server: VMware vcenter Server 5.0.0 Build 455964

More information

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads

HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads HP ProLiant BladeSystem Gen9 vs Gen8 and G7 Server Blades on Data Warehouse Workloads Gen9 server blades give more performance per dollar for your investment. Executive Summary Information Technology (IT)

More information

VSAN Virtual Desktop Infrastructure Workload First Published On: Last Updated On:

VSAN Virtual Desktop Infrastructure Workload First Published On: Last Updated On: VSAN 6.2 - Virtual Desktop Infrastructure Workload First Published On: 07-20-2016 Last Updated On: 07-20-2016 1 Table of Contents 1. Executive Summary 1.1.Executive Summary 2. Introduction 2.1.Overview

More information

Sizing the Hardware and Database Required by an eg Manager

Sizing the Hardware and Database Required by an eg Manager Sizing the Hardware and Database Required by an eg Manager Restricted Rights Legend The information contained in this document is confidential and subject to change without notice. No part of this document

More information

NEC Express5800/R120h-2M System Configuration Guide

NEC Express5800/R120h-2M System Configuration Guide NEC Express5800/R120h-2M System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/32/64

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/32/64 1 of 8 5/3/2012 4:10 PM Vendor and Hardware Platform: HP ProLiant DL380p Gen8 Virtualization Platform: VMware ESX 4.1.0 U2 Build 502767 VMware vcenter Server: VMware vcenter Server 5.0.0 Build 455964 Number

More information

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE

Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Hewlett Packard Enterprise HPE GEN10 PERSISTENT MEMORY PERFORMANCE THROUGH PERSISTENCE Digital transformation is taking place in businesses of all sizes Big Data and Analytics Mobility Internet of Things

More information

Acer AR320F2 ACR-USR80ST092. Intel Xeon E3-1230v2 Quad Core Processor (3.30GHz, 5 GT/s DMI) 1 8M L3 Cache 4GB (1x4GB) UDIMM DDR3 1066

Acer AR320F2 ACR-USR80ST092. Intel Xeon E3-1230v2 Quad Core Processor (3.30GHz, 5 GT/s DMI) 1 8M L3 Cache 4GB (1x4GB) UDIMM DDR3 1066 Acer Tower 1 Way 1 U Tower 1 Way 1 U Server Acer AR320 F2 Free Bundle keyboard and mouse (all Model) ACR-USR80ST091 ACR-USR80ST092 ACR-USR80ST093 CPU Types CPU min., max. Max. support Intel Xeon E3-1220v2

More information

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage

Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage Identifying Performance Bottlenecks with Real- World Applications and Flash-Based Storage TechTarget Dennis Martin 1 Agenda About Demartek Enterprise Data Center Environments Storage Performance Metrics

More information

NEC Express5800/R120e-1M System Configuration Guide

NEC Express5800/R120e-1M System Configuration Guide NEC Express5800/R120e-1M System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

Fujitsu PRIMERGY BX920 S1 Dual-Socket Server

Fujitsu PRIMERGY BX920 S1 Dual-Socket Server Datasheet Fujitsu PRIMERGY BX920 S1 Dual-Socket Server Blade All-around server blade packing lots of computing power in small form factor. The PRIMERGY BX Blade Servers are the ideal choice for data center

More information

Virtual Environment For Yemen Mobile

Virtual Environment For Yemen Mobile Virtual Environment For Yemen Mobile 1- Bidders Qualification: Any bidder could consider himself as a qualified bidder who has the right to participate at the bidding activity if he submits the required

More information

F28HS Hardware-Software Interface: Systems Programming

F28HS Hardware-Software Interface: Systems Programming F28HS Hardware-Software Interface: Systems Programming Hans-Wolfgang Loidl School of Mathematical and Computer Sciences, Heriot-Watt University, Edinburgh Semester 2 2017/18 0 No proprietary software has

More information

HPE Delivers Software Defined Solutions based on Microsoft Storage Spaces Direct

HPE Delivers Software Defined Solutions based on Microsoft Storage Spaces Direct HPE Delivers Software Defined Solutions based on Microsoft Storage Spaces Direct The breadth of solutions offered by Hewlett Packard Enterprise brings to market one of the industry s most advanced portfolios

More information

RS U, 1-Socket Server, High Performance Storage Flexibility and Compute Power

RS U, 1-Socket Server, High Performance Storage Flexibility and Compute Power FS.COM SERVERS IDEAL FOR DATA CENTER, ENTERPRISE & ISP NETWORK SOLUTIONS RS-6388 2U, 1-Socket Server, High Performance Storage Flexibility and Compute Power Build A Better Network with RS-6388 RS-6388

More information

Optimizing XenApp for the Virtual Data Center

Optimizing XenApp for the Virtual Data Center Optimizing XenApp for the Virtual Data Center April 11 th, 2012 Shawn Bass Citrix CTP & Microsoft MVP Independent Consultant www.shawnbass.com @ShawnBass Jim Moyle Citrix CTP Lead European Solutions Consultant

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

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

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 SP4 System July 2015 The following sections provide the Novell ZENworks 11 SP4 requirements for hardware and software: Section 1, Primary Server, on page 1 Section 2, Managed Device, on page

More information

PREEvision System Requirements. Version 8.5 English

PREEvision System Requirements. Version 8.5 English PREEvision System Requirements Version 8.5 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this

More information

Configuration Section Configuration

Configuration Section Configuration Vendor and Hardware Platform: HP ProLiant DL380p Gen8 Virtualization Platform: VMware ESX 4.1.0 U3 Build 800380 VMware vcenter Server : VMware vcenter Server 5.0.0 Build 455964 Number of Hosts: 2 Uniform

More information

Configuration Section Configuration

Configuration Section Configuration Vendor and Hardware Platform: HP ProLiant DL380p Gen8 Virtualization Platform: VMware ESXi 5.1.0 Build 799733 VMware vcenter Server: VMware vcenter Server 5.1.0 Build 799731 Number of Hosts: 2 Uniform

More information

HPE SimpliVity. The new powerhouse in hyperconvergence. Boštjan Dolinar HPE. Maribor Lancom

HPE SimpliVity. The new powerhouse in hyperconvergence. Boštjan Dolinar HPE. Maribor Lancom HPE SimpliVity The new powerhouse in hyperconvergence Boštjan Dolinar HPE Maribor Lancom 2.2.2018 Changing requirements drive the need for Hybrid IT Application explosion Hybrid growth 2014 5,500 2015

More information

Configuration Section Configuration

Configuration Section Configuration Vendor and Hardware Platform: HP ProLiant DL585 G7 Virtualization Platform: VMware ESX 4.1.0 U3 Build-800380 VMware vcenter Server: VMware vcenter Server 5.0.0 Build 455964 Number of Hosts: 2 Uniform Hosts

More information

AI Solution

AI Solution GRAND-C422-20D GRAND AI training server system The GRAND-C422-20D is an AI training system which has maximum expansion ability to add in AI computing accelerator cards for AI model training or inference.

More information

Microsoft Exchange Server 2010 Performance on VMware vsphere 5

Microsoft Exchange Server 2010 Performance on VMware vsphere 5 Microsoft Exchange Server 2010 Performance on VMware vsphere 5 Performance Study TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Experimental Configuration and Methodology... 3 Test-Bed Configuration....

More information

VMware VMmark V1.1 Results

VMware VMmark V1.1 Results VMware VMmark V1.1 Results Vendor and Hardware Platform: HP ProLiant DL370 G6 Virtualization Platform: VMware ESX 4.0 build 148783 VMmark V1.1 Score = 23.96 @ 16 Tiles Performance Section Performance Tested

More information

Difference Engine: Harnessing Memory Redundancy in Virtual Machines (D. Gupta et all) Presented by: Konrad Go uchowski

Difference Engine: Harnessing Memory Redundancy in Virtual Machines (D. Gupta et all) Presented by: Konrad Go uchowski Difference Engine: Harnessing Memory Redundancy in Virtual Machines (D. Gupta et all) Presented by: Konrad Go uchowski What is Virtual machine monitor (VMM)? Guest OS Guest OS Guest OS Virtual machine

More information

NEC Express5800/R120h-1M System Configuration Guide

NEC Express5800/R120h-1M System Configuration Guide NEC Express5800/R120h-1M System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

Linux Software RAID Level 0 Technique for High Performance Computing by using PCI-Express based SSD

Linux Software RAID Level 0 Technique for High Performance Computing by using PCI-Express based SSD Linux Software RAID Level Technique for High Performance Computing by using PCI-Express based SSD Jae Gi Son, Taegyeong Kim, Kuk Jin Jang, *Hyedong Jung Department of Industrial Convergence, Korea Electronics

More information

Entuity Network Monitoring and Analytics 10.5 Server Sizing Guide

Entuity Network Monitoring and Analytics 10.5 Server Sizing Guide Entuity Network Monitoring and Analytics 10.5 Server Sizing Guide Table of Contents 1 Introduction 3 2 Server Performance 3 2.1 Choosing a Server... 3 2.2 Supported Server Operating Systems for ENMA 10.5...

More information

HP Proliant DL380e Gen8 LFF

HP Proliant DL380e Gen8 LFF Discover l Products l Dedicated Servers l Custom Built A reliable server having the best value as a storage server. Applications that require more than 4 core will also perform well. The two processor

More information

Teradici APEX 2800 for VMware Horizon View

Teradici APEX 2800 for VMware Horizon View Teradici APEX 2800 for VMware Horizon View Performance characteristics of the Teradici APEX 2800 in a VMware Horizon View environment Dell Wyse Solutions Engineering February 2014 A Dell Technical White

More information

Alwan CMYK Optimizer

Alwan CMYK Optimizer Alwan CMYK Optimizer Benchmark on processing performances October 25, 2012 I. Introduction The goal of this paper is to help users choose the appropriate Mac configuration for their PDF usage of CMYK Optimizer.

More information

HP Proliant DL380p Gen8 (2xE5-2640) LFF

HP Proliant DL380p Gen8 (2xE5-2640) LFF Discover l Products l Dedicated Servers l Custom Built The perfect server. Every single component was built for performance and reliability. It offers the highest performance for the value with an impressive

More information

16GFC Sets The Pace For Storage Networks

16GFC Sets The Pace For Storage Networks 16GFC Sets The Pace For Storage Networks Scott Kipp Brocade Mark Jones Emulex August 30 th, 2011 To be presented to the Block Storage Track at 1:30 on Monday September 19th 1 Overview What is 16GFC? What

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

IOmark- VM. HP HP ConvergedSystem 242- HC StoreVirtual Test Report: VM- HC b Test Report Date: 27, April

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

More information

Locally Deployed System Requirements. SuccessMaker

Locally Deployed System Requirements. SuccessMaker Document last updated July 2, 2018 Copyright 2018 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and are registered trademarks, in the U.S. and/or

More information

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5

Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Update 2 and later for ESX Server 3i version 3.5 Installable and VirtualCenter 2.5 Getting Started with ESX Server 3i Installable Revision: 20090313 Item:

More information

Blazer Pro V2.1 Client Requirements & Hardware Performance

Blazer Pro V2.1 Client Requirements & Hardware Performance Blazer Pro V2.1 Client Requirements & Hardware Performance Table of Contents Chapter 1 Client Requirements... 2 Chapter 2 Control Client Performance... 3 2.1 Local Control Client on Blazer Pro Server...

More information

NEC Express5800/R120h-2M System Configuration Guide

NEC Express5800/R120h-2M System Configuration Guide NEC Express5800/R120h-2M System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

Data Sheet Fujitsu PRIMERGY BX920 S2 Dual Socket Server Blade

Data Sheet Fujitsu PRIMERGY BX920 S2 Dual Socket Server Blade Data Sheet Fujitsu PRIMERGY BX920 S2 Dual Socket Server Blade Universal dual socket server blade with high computing and I/O performance in a small form factor The PRIMERGY BX Blade Servers are the ideal

More information

Acer Shared Resource Computing (SRC) Solution Brief

Acer Shared Resource Computing (SRC) Solution Brief Acer Shared Resource Computing (SRC) Solution Brief As business grows, the number of personal computers and servers continues to stagger, and the cost is incremental to maintain and service. More and more

More information

HPE ProLiant DL580 Gen10 and Ultrastar SS300 SSD 195TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture

HPE ProLiant DL580 Gen10 and Ultrastar SS300 SSD 195TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture WHITE PAPER HPE ProLiant DL580 Gen10 and Ultrastar SS300 SSD 195TB Microsoft SQL Server Data Warehouse Fast Track Reference Architecture BASED ON MICROSOFT SQL SERVER 2017 DATA WAREHOUSE FAST TRACK REFERENCE

More information

HP ProLiant DL580 Generation 7 SFF

HP ProLiant DL580 Generation 7 SFF Discover l Products l Dedicated Servers l Custom Built A high-end server built for reliable large scale virtualization and intensive used databases. HP exceeds expectations at this class of servers and

More information

NEC Express5800/R120h-2E System Configuration Guide

NEC Express5800/R120h-2E System Configuration Guide NEC Express5800/R120h-2E System Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and

More information

Adobe Acrobat Connect Pro 7.5 and VMware ESX Server

Adobe Acrobat Connect Pro 7.5 and VMware ESX Server White Paper Table of contents 2 Tested environments 3 Benchmarking tests 3 Performance comparisons 7 Installation requirements 7 Installing and configuring the VMware environment 1 Supported virtual machine

More information

Altos T310 F3 Specifications

Altos T310 F3 Specifications Product overview The Altos T310 F3 delivers proactive management tools matched by best priceperformance technology ideal for SMB and branch office operations. This singlesocket tower server features an

More information

Citrix VDI Scalability Testing on Cisco UCS B200 M3 server with Storage Accelerator

Citrix VDI Scalability Testing on Cisco UCS B200 M3 server with Storage Accelerator Citrix VDI Scalability Testing on Cisco UCS B200 M3 server with Storage Accelerator First Published: February 19, 2014 Last Modified: February 21, 2014 Americas Headquarters Cisco Systems, Inc. 170 West

More information

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software

Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Virtualized SQL Server Performance and Scaling on Dell EMC XC Series Web-Scale Hyper-converged Appliances Powered by Nutanix Software Dell EMC Engineering January 2017 A Dell EMC Technical White Paper

More information

NexentaVSA for View. Hardware Configuration Reference nv4v-v A

NexentaVSA for View. Hardware Configuration Reference nv4v-v A NexentaVSA for View Hardware Configuration Reference 1.0 5000-nv4v-v0.0-000003-A Copyright 2012 Nexenta Systems, ALL RIGHTS RESERVED Notice: No part of this publication may be reproduced or transmitted

More information

PREEvision System Requirements. Version 9.0 English

PREEvision System Requirements. Version 9.0 English PREEvision System Requirements Version 9.0 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this

More information

Geek Out : DIY vsphere 5.1 Lab

Geek Out : DIY vsphere 5.1 Lab Geek Out : DIY vsphere 5.1 Lab Hartford / CT VMware User Group March 28th, 2013 Matt Kozloski 1 2010 VMware Inc. All rights reserved DIY vsphere Lab Goal: vsphere Lab which can simulate all features of

More information

HikCentral V1.1 Software Requirements & Hardware Performance

HikCentral V1.1 Software Requirements & Hardware Performance HikCentral V1.1 Software Requirements & Hardware Performance Contents Chapter 1 Software Requirements... 2 Chapter 2 Control Client Performance... 3 2.1 Low-End Configuration... 3 2.2 Mid-End Configuration...

More information

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/32/64

Number of Hosts: 2 Uniform Hosts [yes/no]: yes Total sockets/cores/threads in test: 4/32/64 1 of 7 5/4/2012 10:16 AM Vendor and Hardware Platform: HP ProLiant DL380p Gen8 Virtualization Platform: VMware ESXi 5.0.0 Build 469512 VMware vcenter Server: VMware vcenter Server 5.0.0 Build 455964 Number

More information

SeeTec Cayuga R13 - System Requirements

SeeTec Cayuga R13 - System Requirements Modules Supported Operating Systems Notes Core Service Device Management Multimedia Database Versatile Applications (i.e. Analytics, LPR) Microsoft Windows 7 SP1 (Home Premium, Professional, Ultimate,

More information

Building a home lab : From OK to Bada$$$ By Maxime Mercier

Building a home lab : From OK to Bada$$$ By Maxime Mercier Building a home lab : From OK to Bada$$$ By Maxime Mercier Disclaimer The following presentation is a generic guideline on building a home lab. It should not be used for production servers without proper

More information

PI SERVER 2012 Do. More. Faster. Now! Copyri g h t 2012 OSIso f t, LLC.

PI SERVER 2012 Do. More. Faster. Now! Copyri g h t 2012 OSIso f t, LLC. PI SERVER 2012 Do. More. Faster. Now! Copyri g h t 2012 OSIso f t, LLC. AUGUST 7, 2007 APRIL 14, 2010 APRIL 24, 2012 Copyri g h t 2012 OSIso f t, LLC. 2 PI SERVER 2010 PERFORMANCE 2010 R3 Max Point Count

More information

HP ProLiant DL380 Generation 7 SFF

HP ProLiant DL380 Generation 7 SFF Discover l Products l Dedicated Servers l Custom Built HP ProLiant DL380 Generation 7 SFF No Commitment - Price per Month The price is for a full calendar month, regardless of how many days are within

More information

Exactly as much as you need.

Exactly as much as you need. Exactly as much as you need. Get IT All with PRIMERGY RX300 S6 & PRIMERGY RX200 S6 1 Copyright 2011 FUJITSU Agenda 1. Get IT All: The Offer 2. Dynamic Infrastructures 3. PRIMERGY Portfolio Overview 4.

More information

The Missing Piece of Virtualization. I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers

The Missing Piece of Virtualization. I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers The Missing Piece of Virtualization I/O Virtualization on 10 Gb Ethernet For Virtualized Data Centers Agenda 10 GbE Adapters Built for Virtualization I/O Throughput: Virtual & Non-Virtual Servers Case

More information

EPYC VIDEO CUG 2018 MAY 2018

EPYC VIDEO CUG 2018 MAY 2018 AMD UPDATE CUG 2018 EPYC VIDEO CRAY AND AMD PAST SUCCESS IN HPC AMD IN TOP500 LIST 2002 TO 2011 2011 - AMD IN FASTEST MACHINES IN 11 COUNTRIES ZEN A FRESH APPROACH Designed from the Ground up for Optimal

More information

White Paper. Securing the virtual infrastructure without impacting performance

White Paper. Securing the virtual infrastructure without impacting performance White Paper Securing the virtual infrastructure without impacting performance Introduction Virtualization offers many benefits, but also raises additional performance issues in areas of security. This

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 Microsoft SQL Native Backup Reference Copyright 2010 EMC Corporation. All rights reserved. Published February, 2010 EMC believes the information

More information

Hardware & Software Specification i2itracks/popiq

Hardware & Software Specification i2itracks/popiq Hardware & Software Specification i2itracks/popiq 3663 N. Laughlin Rd., Suite 200 Santa Rosa, CA 95403 866-820-2212 www.i2isys.com 1 I2iSystems Hardware and Software Specifications Revised 03/04/2016 i2i

More information

HP Proliant DL320e Gen8 V2

HP Proliant DL320e Gen8 V2 A multipurpose server using the latest generation of processors that is good for anything that doesnt require more than 4-core. The built-in 2x1G network card has impressive performances. It can be reliable

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

COMPARING COST MODELS - DETAILS

COMPARING COST MODELS - DETAILS COMPARING COST MODELS - DETAILS SOFTLAYER TOTAL COST OF OWNERSHIP (TCO) CALCULATOR APPROACH The Detailed comparison tab in the TCO Calculator provides a tool with which to do a cost comparison between

More information

IBM System x High Performance Servers(R) Technical Support V4.

IBM System x High Performance Servers(R) Technical Support V4. IBM 000-086 System x High Performance Servers(R) Technical Support V4 http://killexams.com/exam-detail/000-086 A construction customer is looking for the lowest-cost system that to use for existing 32-bit

More information

V18.1Hardware and System Requirements

V18.1Hardware and System Requirements V18.1Hardware and System Requirements These specifications are good as of 4 September 2018. Recommendations are constantly changing as technology advances. If this document is more than 30 days old, please

More information

NEC Express5800/R120d-2M Configuration Guide

NEC Express5800/R120d-2M Configuration Guide NEC Express5800/R120d-2M Configuration Guide Introduction This document contains product and configuration information that will enable you to configure your system. The guide will ensure fast and proper

More information

ጷ laps Veeam in Categories TRY NOW

ጷ laps Veeam in Categories TRY NOW ጷ laps Veeam in Categories TRY NOW WHY ACRONIS IS BETTER THAN VEEAM Acronis protects more platforms including mobile devices, and more hypervisors and legacy operating systems. Veeam protects only popular

More information

Locally Deployed System Requirements SuccessMaker 10 DRAFT 3/31/2017

Locally Deployed System Requirements SuccessMaker 10 DRAFT 3/31/2017 3/31/2017 March 31, 2017 Copyright 2017 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in the U.S.

More information

INTEL NEXT GENERATION TECHNOLOGY - POWERING NEW PERFORMANCE LEVELS

INTEL NEXT GENERATION TECHNOLOGY - POWERING NEW PERFORMANCE LEVELS INTEL NEXT GENERATION TECHNOLOGY - POWERING NEW PERFORMANCE LEVELS Russ Fellows Enabling you to make the best technology decisions July 2017 EXECUTIVE OVERVIEW* The new Intel Xeon Scalable platform is

More information

VMware VMmark V1.1.1 Results

VMware VMmark V1.1.1 Results VMware VMmark V1.1.1 Results Vendor and Hardware Platform: HP ProLiant ML370 G6 Virtualization Platform: VMware ESX 4.0 Update 1 (build 208167) Performance Section Performance Tested By: HP Test Date:

More information

Intel Xeon E v4, Optional Operating System, 8GB Memory, 2TB SAS H330 Hard Drive and a 3 Year Warranty

Intel Xeon E v4, Optional Operating System, 8GB Memory, 2TB SAS H330 Hard Drive and a 3 Year Warranty pe_r730_1356_a Datasheet Check its price: Click Here Overview adapts to virtually any workload with a scalable server featuring an optimal mix of memory, storage, processing and GPUs. This model is the

More information

HP SmartCache technology

HP SmartCache technology Technical white paper HP SmartCache technology Table of contents Abstract... 2 Introduction... 2 Comparing storage technology performance... 3 What about hybrid drives?... 3 Why caching?... 4 How does

More information

Cisco HyperFlex HX220c M4 Node

Cisco HyperFlex HX220c M4 Node Data Sheet Cisco HyperFlex HX220c M4 Node A New Generation of Hyperconverged Systems To keep pace with the market, you need systems that support rapid, agile development processes. Cisco HyperFlex Systems

More information

Dell PowerEdge R920 System Powers High Performing SQL Server Databases and Consolidates Databases

Dell PowerEdge R920 System Powers High Performing SQL Server Databases and Consolidates Databases Dell PowerEdge R920 System Powers High Performing SQL Server Databases and Consolidates Databases This white paper discusses OLTP database performance improvements using the Dell PowerEdge R920 system.

More information

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including:

IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: IT Best Practices Audit TCS offers a wide range of IT Best Practices Audit content covering 15 subjects and over 2200 topics, including: 1. IT Cost Containment 84 topics 2. Cloud Computing Readiness 225

More information

The Impact of Disk Fragmentation on Servers. By David Chernicoff

The Impact of Disk Fragmentation on Servers. By David Chernicoff The Impact of Disk Fragmentation on Servers By David Chernicoff Published: May 2009 The Impact of Disk Fragmentation on Servers Testing Server Disk Defragmentation IT defragmentation software brings to

More information

Selecting Server Hardware for FlashGrid Deployment

Selecting Server Hardware for FlashGrid Deployment Selecting Server Hardware for FlashGrid Deployment Best Practices rev. 2016-06-24 2016 FlashGrid Inc. 1 www.flashgrid.io Overview The FlashGrid software can run on a wide range of x86 servers from many

More information