VDBench: A Benchmarking Toolkit For Thin-Client Based .

2y ago
62 Views
3 Downloads
2.61 MB
8 Pages
Last View : 5m ago
Last Download : 3m ago
Upload by : Cade Thielen
Transcription

2nd IEEE International Conference on Cloud Computing Technology and ScienceVDBench: A Benchmarking Toolkit for Thin-clientbased Virtual Desktop EnvironmentsAlex Berryman, Prasad Calyam, Matthew Honigford, Albert M. LaiOhio Supercomputer Center/OARnet, VMware, The Ohio State University,berryman@oar.net; pcalyam@osc.edu; mhonigford@vmware.com; albert.lai@osumc.eduAbstract—The recent advances in thin client devices and thepush to transition users’ desktop delivery to cloud environmentswill eventually transform how desktop computers are used today.The ability to measure and adapt the performance of virtualdesktop environments is a major challenge for “virtual desktopcloud” service providers. In this paper, we present the “VDBench” toolkit that uses a novel methodology and related metricsto benchmark thin-client based virtual desktop environments interms of scalability and reliability. We also describe how weused a VDBench instance to benchmark the performance of:(a) popular user applications (Spreadsheet Calculator, InternetBrowser, Media Player, Interactive Visualization), (b) TCP/UDPbased thin client protocols (RDP, RGS, PCoIP), and (c) remoteuser experience (interactive response times, perceived videoquality), under a variety of system load and network health conditions. Our results can help service providers to mitigate overprovisioning in sizing virtual desktop resources, and guessworkin thin client protocol configurations, and thus obtain significantcost savings while simultaneously fostering satisfied customers.I. I NTRODUCTIONCommon user applications such as email, photos, videosand file storage are already being supported at Internet-scale by“cloud” platforms (e.g., Amazon S3, HP Cloud Assure, GoogleMail, and Microsoft Azure). Even academia is increasinglyadopting cloud infrastructures and related research themes(e.g., NSF CluE, DOE Magellan) to support various sciencecommunities. The next frontier for these user communitieswill be to transition “traditional distributed desktops” that havededicated hardware and software installations into “virtualdesktop clouds” that are accessible via thin clients. Thedrivers for this transition are obvious and include: (i) desktopsupport in terms of operating system, application and securityupgrades will be easier to manage centrally, (ii) the numberof underutilized distributed desktops unnecessarily consumingpower will be reduced, (iii) mobile users will have wideraccess to their applications and data, and (iv) data security willbe improved because confidential user data does not physicallyreside on thin clients.The recent advances in thin client devices and the pushto transition users’ desktop delivery to cloud environmentshave opened up new challenges and will eventually transformhow we use computers today. One major challenge for a“virtual desktop cloud” service provider will be to handledesktop delivery in a scalable manner to provision and adaptthe cloud platform for an increasing number of users. GivenThis material is based upon work supported by the Ohio Board ofRegents, VMware, Dell, and IBM.978-0-7695-4302-4/10 26.00 2010 IEEEDOI 10.1109/CloudCom.2010.106Fig. 1.Virtual desktop cloud system componentsthe fact that memory is the most expensive and possibly themost contended resource in virtual desktop clouds (i.e., userswill idle their CPUs but will keep their applications alwaysopen on a desktop), suitable “overcommitted” memory sizingfor virtual desktops based on user activity profiling is vital.Another major challenge will be to ensure satisfactory userexperience when accessing desktops from remote sites withvarying end-to-end network path performance.Figure 1 shows the various system components in a virtualdesktop cloud. At the server-side, a hypervisor framework(e.g., VMware ESXi, OpenVZ, Xen) is used to create pools ofvirtual machines (VMs) that host user desktops with popularapplications (e.g., Excel, Internet Explorer, Media Player) aswell as advanced applications (e.g., Matlab, Moldflow). Usersof a common desktop pool use the same set of applications,but maintain their distinctive datasets. The VMs share commonphysical hardware and attached storage drives. At the clientside, users connect to a server-side broker via the Internetusing various TCP (e.g., VNC, RDP, RGS) and UDP (e.g.,PCoIP) based thin client devices. The connection brokerauthenticates users by active directory lookups, and allowsusers to access their entitled desktops.Our work is motivated by the fact that service providersneed frameworks and tools today that can enable them tobuild and manage virtual desktop clouds at both staging-scaleand Internet-scale. To cope with increasing user workloads,extensive work has been done to efficiently manage serverside resources based on CPU and memory measurements [1- 4]. However, there is surprisingly sparse work [5] [6] onresource adaptation coupled with measurement of networkhealth and user experience. It is self-evident that any cloudplatform’s capability to support large user workloads is a480

function of both the server-side desktop performance as wellas the remote user-perceived quality of experience. Hence, lackof proper “human-and-network awareness” in cloud platformsinevitably results in costly guesswork and over-provisioningwhile managing physical device and human resources, whichconsequently annoys users due to high service cost and unreliable quality of experience.In this paper, we present the “VDBench” toolkit that usesa novel methodology and related metrics to benchmark thinclient based virtual desktop environments in terms of scalability and reliability. The methodology involves creating realisticworkflows in order to generate synthetic system loads andnetwork health impairments that affect user-perceived ‘interactive response times’ (e.g., application launch time, webpage download time). In addition, the methodology allowscorrelation of thin-client user events with server-side resourceperformance events by virtue of ‘marker packets’ that leverageand extend our earlier research on slow-motion benchmarkingof thin-clients [7] [8]. The marker packets particularly helpin the analysis of network traces to measure and comparethin-client protocols in terms of transmission times, bandwidthutilization and video quality. Further, the methodology lendsitself for generation of resource (CPU, memory, networkbandwidth) utilization profiles of different user applicationsand user groups. Such profiles can be used by service providersto optimally categorize applications into desktop pools, allocate system-and-network resources, and configure thin-clientprotocols. In addition to describing the VDBench methodologyand related metrics, we also describe how we used a VDBenchinstance to benchmark the performance of: (a) popular userapplications (Spreadsheet Calculator, Internet Browser, MediaPlayer, Interactive Visualization), (b) TCP/UDP based thinclient protocols (RDP, RGS, PCoIP), and (c) remote user experience (interactive response times, perceived video quality),under a variety of system load and network health conditions.The remainder of the paper is organized as follows: SectionII provides a background and describes related work. InSection III, we present the VDBench methodology and metricsfor user-load simulation based benchmarking and slow-motionapplication interaction benchmarking. Section IV presents oursimulation results to validate the VDBench methodology.Section V concludes the paper.II. T ECHNICAL BACKGROUNDIn this section, we provide the technical background relatingto our implementation of the VDBench toolkit that is basedon memory management capabilities of VMware ESXi Server,TCP/UDP based thin-client protocols, and slow-motion basedthin-client benchmarking principles.A. Memory ManagementThe memory management capability of VMware ESXiServer optimizes the utilization of physical memory [9]. EachVM is allocated a specified size of memory, an optionalminimum reservation, and a small amount of virtualizationoverhead. The ESXi server attempts to allocate memory toeach VM up to the specified limit. In cases of memory overcommitment, occurring when the sum of the total memoryspecified exceeds the amount of physical memory, each VMis guaranteed at least the reserved amount of memory, andreceives additional memory based on the current load on theESXi server. A taxing policy is used to create an additionalcost for inactive memory pages, thus exhausting the VM’smemory share at a higher rate and triggering the memorymanagement tools of ESXi sooner than if all the memory pageswere active. The ESXi server must reclaim allocated memoryfrom a VM that has exceeded its amount of memory sharesin order to redistribute the memory to an under-allocated VM.This process is accomplished by either invoking a memory“ballon driver” that is installed on the VM or having the ESXiserver swap the contents of its’ physical memory to a swapfile on the hard disk. The balloon driver is installed on theguest operating system within a VM as part of the VMwaretools software package. The balloon driver is controlled bythe ESXi Server and forces the guest operating system tofree up the pages using the guest operating system’s nativememory management algorithms and returns them to the ESXiserver for redistribution. The balloon driver reports to the guestoperating system in the VM like a normal program that hashigher and higher memory utilization. The memory usage ofthe balloon driver triggers the native memory managementalgorithms which uses garbage collection to remove pages,or swaps them to the VM’s virtual swap disk if the pages arestill being used.B. Remote Display ProtocolsUser experience is the dominating factor in determiningthe configuration of the underlying remote display protocol.Remote display protocols are used to transmit the visualcomponents of the virtual desktop to the client. The remotedisplay protocols have different methods of determining themost optimum way to encode and compress the data in order totransport and render it at the client side. Different protocols aredesigned to optimize different display objects like text, images,video and flash content. Each protocol has a different impacton the system resources (CPU, memory, I/O bandwidth) thatare used to compress the display data on the server side.Some protocols handle the compressions of text better thanothers whereas, some protocols handle the compression ofmultimedia content better. These display protocols also exhibitdifferent levels of robustness in degrading network conditions;some are more adaptive than others. This robustness can comefrom the underlying transmission protocol (TCP/UDP), orthe protocol’s ability to adapt and scale its compression tofully utilize all of the available network path. Examples ofTCP/UDP based thin-client protocols include Microsoft Remote Desktop Protocol (RDP via/TCP), HP Remote GraphicsSoftware (RGS via/TCP), and Teradici PC over IP (PCoIPvia/UDP). The level of compression done on the server side ofthe thin-clients must be reversed on the client side in the taskof decompression. High levels of compression on the serverside can cause less network resources to be consumed, but theclient is required to consume additional system resources inorder to rebuild the transmission. A optimal relation betweencompression, network availability, and client side computingpower must be set to ensure satisfactory user experience.481

C. Thin-client Performance BenchmarkingThere have been studies of performance measurement usingslow-motion benchmarking for thin-client systems. The slowmotion benchmarking technique was used to address theproblem of measuring the actual user perceived performance ofclient by Nieh et. al. [8]. This work was focused on measuringthe performance of web and video applications on thin-clientsthrough remote desktop applications. Lai, et. al. [7] [8] usedslow-motion benchmarking for characterizing and analyzingthe different design choices for thin-client implementationon wide-area networks. In slow-motion benchmarking, anartificial delay in between events is introduced, which allowsisolation of visual components of those benchmarks. It is important to ensure that the objects are completely and correctlydisplayed on the client when benchmarking is performed. Thisis because the client side rendering is independent of theserver side processing. Existing virtual desktop benchmarkingtools such as “Login VSI” [10] do not take into considerationthis distinction between client side rendering and server sideprocessing and hence are not relevant when network conditionsdegrade. Note that we combine the scripting methodology ofLogin VSI that provides controllable and repeatable resultsfor the execution of synthetic user workloads on the serverside, and the introspection that slow-motion benchmarkingprovides into the quality of user experience on the client side.This combination allows us to correlate thin-client user eventswith server-side resource performance events. Earlier workson thin-client benchmarking toolkits such as [5] and [6] haveseveral common principles that are used in VDBench, howeverthey are focused on recording and playback of keyboardand mouse events on the client-side and do not considersynchronization with server-side measurements, as well asuser experience measurements for specific applications (e.g.,Spreadsheet Calculator, Media Player).III. VDB ENCH M ETHODOLOGY AND M ETRICSIn this section, we present the VDBench toolkit methodology and metrics for user-load simulation based benchmarkingand slow-motion application interaction benchmarking.Figure 2 shows the various VDBench physical componentsand dataflows. The hypervisor layer is used for infrastructuremanagement. The hypervisor kernel’s memory managementfunctions are invoked during the user-load simulations and thevirtual network switch is employed in the slow-motion application interaction measurements. Our VDBench Managementvirtual appliance along with a fileserver/database, as well asthe desktop pools containing individual VMs are provisionedon top of the hypervisor.A. User Load Simulation based BenchmarkingThe goal of our user load simulation is to increase hostresource utilization levels so as to influence interactive response times of applications within guest VMs. In our firsttrial, we created synthetic memory loads in a controllablemanner by having a small number of VMs running largematrix operations that consume host resources. We expectedresources to be starved away by these large matrix operationsfrom a VM under test. However, we contrarily observedFig. 2.Components of VDBench and data flowsFig. 3.VDBench control logic for benchmarkingthat our efforts were superseded by effective implementationof memory mangement tools in the hypervisor. The initalapplication response time results did not exhibit the expectedincreasing trend in correlation with increasing system load.In our subsequent trial, we developed a different loadgeneration method shown in Figure 3 that models real users’workflows by concurrent automation of application tasks inrandom across multiple VMs. With this approach, we wereable to controllably load the host machine and correspondinglyobtained degrading application response time results.Figure 3 shows the logical connection between the management, data and measurement layers of our VDBench virtualappliance. The management service is responsible for theprovisioning of desktops, launching the load generation scriptson the VMs, monitoring their progress, and recording results ofthe measurements. An experiment begins when the VDBenchmanagement service provisions the first VM, and then spawnsa measurement service on the VM, which then starts runningthe load generating script in order to establish a baseline of application response times. The load generation script automates482

Fig. 5.Fig. 4.Example traces to illustrate slow-motion benchmarkingRandom progression of application tasksB. Slow-motion Application Interaction based Benchmarkingthe execution of a sample user workflow of application tasksas shown in Figure 4. The workflow involves simulating a userlaunching applications such as Matlab, Microsoft Excel, andInternet Explorer in a random sequence. Once all of the theapplications are open, different application tasks are randomlyselected for execution until all of the tasks are completed.Next, the script closes all of the launched applications inpreparation for the next iteration. A controllable delay tosimulate user think time is placed between each of these steps,as well as the application tasks. An exaggerated user thinktime is configured in VDBench in order to incorporate slowmotion principles into remote display protocol experiments.This process is repeated 40 times for each test so that a steadystate of resource utilization measurements can be recorded inthe measurement log.Once the initial baseline is established, an additional VM isprovisioned by the management service and the load generation script is run concurrently on both VMs while applicationresponse time measurements are collected in the measurementlog. This pattern of provisioning a new VM running the loadgeneration script, and collecting application response timedata is continued until the response times hit the responsetime ceiling, representing an unacceptable time increase inany given task execution (e.g., a user will not wait for morethan 2 seconds for the VM to respond to a mouse click), andsubsequently the experiment is terminated.The application response times can be grouped into twocategories: (i) atomic, and (ii) aggregate. Atomic responsetime is measured as the time taken for an intermediate task(e.g., “Save As” task time in Microsoft Excel shown inFigure 4 or web-page download time in Internet Explorer)to complete while using an application. The atomic responsetimes can also refer to an application’s activation time, whichis the time for e.g., taken for the appearance of dialogue boxesin Excel upon “Alt Tab” from an Internet Explorer window.Aggregate response time refers to the overall execution time ofseveral intermediary atomic tasks. One example of aggregateresponse time calculation is the time difference between t3and t0 in Figure 4.Our aim in VDBench development in terms of applicationinteraction benchmarking is to employ a methodology thatonly requires instrumentation at the server-side and no execution on the client-side to estimate the quality degradation indesktop user experience at any given network health condition.The capability of no-execution on the client-side is criticalbecause thin-client systems are designed differently from traditional desktop systems. In thin client systems, the server doesall the compression and sends only “screen scrapes” for imagerendering at the client. Advanced thin-client protocols alsosupport screen scraping with multimedia redirection, wherea separate channel is opened between the client and theserver to send multimedia content in its native format. Thiscontent is then rendered in the appropriate screen portion atthe client. The rendered output on the client may be completelydecoupled from the application processing on the server suchthat an application runs as fast as possible on the serverwithout considering whether or not the application output hasbeen rendered on the client. Frequently this results in displayupdates being merged or even discarded. While these optimization approaches frequently conserve bandwidth and applicationexecution time may seem low, this does not accurately reflectthe user perceived performance of the system at the client.Further, no-execution on the client-side is important becausemany thin-client systems are proprietary and closed-source,and thus are frequently difficult to instrument.To address these problems and to determine the performancecharacteristics of each of the remote desktop protocols (i.e.,RDP, RGS, PCoIP considered in this paper), we employ theslow-motion benchmarking technique. This technique employstwo fundamental approaches to obtain an accurate proxyfor the user-perceived performance: monitoring server-sidenetwork activity and using slow-motion versions of on-screendisplay events in applications. Figure 5 shows a sample packetcapture of a segment of a slow-motion benchmarking sessionwith several on-screen display events. We provide a briefdescription of our specific implementation of this techniquebelow. For a more in depth discussion, please refer to [7] [8].Since the on-screen display events are created by inputs thatare scripted on the server-side, there are several considerationsthat must be acknowledged in our benchmarking technique.483

First, our technique does not include the real-world timedelay from when a client input is made and until the serverreceives the input. It also does not include the time fromwhich a client input is made and the input is sent. Lastly,it does not include the time from when the client receivesa screen update and to the time the actual image is drawnon the screen. We approximate the time omitted by the firstlimitation in VDBench by adding the network latency timeto the measurements. However, the client input, and displayprocessing time measurements are beyond the scope of ourcurrent VDBench implementation. Note that we also assumethin-client protocols do not change the type or amount ofscreen update data sent and captured in our tests, and thatany variances in the data sent are due to ensuring reliabletransport of data, either at the transport layer in the case ofTCP-based protocols (RDP, RGS) or at the application layerin UDP-based protocols (PCoIP).We now explain our network traces handling to obtainthe performance metrics supported by VDBench. We benchmarked a range of thin-client protocol traces (RDP, RGS,PCoIP) to compare their performance under a variety ofconditions. The PCoIP protocol traces exhibited a reluctanceto quickly return to idle traffic conditions. This is most likelydue to monitoring and adaptation algorithms used in the autoscaling of the protocol. Judicious filtering process based on thevolume of idle-time data allowed us to successfully distinguishthe data transferred for the pages from the overhead. Thislack of peak definition was exacerbated by the deteriorationof network conditions in case of all the protocols. As latencyand loss increased, the time taken for the network traffic toreturn to idle also increased, and correspondingly resulted indegraded quality of user experience on the remote client-side.We express this observation as transmission time, which is ameasure of the elapsed time starting from the intiation of ascreen-update and ending when the nework trace has returnedto idle conditions. The initiation and completion of screenevents are marked in VDBench by the transmission of markerpackets shown in Figure 5 that are sent by the VDBenchautomation script. A marker packet is a UDP packet containing information on the screen-event that is being currentlydisplayed. The transmission time can be visualized based onthe duration of the peak between marker packets. Over thistransmission time interval, the amount data transmitted isrecorded in order to calculate the bandwidth consumption foran atomic task.We use these metrics in the context of a variety of workloadsunder various network conditions. In our slow-motion benchmarking of web-page downloads of simple text and mixedcontent shown in 5, the initiation and completion of each webpage download triggers a transmission of a marker packet.The marker packet contains information that describes theevent (in this case, which web-page is being downloaded), anda description of the emulated network condition configured.We start packet captures with the thin-client viewing a blankdesktop. Next, a page containing only a text version of theUS Constitution is displayed. After a 20 second delay, a webpage with mixed graphics and text is displayed. After another20 second delay, a web page containing only high-resolutionimages is displayed. Following another 20 second delay, thebrowser is closed and displays a blank desktop. This process isrepeated 3 times for each thin-client benchmarking session andcorresponding measurements are recorded in the VDBenchmeasurement logs.For the slow-motion benchmarking of video playback workloads, a video is first played back at 1 frame per second (fps)and network trace statistics are captured. The video is thenreplayed at full speed a number of times through all of theremote display protocols, and over various network healthconditions. A challenge in performance comparisons involvingUDP and TCP based thin-client protocols in terms of videoquality is coming up with a normalized metric. The normalized metric should account for fast completion times withimage impairments in UDP based remote display protocols,in comparison to long completion times in TCP based thinclients with no impairments. Towards meeting this challenge,we use the video quality metric shown in Equation (1) thatwas originally developed in [7]. This metric relates the slowmotion playback to the full speed playback to see how manyframes were dropped, merged, or otherwise not transmitted.Data Transferred (aggregate fps)Render Time (aggregate fps)Video QualityIdealT ransf er(aggregatef ps) Data Transferred (atomic fps)Render Time (atomic fps)(1)IdealT ransf er(atomicf ps)IV. P ERFORMANCE R ESULTSIn this section, we present simulation results to validatethe VDBench methodology for user-load simulation basedbenchmarking and slow-motion application interaction benchmarking. In our user benchmarking experiments presentedbelow, we used a VM testbed environment running VMwareESXi 4.0, consisting of an IBM HS22 Intel Blade Severs,installed into IBM Blade Center S chassis. The blade serverhas two Intel Xeon E5504 quad-core processors and 32GBof RAM, with access to a 9TB shared SAS. Each VM ranWindows XP and was allocated 2GB of RAM. The networkemulation is done using NetEm, which is available on many2.6 Linux kernel distributions. NetEm uses the traffic controltc command, which is part of the ‘iproute2’ toolkit. Bandwidth limiting is done by implementing the token-bucket filterqueuing discipline on NetEm. Traffic between the client andserver is monitored using a span port configured on a Cisco2950 switch. The span port sends a duplicate of all the packetstransmitted between the VM and the thin client to a machinerunning Wireshark to capture the packet traces and to filterout non-display protocol traffic.A. User Load Simulation ResultsFigure 6 shows percent of increase of the memory utilizationafter the balloon driver has already began to reclaim memory. Note that the Memory Balloon measurements majorlyinfluence the memory usage statistics. The balloon driverengaged with 17 VMs running since the amount of memoryallocated to VMs exceeded the amount of physical memoryand preceded to increase by 750% with 46 VMs running. Thevalue of the balloon size increased with a steady slope asthe number of active VMs increased. The Memory Granted,484

Fig. 6.Fig. 7.Memory Utilization with increasing system loadsApplication Open Times with increasing system loadsand Memory Active measurements have a negative slope sincethe memory overhead is increasing with the number of VMs,thus reducing the total amount of memory available to beused by the guest operating systems in the VMs. The actualvalue of Memory Swapped started at 240MB and increasedto 3050MB, corresponding to a 1120% increase. At first thepages being swapped are inactive pages and are not likely toaffect performance, but as the amount of swapping increases,the likelihood of active pages being swapped starts to negativlyimpact performance.The time taken to open applications clearly increased withthe increasing load as shown in Figure 7. The loading ofapplications is heavily dependent on transferring data fromthe hard disks into memory. When the memory granted to aVM is constricted due to the balloon driver, the VM mustmake room for this new application in memory. If the VMhas not exhausted its memory shares in resource pool, thememory management tools and balloon driver of ESXi Serverwill decrease the memory pressure on a VM, thus granting theVM more memory to use for applications. However, if the VMhas exhausted its share of the memory, the VM must invoke itsown memory management tools and start deleting old memorypages using a garbage collection process, or swap them to itsown virtual disk. These processes take time to complete, thusextending the application open times at the load increases.Excel, Internet Explorer, and Matlab went from 1.3sec, 2.3sec,and 10.8sec, to 5.9sec, 7.7sec, 38.5sec corresponding to 472%,301%, 359% increase, respectively.The time taken for actual tasks to complete within an application are shown in Figure 8. The task titled ‘Matlab Graphspin’ first involved spinning a point-cloud model of a horse,and then pre-computing the surface visualization of the pointcloud data. The data sets are precomputed in order to limitCPU utilization and consume more memory. The task initallytook 34sec and grew to take 127sec, corresponding to a 273%increase. This result highlights the fact that applications suchas Matlab are highly sensitive to resource over-commitmentand need special desktop provisioning considerations.Fig. 8.Fig. 9.Application Task Times with increasing system loadsApplication Activation Times with increasing system loadsThe Internet Explorer tasks involved loading a page withdifferent types of content. The time taken to load a pageof only an image saw the biggest increase starting at .75secand grew to 2sec. The other two page types both remainedunder .5sec to complete, even under the highest system load.This increase, while statistically significant, is not obviouslyperceivable to the user. The task titled ‘Excel Save’ is the timetaken for ‘Save

of thin-clients [7] [8]. The marker packets particularly help in the analysis of network traces to measure and compare thin-client protocols in terms of transmission times, bandwidth utilization and video quality. Further, the methodology lends itself for

Related Documents:

Bruksanvisning för bilstereo . Bruksanvisning for bilstereo . Instrukcja obsługi samochodowego odtwarzacza stereo . Operating Instructions for Car Stereo . 610-104 . SV . Bruksanvisning i original

Bad benchmarking Benchmarking has its limitations. Whilst good benchmarking is about performance and best practice, bad benchmarking can lead to mediocrity. Bad benchmarking is using data to justify average performance, rather than challenging and driving improvements. This

Vdbench 5.03 System Definition (FSD), File system Workload Definition (FWD) and Run Definition (RD) and must always be entered in the order in which they are listed here.A Run is the execution of one workload requested by a Run Definition. Multiple Runs can be requested within one Run Definition.

IOMeter [6], SQLIO [12], Vdbench [11] are all open source generators of disk I/O loads. IOMeter allows for speci c I/O characteristics to be de ned, SQLIO simulates some as-pects of the disk load of the Microsoft SQL Server, while Vdbench apart from the feature of I/O generation in disks and les is equipped with the capability of trace replay. Fi-

10 tips och tricks för att lyckas med ert sap-projekt 20 SAPSANYTT 2/2015 De flesta projektledare känner säkert till Cobb’s paradox. Martin Cobb verkade som CIO för sekretariatet för Treasury Board of Canada 1995 då han ställde frågan

service i Norge och Finland drivs inom ramen för ett enskilt företag (NRK. 1 och Yleisradio), fin ns det i Sverige tre: Ett för tv (Sveriges Television , SVT ), ett för radio (Sveriges Radio , SR ) och ett för utbildnings program (Sveriges Utbildningsradio, UR, vilket till följd av sin begränsade storlek inte återfinns bland de 25 största

Hotell För hotell anges de tre klasserna A/B, C och D. Det betyder att den "normala" standarden C är acceptabel men att motiven för en högre standard är starka. Ljudklass C motsvarar de tidigare normkraven för hotell, ljudklass A/B motsvarar kraven för moderna hotell med hög standard och ljudklass D kan användas vid

LÄS NOGGRANT FÖLJANDE VILLKOR FÖR APPLE DEVELOPER PROGRAM LICENCE . Apple Developer Program License Agreement Syfte Du vill använda Apple-mjukvara (enligt definitionen nedan) för att utveckla en eller flera Applikationer (enligt definitionen nedan) för Apple-märkta produkter. . Applikationer som utvecklas för iOS-produkter, Apple .