Extrapolation Tool for Load Testing Results

Size: px
Start display at page:

Download "Extrapolation Tool for Load Testing Results"

Transcription

1 Extrapolation Tool for Load Testing Results Subhasri Duttagupta, Rajesh Mansharamani Performance Engineering Lab Tata Consulting Services Mumbai, India Abstract Load testing of IT applications is fraught with the challenges of time to market, quality of results, high cost of commercial tools, and accurately representing production like scenarios. It would help IT projects to be able to test with a small number of users and extrapolate to scenarios with much larger number of users. This in turn will cut down cycle times and costs and allow for a variety of extrapolations closer to production. We present a simple extrapolation technique based on statistical empirical modeling, which we have found to be more than 9% accurate across a range of applications running across a number of hardware servers. The technique has currently been validated for scenarios where the hardware is the bottleneck and is extensible to a wider range of scenarios as well. Keywords-Extrapolation; load testing; S-Curves; regression; I. INTRODUCTION Complex IT applications today need to scale to thousands of concurrent users. Their performance scalability is usually assessed through load testing which is the process of subjecting a system to a desired work level. A typical IT application comprises of multiple components with multitiered architecture and is deployed in a distributed complex environment. Before the application is deployed on the production server, the application owners would like to get answers to the following questions through load testing: 1. What hardware and software resources are needed to guarantee that system performance meet the service level agreements (SLAs) under the given workloads? 2. What is the maximum load level that the system will be able to handle? 3. What would be the average response time, throughput and resource utilization under the expected workload? 4. What are the bottlenecks of the system? To obtain a qualitative idea of how well a system functions in the "real world", it is desirable to perform load testing in a production-like environment. This calls for significant investment in load test environment and load testing tools. Moreover, significant time needs to be invested to test and time the application and meet the SLAs. We therefore explore an extrapolation strategy that uses the metrics obtained through actual load testing and is capable of extrapolating system performance metrics at a different scenario other than testing environment. Actual system performance depends on many factors such as the number of concurrent users, deployment architecture, workload characteristics, technology configurations and background load. Hence, extrapolation of system performance can be considered in many dimensions. However, this paper focuses on the problem of extrapolation of system throughput from smaller to larger values of concurrent users referred to as load of the system. Though there have been earlier attempts to address the problem using performance models such as simulation models [3], [13] or analytical models [1], [6], [9], most of these models deal with specific application benchmarks and are validated against a certain specific hardware configuration. We propose a generic extrapolation tool that is validated against a number of applications and is extensible to multiple hardware configurations. The contributions of the paper can be listed as follows: The proposed extrapolation technique requires that load testing results be available only for a few set of points (e.g., 5 4 users) and it is able to extrapolate throughput for more than 8 users thus reducing the load test time drastically. Ingredients of our solution are based on simple mathematical tools such as linear regression and statistical S-curve. Thus, using two previously known techniques, we propose a novel extrapolation technique that provides high accuracy for a number of sample applications. Proposed technique does not require modeling background or knowledge of complex mathematical theory. Further, proposed technique of extrapolation is able to extrapolate throughput and response time for any number of users irrespective of 15-2% error in estimated maximum throughput value. The paper is organized as follows. Section 2 deals with related work, section 3 formulates the specific problem of extrapolation. Section 4 discusses load testing setup used for testing various applications. Section 5 discusses techniques of extrapolation, followed by deriving the maximum

2 throughput bound in Section 6. Section 7 mentions the sample applications used and the paper is concluded in Section 8. II. RELATED WORK Discrete-event simulation modeling [3], [11], [13] is an alternative scientific methodology for extrapolating from the test environment to the production configuration. But this involves careful analysis of each of the components of the infrastructure and representing them accurately in the queuing model while implementing the business function flow through the system. Analytical models based on various queuing network can be a cost-effective solution as opposed to simulation models but these models are built for specific applications. In [9] authors propose a non-state-space queuing network model for a specific J2EE application. Authors in [6] demonstrate how model building along with load testing information can help in making the application ready for deployment. But in all these cases, model building requires knowledge of the application whereas in our strategy an application can be taken as a black box and only the load testing results are required for extrapolation. The challenge of performing load testing using production-like environment can be addressed by performing it on the public cloud. Silk Performer Cloudburst [14] enables large load testing from multiple global points of reference using the enterprise cloud services. Performance Engineering Associates (PEA) [11] provide methodologies that can be used to model the application workloads and to predict the performance when server is upgraded. III. PROBLEM OF EXTRAPOLATION seconds) is the throughput of the system and denoted by the symbol X. Both X and R are functions of N. Then the problem of extrapolation can be defined as follows: Given the actual throughput and response time X and R of the system for a certain number of users up-to M on a specific deployment scenario, using extrapolation the technique must provide an estimate of the performance of the system for a larger number of users. The difference between predicted throughput and actual throughput for a given number of users is referred to as the prediction error. The goal is to minimize the prediction error for all values of users especially for a large number of users. In this paper, virtual users in load testing are referred to as users. IV. LOAD TESTING SETUP We perform load testing on various applications. All load testing is done with Apache Tomcat 6. as the application server and MySql 5.5 as the database server which is hosted on a different machine other than the application server. Load testing is done using FASTEST [2], a framework for automated system performance testing based on grinder that provides a single report of load testing correlating different metrics. All the sample applications are tested with three server configurations as given in Table I. These servers are categorized into high, mid and small-range servers based on the number of CPUs, available RAM and amount of disk space. TABLE I. SERVER CATEGORIES FOR SAMPLE APPLICATIONS Server Category High Range Servers Mid-range Servers Low-range Servers Features 8 Core CPU 2.66 GHz Xeon with 1MB L2 cache, 8 GB Physical RAM Quad Core AMD Opteron CPU 2.19 GHz with 2MB L2 cache, 4 GB RAM Inter Core Duo CPU 2.33 GHz with 4MB Cache, 2 GB RAM Figure 1. IT Application with N Users The paper considers load testing of an IT application that is accessed by N users as shown in Figure 1. It is assumed that users submit requests and wait for responses. The average response time of a request is denoted by the symbol R. A user typically spends time in entering the details of the request or in reviewing the responses the time that a user spends outside of waiting for a response, is referred to as think time. The average think time of a user is denoted by the symbol Z. The number of requests per unit of time (usually V. EXTRAPOLATION TECHNIQUES Throughput is obtained using a load testing tool for low values of virtual users. Then, these values are used to extrapolate throughput for a number of users. For an application which is scalable in nature, we expect the throughput to increase gradually until it reaches the maximum throughput that the system can offer. Below we discuss two alternate techniques for extrapolation. A. Extrapolation using Linear Regression Linear regression is useful in many practical applications for extending an approximately linear function to points close to existing data points. However, the technique may cause larger error for predicting results farther off from the existing data points. As throughputs are known for lower values of users, linear extrapolation is used here. Its

3 Throughput (pages/sec) Throughput (pages/sec) advantages are computational simplicity and ease of application. Extrapolation works best for slow growth area, short time horizons whereas uncertainty or forecasting error increases for long time horizons and short areas. Linear regression assumes that the past trend continues in the future and entire information of the data trend is embedded in the past and present data series. However, this does not take into account any external conditions or constraints and it fails if due to certain condition the past trend of data series does not continue. Throughput of a system is limited by either hardware or software bottlenecks. Before a system encounters any bottleneck, the throughput would increase linearly with the number of concurrent users. In such a scenario, each user is going to receive additional pages from the server thus leading to an increase in the total throughput at a constant rate (linear increase). This indicates that linear extrapolation is an obvious choice for predicting throughput of a system until the system encounters a bottleneck. This hypothesis is validated below Actual Test Result Extrapolated Result (Linear Regression) Figure 2: Extrapolation using Linear Regression Figure 2 shows the result of extrapolation using linear regression where x-axis gives the number of users and y-axis gives the throughput in terms of pages/sec. It also shows the actual throughput obtained from load testing of a sample application from 1 users to 4 users. Load testing results up-to 4 users (M=4) are used by linear regression. In Figure 2, we observe that the predicted throughput is very close to the actual throughput until the number of users reaches 2. As the throughput approaches towards the upper bound, the rate of increase of the throughput reduces until the rate drops to zero when the throughput actually reaches the upper bound. But extrapolated throughput using regression is not able to reflect this trend. Consequently, beyond 2 users, the prediction error is high i.e., (> 1%). B. Extrapolation using S-Curves Mathematical S-Curves, for example, logistic curves are sigmoid functions with the shape of alphabet S. These curves are used to estimate or forecast the rate of adoption of a technology. S curve represents correctly the rate at which the performance of a technology improves or market penetration of a product happens over time. Implicit in S- curve are assumptions of slow initial growth, subsequent rapid growth, and followed by declining growth as product penetrations reach certain saturation levels. S-curves are also used in project management as a means of representing the various expenditures of resources over the projected time of the project. The characteristic of initial increase followed by saturation makes S-curve a natural choice for extrapolation of throughput before the saturation level. If the number of users for load testing is N, then the following formula represents the throughput X using S-curve, Here gives the maximum throughput a system can achieve and constants a and b are estimated through standard linear estimation using the set of initial throughput values from load testing tool. Figure 3 shows the throughput obtained from extrapolation using S-curve. This technique uses the actual throughput from 1 users to 4 users and it predicts the throughput for the remaining 5 users to 4 users. The maximum throughput is taken as 575 pages/sec and is derived based on service demand as outlined in Section 6. It can be observed that S-curve has steep rate of increase and from 5 users to 13 users, the throughput increases from 14 pages/sec to 541 pages/sec, thus reaching close to the maximum throughput X X max /[1 a exp( bn)] Figure 3. Extrapolation using S-Curve Thus, S-curve incurs high error for lower loads but predicted throughput is close to actual throughput when throughput saturates for higher loads. C. Extrapolation using Mixed Mode This strategy makes use of the above two strategies namely extrapolation using linear regression and using S- (1) Actual Test Result Extrapolated Result (S curve)

4 Throughput (pages/sec) curve. As the regression method performs better for smaller number of users, it should be used initially to predict the throughput. We propose that it should be used until the throughput predicted reaches a certain threshold (X th ). This threshold indicates the load beyond which there is a declining rate of growth for throughput. Beyond this point, as linear regression gives larger error, S-curve is used to predict the throughput. The resulting extrapolation which uses both the techniques is referred to as Mixed mode regression. Figure 4 shows the performance of all three techniques and it can be observed that the performance of extrapolation using Mixed mode exceeds that of two other techniques. Mixed mode technique utilizes the benefits of the other techniques and is able to incur smaller error of prediction for any number of users. However, still the issues remain: a) To find an estimate for the maximum throughput this is addressed in the next Section. b) To decide upon a suitable value for X th in a specific test scenario. Figure 6 shows the actual response time from load testing and response time using mixed mode. It can be observed that the estimated values are very close to the actual test results. Thus, mixed mode provides an approximation to both throughput and response time with high accuracy. Initialize load testing results as (N i, X i ) i=1 5 Estimate a linear regression using set of (N i, X i ) and extrapolate for higher values of N Figure 4: Extrapolation Actual Test using Result Mixed Mode S curve In order to use the mixed mode, initially linear regression Figure 4. Extrapolation using Mixed Mode Is X > 5% of X max? Yes X th is reached, assign N th = N Estimate an S-curve using five pairs of (N j, X j ) from linear regression corresponding to N th, N th-1, N th-2, N th-3 and N th-4 No In order to use the mixed mode, initially linear regression is used to obtain throughput from 5 users to 15 users. For N=15 users, throughput is 313. which is more than 5% of the maximum throughput. In our test scenarios, various values of X th as a percentage of are tried out and we observe that if the throughput is greater than 5% of, then using S-curve for extrapolation provides low prediction error. Hence, X th is taken as 313 ( more than 5% of ). The value of N for which this occurs is referred to as N th. The parameters (a and b in Equation (1)) for S-curve are estimated using throughput values for N=11 to N=15. Then, extrapolation is done using S-curve from 16 users to 4 users. The resulting mixed mode technique is able to estimate throughput for 4 users within 5% of the actual throughput. The flowchart for mixed mode is presented in Figure 5. Extrapolate using S-curve for larger N such that X reaches close to X max Figure 5. Flow Chart for Mixed Mode.

5 Response time (sec) Figure 6: Response time using Mixed Mode Figure 6. Response time using Mixed Mode VI. Actual Test Result ASYMPTOTIC BOUNDS Accuracy of extrapolation scheme depends on correctly estimating maximum throughput of an application running on a specific hardware configuration. In this section, only an approximate bound on the maximum throughput is obtained. The underlying principle is based on queuing theory and is derived from service demands of all the available resources. In the absence of any software bottlenecks, we identify main four hardware resources such as CPU, disk, network and memory as shown in Figure 7. Figure 7. Users receiving services from hardware resources. Mixed Mode While throughput of an application is directly limited by the resource usage of CPU, disk and network, the available maximum memory limits the concurrent usage of these resources and thus, limits the maximum throughput. Hence, usage of memory is captured differently than the other three resources and this is discussed later while describing one of the sample applications. In order to compute service demand, a sample application script is run in single user mode over a fixed duration. To normalize the difference among individual runs, the application script is executed a number of iterations and then the usage statistics is gathered (in seconds) over all these runs for loading a single page. For example, the script for a telecom application is run 1 iterations and using atop utility of Linux, the following statistics are gathered: CPU busy time: 27.2 sec Disk busy time: 1.667sec Network busy time: 8.68sec The sample application script deals with loading 13 pages. Hence, service demand is computed using the following formula: Where I is the number of iterations and P is the number of pages the testing script accesses through urls. To obtain service demand for multiple core CPUs, it is further divided by the number of core. The resource with maximum service demand decides the maximum throughput. In the above example, a 4 core CPU is used and CPU is having the maximum service demand and it is calculated as, If the maximum service demand is denoted by S Dmax, and N users are used for load testing with think time Z, then the maximum throughput satisfies the following formula: where gives the maximum throughput that an application can achieve for N users and is the sum of service demand of all the hardware resources. The first term limits at lighter load and second term limits at higher load. In the above example, Z is taken as 6. sec and maximum throughput for N = 6 is about 956 pages/sec. This throughput is obtained from the second term. Sensitivity of the extrapolation technique with the estimated maximum throughput is analyzed and it is observed that even if is not estimated accurately, extrapolation using mixed mode is able to predict throughput with more than 9% accuracy in most scenarios. Figure 8 shows the throughput using mixed mode extrapolation for various values of X max. The telecom application mentioned earlier has the actual maximum throughput as 752 and the proposed extrapolation technique is used for three values of X max 785, 86, 95 which are having 5%, 15% and 25% error as compared to the actual X max. For X max = 86, throughput for N =6 is 86, thus error is about 7%. In practice, the maximum throughput of an application is only 9% of the estimated. This is because once any of the resources are 9% busy, the response time of that resource increases which in turn leads to increase in over-all response time. Then higher N does not result in higher throughput. Hence, a correction factor of.9 is used for estimated X max in practice.

6 Throuput Throughput (pages/sec) Actual Results X(max) Error 5% X(max) Error 15% X(max) Error 25% Figure 8. Sensitivity of Extrapolation with X max A. Estimating the knee of the curve Maximum throughput bound helps in getting the shape of the throughput curve. But it is also important to know the number of users for which the throughput curve starts to saturate. This specific load of the system is denoted as N* and it identifies the knee of the throughput curve. Using the two bounds on maximum throughput i.e., bounds at light load and heavy load (as mentioned earlier), N* is obtained by equating these two bounds. Thus, In the previous example, N* is estimated as 6./.146 = This can be obtained from the mixed mode throughput curve as it approaches to. In the next section, we discuss applicability of mixed mode extrapolation for a few sample applications and we demonstrate the practicality of arriving at N* using the mixed mode regression. VII. TESTED APPLICATIONS The proposed strategy is tested with various applications ranging from lower to higher complexities. Below are given a short description on the applications that we tested and important observations in each case. DellDVD Store Application [5]: The Dell DVD Store is an open source simulation of an online ecommerce site with implementations in Microsoft SQL Server, Oracle and MySQL along with driver programs and web applications. This application has very low service demand for hardware resources on all the platforms. Its maximum throughput is bounded by the first term in the expression for which is applicable at low load situation and governed mainly by the think time denoted by Z. In this case Z is taken as 3.6 seconds. In Figure 9, it can be observed that the throughput is increasing linearly with loads of the system and the throughput has not reached the saturation level at N=8. Saturation is expected to occur at a higher load close to N= Figure 9. Extrapolation in DellDVD application Actual Result s Mixed Mode ibatis JPetStore[7]: It is an ecommerce J2EE application Benchmark. The basis of the JPetStore is an on-line application where users can browse and search for various types of pets in five top-level categories. It displays details including prices, inventory and images for all items within each category and with authenticated login it provides full shopping cart facility that includes credit card option for billing and shipping. The throughput of this application is shown earlier in Figure 4 when it is run on a low-range server. For this application, disk is the resource with service demand on all the tested platforms. For a mid-range server, mixed mode uses as 593 based on the disk service demand and throughput is expected to saturate at 35 users. Using actual load testing, the maximum throughput obtained is 574 and it happens at 3 users. Telecom Reporting Application: This is a reporting application on mobile usage with a star- schema comprising of one big fact table and six dimensions tables. Typical reporting queries find the customers with maximum roaming usage or find the best month of the year in terms of minutes of usage etc. Figure 1 shows the throughput of telecom application on a mid-range server using mixed mode regression. In mid-range and high-range servers, the network is the bottleneck and the throughput saturates at 1148 when network is more than 9% busy whereas in low range category server, CPU becomes the bottleneck and throughput saturates at 752 for 6 users.

7 Throughput (pages/sec) Throughput Figure 1. Extrapolation in Telecom application equiz Application[8]: This provides web-enabled technology platform to assess and verify technical skills of people throughout a large software company in an automated fashion. The application is implemented with java servlets and stored procedures and incorporates an automatic code evaluation (ACE) framework. The system is extensible to any domain requiring a finite set of technical skills. Figure 11 shows the throughput predicted using mixed mode regression when equiz application is run on a high-range server. For this application, it is found that memory on the database server becomes the bottleneck. We use the following technique to derive in case of a certain virtual memory limit Actual Results Mixed Mode Actual Test Result Mixed Mode Figure 11: Extrapolation in equiz application Using load testing, throughput is observed at the application server and the virtual memory size is observed at the database server by varying the load from 1 to 5 users. Using these observations, a relationship is derived between the throughput of the application server and the corresponding virtual memory size at the database server which in turn is used to derive the maximum throughput limit of 225 pages/sec for the virtual memory limit of 8G on a mid-range server. Figure 11 shows the actual throughput and throughput extrapolated using our technique on a high-range server as the application server and a mid-range server as a database server. We observe that highest throughput obtained is 213 pages/sec. The maximum number of users supported is 5 after which throughput reduces due to the memory constraint. As a summary, Table II lists two estimated bounds and N* under three server categories that we discussed. We also list the maximum throughput obtained in actual load testing and the maximum N (maxn) after which the throughput starts decreasing. For equiz application, memory being the bottleneck, it is not possible to come up with an estimate of N * as done before. However, we estimated it using the mixed mode regression curve. VIII. CONCLUSIONS Load testing of IT projects faces many challenges high cost of commercial load testing tools, accuracy of load testing results, infeasibility of mirroring a production-like test environment etc. These projects can reduce the cost of load testing and reduce the effort involved to make the product ready for launch provided there is a tool for extrapolating the load testing results from a small number of users to various deployment scenarios. In this paper, we propose a strategy for extrapolation of load testing results from small number of users to large number of users. We describe two methods of extrapolation using statistical S-curve and using linear regression and articulate their merits and demerits. Utilizing merits of these two methods, we propose a combined technique mixed mode regression that is able to predict the throughput with high accuracy. This technique is useful for predicting throughput before any of the hardware resources is saturated and under the assumption that none of the software bottlenecks are affecting the system throughput. This technique can be extended to situations where hardware configurations change to reflect the production environment or usage pattern of the application by the end users goes through a change. Thus, the concept of virtual load testing [12] is useful in this regard. Incorporating the tool with the capacity planning model could fasten the process of making an application ready for deployment as identified in [4]. We plan to further extend the capability of the proposed extrapolation strategy using a suitable analytical model for the system.

8 TABLE II. ESTIMATED BOUNDS AND THEIR ACTUAL VALUES Application High-range Mid-range Small-range X max(est) X max N * (Est) maxn X max(est) X max N * (Est) maxn X max(est) X max N * (Est) maxn Telecom PetStore equiz REFERENCES [1] A. M. Ahmed, An efficient performance extrapolation for queuing models in transient analysis, In Proceedings of the 37th conference on Winter simulation, 25. [2] A. Khanapurkar, S. Malan, and R. Mansharamani, A Framework for Automated System Performance Testing, in Proceedings of the Computer Measurements Group s Conference, 21 [3] H. Arsham, Performance extrapolation in discrete-event systems simulation, Int. Journal of Systems Science, vol. 27, no. 9, 1996, pp [4] P. Cremonesi, and G. Nardiello, How to integrate Load Testing results with Capacity Planning techniques, In Proceedings of the Computer Measurement Group's Conference, 29. [5] Dell DVD Store Database Test Suite. [6] R. Gimarc, A. Spellmann, and J. Reynolds, Moving Beyond Test and Guess Using modeling with load testing to improve web application Readiness, In Proceedings of the Computer Measurement Group's Conference, 24. [7] JPetStore Application [8] A. Khanapurkar, and M. Nanda, Talent search Technology Platform, Computer Society of India, 45th National Annual Convention, 21. [9] S. Kounev, and A. Buchmann, Performance modeling and evaluation of large-scale J2EE applications, In Proceedings of the Computer Measurement Group's Conference, 23. [1] E. Lazowska, J. Zahorjan, G. Graham and K. Sevcik, Quantitative System Performance: Computer System Analysis Using Queueing Network Models, Prentice-Hall, [11] Methodology Packs by Performance Engineering Associates, [12] Gunther, N. J. Guerrilla Capacity Planning. Springer-Verlag, Heidelberg, Germany, 27. [13] R. Y. Rubinstein, Sensitivity Analysis and Performance Extrapolation for Computer Simulation Models, Operations Research, vol. 37, 1989, pp [14] SikPerformer from Microfocus Inc.

Performance Extrapolation for Load Testing Results of Mixture of Applications

Performance Extrapolation for Load Testing Results of Mixture of Applications Performance Extrapolation for Load Testing Results of Mixture of Applications Subhasri Duttagupta, Manoj Nambiar Tata Innovation Labs, Performance Engineering Research Center Tata Consulting Services Mumbai,

More information

Performance Extrapolation across Servers

Performance Extrapolation across Servers Performance Extrapolation across Servers Subhasri Duttagupta www.cmgindia.org 1 Outline Why do performance extrapolation across servers? What are the techniques for extrapolation? SPEC-Rates of servers

More information

Future-ready IT Systems with Performance Prediction using Analytical Models

Future-ready IT Systems with Performance Prediction using Analytical Models Future-ready IT Systems with Performance Prediction using Analytical Models Madhu Tanikella Infosys Abstract Large and complex distributed software systems can impact overall software cost and risk for

More information

Performance Modeling of IoT Applications

Performance Modeling of IoT Applications Performance Modeling of IoT Applications Dr. Subhasri Duttagupta, TCS www.cmgindia.org 1 Contents Introduction to IoT System Performance Modeling of an IoT platform Performance Modeling of a sample IoT

More information

Determining the Number of CPUs for Query Processing

Determining the Number of CPUs for Query Processing Determining the Number of CPUs for Query Processing Fatemah Panahi Elizabeth Soechting CS747 Advanced Computer Systems Analysis Techniques The University of Wisconsin-Madison fatemeh@cs.wisc.edu, eas@cs.wisc.edu

More information

For. Rupinder 240 Singh 251 Virk 202. Dheeraj Chahal. Title and Content. Light 1. Accent 1. Dark 2. Accent 2. Dark 1. Light 2. Hyperlink.

For. Rupinder 240 Singh 251 Virk 202. Dheeraj Chahal. Title and Content. Light 1. Accent 1. Dark 2. Accent 2. Dark 1. Light 2. Hyperlink. Title and Content 109 207 246 255 255 255 131 56 155 0 99 190 85 165 28 214 73 42 Dark 1 Light 1 Dark 2 Light 2 Accent 1 Accent 2 185 175 164 151 75 7 193 187 0 255 221 62 255 255 255 236 137 29 Trace

More information

A Capacity Planning Methodology for Distributed E-Commerce Applications

A Capacity Planning Methodology for Distributed E-Commerce Applications A Capacity Planning Methodology for Distributed E-Commerce Applications I. Introduction Most of today s e-commerce environments are based on distributed, multi-tiered, component-based architectures. The

More information

Four-Socket Server Consolidation Using SQL Server 2008

Four-Socket Server Consolidation Using SQL Server 2008 Four-Socket Server Consolidation Using SQL Server 28 A Dell Technical White Paper Authors Raghunatha M Leena Basanthi K Executive Summary Businesses of all sizes often face challenges with legacy hardware

More information

webmethods Task Engine 9.9 on Red Hat Operating System

webmethods Task Engine 9.9 on Red Hat Operating System webmethods Task Engine 9.9 on Red Hat Operating System Performance Technical Report 1 2015 Software AG. All rights reserved. Table of Contents INTRODUCTION 3 1.0 Benchmark Goals 4 2.0 Hardware and Software

More information

Small verse Large. The Performance Tester Paradox. Copyright 1202Performance

Small verse Large. The Performance Tester Paradox. Copyright 1202Performance Small verse Large The Performance Tester Paradox The Paradox Why do people want performance testing? To stop performance problems in production How do we ensure this? Performance test with Realistic workload

More information

PerfCenterLite: Extrapolating Load Test Results for Performance Prediction of Multi-Tier Applications

PerfCenterLite: Extrapolating Load Test Results for Performance Prediction of Multi-Tier Applications PerfCenterLite: Extrapolating Load Test Results for Performance Prediction of Multi-Tier Applications Varsha Apte Nadeesh T. V. Department of Computer Science and Engineering Indian Institute of Technology

More information

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER Measuring Business Intelligence Throughput on a Single Server QlikView Scalability Center Technical White Paper December 2012 qlikview.com QLIKVIEW THROUGHPUT

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

Qlik Sense Performance Benchmark

Qlik Sense Performance Benchmark Technical Brief Qlik Sense Performance Benchmark This technical brief outlines performance benchmarks for Qlik Sense and is based on a testing methodology called the Qlik Capacity Benchmark. This series

More information

Reduce Costs & Increase Oracle Database OLTP Workload Service Levels:

Reduce Costs & Increase Oracle Database OLTP Workload Service Levels: Reduce Costs & Increase Oracle Database OLTP Workload Service Levels: PowerEdge 2950 Consolidation to PowerEdge 11th Generation A Dell Technical White Paper Dell Database Solutions Engineering Balamurugan

More information

WHITE PAPER AGILOFT SCALABILITY AND REDUNDANCY

WHITE PAPER AGILOFT SCALABILITY AND REDUNDANCY WHITE PAPER AGILOFT SCALABILITY AND REDUNDANCY Table of Contents Introduction 3 Performance on Hosted Server 3 Figure 1: Real World Performance 3 Benchmarks 3 System configuration used for benchmarks 3

More information

Advanced Topics UNIT 2 PERFORMANCE EVALUATIONS

Advanced Topics UNIT 2 PERFORMANCE EVALUATIONS Advanced Topics UNIT 2 PERFORMANCE EVALUATIONS Structure Page Nos. 2.0 Introduction 4 2. Objectives 5 2.2 Metrics for Performance Evaluation 5 2.2. Running Time 2.2.2 Speed Up 2.2.3 Efficiency 2.3 Factors

More information

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 A performance study of 14 th generation Dell EMC PowerEdge servers for Microsoft SQL Server Dell EMC Engineering September

More information

Forecasting Oracle Performance

Forecasting Oracle Performance Forecasting Oracle Performance - Better than a Crystal Ball Yuri van Buren Senior Oracle DBA Specialist End-2-End Performance Management Engineer Yuri van Buren 17 Years with Logica which is now part of

More information

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

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

More information

Computational performance and scalability of large distributed enterprise-wide systems supporting engineering, manufacturing and business applications

Computational performance and scalability of large distributed enterprise-wide systems supporting engineering, manufacturing and business applications Computational performance and scalability of large distributed enterprise-wide systems supporting engineering, manufacturing and business applications Janusz S. Kowalik Mathematics and Computing Technology

More information

A Quantitative Model for Capacity Estimation of Products

A Quantitative Model for Capacity Estimation of Products A Quantitative Model for Capacity Estimation of Products RAJESHWARI G., RENUKA S.R. Software Engineering and Technology Laboratories Infosys Technologies Limited Bangalore 560 100 INDIA Abstract: - Sizing

More information

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud.

Price Performance Analysis of NxtGen Vs. Amazon EC2 and Rackspace Cloud. Price Performance Analysis of Vs. EC2 and Cloud. Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

More information

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers

Consolidating OLTP Workloads on Dell PowerEdge R th generation Servers Consolidating OLTP Workloads on Dell PowerEdge R720 12 th generation Servers B Balamurugan Phani MV Dell Database Solutions Engineering March 2012 This document is for informational purposes only and may

More information

Oracle Exadata Statement of Direction NOVEMBER 2017

Oracle Exadata Statement of Direction NOVEMBER 2017 Oracle Exadata Statement of Direction NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

New Oracle NoSQL Database APIs that Speed Insertion and Retrieval

New Oracle NoSQL Database APIs that Speed Insertion and Retrieval New Oracle NoSQL Database APIs that Speed Insertion and Retrieval O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 6 1 NEW ORACLE NoSQL DATABASE APIs that SPEED INSERTION AND RETRIEVAL Introduction

More information

Qlik Sense Enterprise architecture and scalability

Qlik Sense Enterprise architecture and scalability White Paper Qlik Sense Enterprise architecture and scalability June, 2017 qlik.com Platform Qlik Sense is an analytics platform powered by an associative, in-memory analytics engine. Based on users selections,

More information

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release

More information

ArcGIS Enterprise Performance and Scalability Best Practices. Andrew Sakowicz

ArcGIS Enterprise Performance and Scalability Best Practices. Andrew Sakowicz ArcGIS Enterprise Performance and Scalability Best Practices Andrew Sakowicz Agenda Definitions Design workload separation Provide adequate infrastructure capacity Configure Tune Test Monitor Definitions

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

HANA Performance. Efficient Speed and Scale-out for Real-time BI

HANA Performance. Efficient Speed and Scale-out for Real-time BI HANA Performance Efficient Speed and Scale-out for Real-time BI 1 HANA Performance: Efficient Speed and Scale-out for Real-time BI Introduction SAP HANA enables organizations to optimize their business

More information

Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2

Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2 Performance Study Performance of Virtual Desktops in a VMware Infrastructure 3 Environment VMware ESX 3.5 Update 2 Workload The benefits of virtualization for enterprise servers have been well documented.

More information

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55%

Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% openbench Labs Executive Briefing: May 20, 2013 Condusiv s V-locity Server Boosts Performance of SQL Server 2012 by 55% Optimizing I/O for Increased Throughput and Reduced Latency on Physical Servers 01

More information

Configuration changes such as conversion from a single instance to RAC, ASM, etc.

Configuration changes such as conversion from a single instance to RAC, ASM, etc. Today, enterprises have to make sizeable investments in hardware and software to roll out infrastructure changes. For example, a data center may have an initiative to move databases to a low cost computing

More information

Performance Modeling of Multi-tiered Web Applications with Varying Service Demands

Performance Modeling of Multi-tiered Web Applications with Varying Service Demands International Journal of Networking and Computing www.ijnc.org ISSN 2185-2839 (print) ISSN 2185-2847 (online) Volume 6, Number 1, pages 64 86, January 2016 Performance Modeling of Multi-tiered Web Applications

More information

Comparison of Storage Protocol Performance ESX Server 3.5

Comparison of Storage Protocol Performance ESX Server 3.5 Performance Study Comparison of Storage Protocol Performance ESX Server 3.5 This study provides performance comparisons of various storage connection options available to VMware ESX Server. We used the

More information

4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015)

4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Benchmark Testing for Transwarp Inceptor A big data analysis system based on in-memory computing Mingang Chen1,2,a,

More information

IZO MANAGED CLOUD FOR AZURE

IZO MANAGED CLOUD FOR AZURE USE CASE - HYBRID CLOUD IZO MANAGED CLOUD FOR AZURE 1. LET S UNDERSTAND THE MARKET DYNAMICS In this era of digitisation, the cloud debate is over-enterprises have already moved a sizeable portion of their

More information

Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Copyright 2018, Oracle and/or its affiliates. All rights reserved. Beyond SQL Tuning: Insider's Guide to Maximizing SQL Performance Monday, Oct 22 10:30 a.m. - 11:15 a.m. Marriott Marquis (Golden Gate Level) - Golden Gate A Ashish Agrawal Group Product Manager Oracle

More information

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in

Oracle Enterprise Manager 12c Sybase ASE Database Plug-in Oracle Enterprise Manager 12c Sybase ASE Database Plug-in May 2015 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

Assessment Evaluation

Assessment Evaluation Assessment Evaluation E-commerce Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas

More information

OVERVIEW OF SUBJECT REQUIREMENTS

OVERVIEW OF SUBJECT REQUIREMENTS Course Bachelor of Information Technology (Network Security) Course Number HE20524 Location Meadowbank OVERVIEW OF SUBJECT REQUIREMENTS Note: This document is intended as a guide only. Enrolling students

More information

Copyright 2009 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0090 (PDF)

Copyright 2009 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0090 (PDF) Enterprise Edition Version 1.9 System Requirements and Technology Overview The Scholastic Achievement Manager (SAM) is the learning management system and technology platform for all Scholastic Enterprise

More information

When, Where & Why to Use NoSQL?

When, Where & Why to Use NoSQL? When, Where & Why to Use NoSQL? 1 Big data is becoming a big challenge for enterprises. Many organizations have built environments for transactional data with Relational Database Management Systems (RDBMS),

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

Analytical Modeling of Parallel Systems. To accompany the text ``Introduction to Parallel Computing'', Addison Wesley, 2003.

Analytical Modeling of Parallel Systems. To accompany the text ``Introduction to Parallel Computing'', Addison Wesley, 2003. Analytical Modeling of Parallel Systems To accompany the text ``Introduction to Parallel Computing'', Addison Wesley, 2003. Topic Overview Sources of Overhead in Parallel Programs Performance Metrics for

More information

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads

Performance Analysis of Virtual Machines on NxtGen ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads Performance Report: ECS Performance Analysis of Virtual Machines on ECS and Competitive IaaS Offerings An Examination of Web Server and Database Workloads April 215 EXECUTIVE SUMMARY commissioned this

More information

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Performance Study Dell EMC Engineering October 2017 A Dell EMC Performance Study Revisions Date October 2017

More information

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic

An Oracle White Paper September Oracle Utilities Meter Data Management Demonstrates Extreme Performance on Oracle Exadata/Exalogic An Oracle White Paper September 2011 Oracle Utilities Meter Data Management 2.0.1 Demonstrates Extreme Performance on Oracle Exadata/Exalogic Introduction New utilities technologies are bringing with them

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony MobileFabric Sync Services Server Planning Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

Estimate performance and capacity requirements for InfoPath Forms Services 2010

Estimate performance and capacity requirements for InfoPath Forms Services 2010 Estimate performance and capacity requirements for InfoPath Forms Services 2010 This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site

More information

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Professional Compression Server White Paper for On-Premises Version 17 July 2017 Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Compression Server vs. Citrix...

More information

Introduction. Architecture Overview

Introduction. Architecture Overview Performance and Sizing Guide Version 17 November 2017 Contents Introduction... 5 Architecture Overview... 5 Performance and Scalability Considerations... 6 Vertical Scaling... 7 JVM Heap Sizes... 7 Hardware

More information

An Oracle White Paper April 2010

An Oracle White Paper April 2010 An Oracle White Paper April 2010 In October 2009, NEC Corporation ( NEC ) established development guidelines and a roadmap for IT platform products to realize a next-generation IT infrastructures suited

More information

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE

Oracle Database Exadata Cloud Service Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata Exadata Performance, Cloud Simplicity DATABASE CLOUD SERVICE Oracle Database Exadata combines the best database with the best cloud platform. Exadata is the culmination of more

More information

Performance Benchmark and Capacity Planning. Version: 7.3

Performance Benchmark and Capacity Planning. Version: 7.3 Performance Benchmark and Capacity Planning Version: 7.3 Copyright 215 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied

More information

SCALING UP VS. SCALING OUT IN A QLIKVIEW ENVIRONMENT

SCALING UP VS. SCALING OUT IN A QLIKVIEW ENVIRONMENT SCALING UP VS. SCALING OUT IN A QLIKVIEW ENVIRONMENT QlikView Technical Brief February 2012 qlikview.com Introduction When it comes to the enterprise Business Discovery environments, the ability of the

More information

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER Hardware Sizing Using Amazon EC2 A QlikView Scalability Center Technical White Paper June 2013 qlikview.com Table of Contents Executive Summary 3 A Challenge

More information

Big Data solution benchmark

Big Data solution benchmark Big Data solution benchmark Introduction In the last few years, Big Data Analytics have gained a very fair amount of success. The trend is expected to grow rapidly with further advancement in the coming

More information

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION

FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION FIVE BEST PRACTICES FOR ENSURING A SUCCESSFUL SQL SERVER MIGRATION The process of planning and executing SQL Server migrations can be complex and risk-prone. This is a case where the right approach and

More information

CA Single Sign-On. Performance Test Report R12

CA Single Sign-On. Performance Test Report R12 CA Single Sign-On Performance Test Report R12 Contents CHAPTER 1: OVERVIEW INTRODUCTION SUMMARY METHODOLOGY GLOSSARY CHAPTER 2: TESTING METHOD TEST ENVIRONMENT DATA MODEL CONNECTION PROCESSING SYSTEM PARAMETERS

More information

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments

Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Key Considerations for Improving Performance And Virtualization in Microsoft SQL Server Environments Table of Contents Maximizing Performance in SQL Server Environments............... 4 Focusing on Hardware...........................................

More information

Lesson 2: Using the Performance Console

Lesson 2: Using the Performance Console Lesson 2 Lesson 2: Using the Performance Console Using the Performance Console 19-13 Windows XP Professional provides two tools for monitoring resource usage: the System Monitor snap-in and the Performance

More information

IBM MQ Appliance Performance Report Version June 2015

IBM MQ Appliance Performance Report Version June 2015 IBM MQ Appliance Performance Report Version 1. - June 215 Sam Massey IBM MQ Performance IBM UK Laboratories Hursley Park Winchester Hampshire 1 Notices Please take Note! Before using this report, please

More information

Scaling DreamFactory

Scaling DreamFactory Scaling DreamFactory This white paper is designed to provide information to enterprise customers about how to scale a DreamFactory Instance. The sections below talk about horizontal, vertical, and cloud

More information

Evaluating Hyperconverged Full Stack Solutions by, David Floyer

Evaluating Hyperconverged Full Stack Solutions by, David Floyer Evaluating Hyperconverged Full Stack Solutions by, David Floyer April 30th, 2018 Wikibon analysis and modeling is used to evaluate a Hyperconverged Full Stack approach compared to a traditional x86 White

More information

Consolidation Assessment Final Report

Consolidation Assessment Final Report Consolidation Assessment Final Report January 2009 The foundation for a lasting relationship starts with a connection. 1.800.800.0014 biz.pcconnection.com Table of Contents Executive Overview..............................................

More information

Software within building physics and ground heat storage. HEAT3 version 7. A PC-program for heat transfer in three dimensions Update manual

Software within building physics and ground heat storage. HEAT3 version 7. A PC-program for heat transfer in three dimensions Update manual Software within building physics and ground heat storage HEAT3 version 7 A PC-program for heat transfer in three dimensions Update manual June 15, 2015 BLOCON www.buildingphysics.com Contents 1. WHAT S

More information

Dell PowerEdge R910 SQL OLTP Virtualization Study Measuring Performance and Power Improvements of New Intel Xeon E7 Processors and Low-Voltage Memory

Dell PowerEdge R910 SQL OLTP Virtualization Study Measuring Performance and Power Improvements of New Intel Xeon E7 Processors and Low-Voltage Memory Dell PowerEdge R910 SQL OLTP Virtualization Study Measuring Performance and Power Improvements of New Intel Xeon E7 Processors and Low-Voltage Memory A Dell Technical White Paper Dell, Inc. Waseem Raja

More information

Technical Overview. Jack Smith Sr. Solutions Architect

Technical Overview. Jack Smith Sr. Solutions Architect Technical Overview Jack Smith Sr. Solutions Architect Liquidware Labs Methodology Production Environments Assess Design POCs/Pilots Stratusphere FIT Stratusphere UX Validate Migrate ProfileUnity FlexApp

More information

Hybrid Auto-scaling of Multi-tier Web Applications: A Case of Using Amazon Public Cloud

Hybrid Auto-scaling of Multi-tier Web Applications: A Case of Using Amazon Public Cloud Hybrid Auto-scaling of Multi-tier Web Applications: A Case of Using Amazon Public Cloud Abid Nisar, Waheed Iqbal, Fawaz S. Bokhari, and Faisal Bukhari Punjab University College of Information and Technology,Lahore

More information

RIGHTNOW A C E

RIGHTNOW A C E RIGHTNOW A C E 2 0 1 4 2014 Aras 1 A C E 2 0 1 4 Scalability Test Projects Understanding the results 2014 Aras Overview Original Use Case Scalability vs Performance Scale to? Scaling the Database Server

More information

I. INTRODUCTION FACTORS RELATED TO PERFORMANCE ANALYSIS

I. INTRODUCTION FACTORS RELATED TO PERFORMANCE ANALYSIS Performance Analysis of Java NativeThread and NativePthread on Win32 Platform Bala Dhandayuthapani Veerasamy Research Scholar Manonmaniam Sundaranar University Tirunelveli, Tamilnadu, India dhanssoft@gmail.com

More information

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays TECHNICAL REPORT: Performance Study Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays ABSTRACT The Dell EqualLogic hybrid arrays PS6010XVS and PS6000XVS

More information

Adapting Mixed Workloads to Meet SLOs in Autonomic DBMSs

Adapting Mixed Workloads to Meet SLOs in Autonomic DBMSs Adapting Mixed Workloads to Meet SLOs in Autonomic DBMSs Baoning Niu, Patrick Martin, Wendy Powley School of Computing, Queen s University Kingston, Ontario, Canada, K7L 3N6 {niu martin wendy}@cs.queensu.ca

More information

On BigFix Performance: Disk is King. How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services

On BigFix Performance: Disk is King. How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services On BigFix Performance: Disk is King How to get your infrastructure right the first time! Case Study: IBM Cloud Development - WW IT Services Authors: Shaun T. Kelley, Mark Leitch Abstract: Rolling out large

More information

Top five Docker performance tips

Top five Docker performance tips Top five Docker performance tips Top five Docker performance tips Table of Contents Introduction... 3 Tip 1: Design design applications as microservices... 5 Tip 2: Deployment deploy Docker components

More information

EsgynDB Enterprise 2.0 Platform Reference Architecture

EsgynDB Enterprise 2.0 Platform Reference Architecture EsgynDB Enterprise 2.0 Platform Reference Architecture This document outlines a Platform Reference Architecture for EsgynDB Enterprise, built on Apache Trafodion (Incubating) implementation with licensed

More information

Anomaly detection in performance regression testing by transaction profile estimation

Anomaly detection in performance regression testing by transaction profile estimation SOFTWARE TESTING, VERIFICATION AND RELIABILITY Softw. Test. Verif. Reliab. (2015) Published online in Wiley Online Library (wileyonlinelibrary.com)..1573 Anomaly detection in performance regression testing

More information

CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE

CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE 143 CHAPTER 6 STATISTICAL MODELING OF REAL WORLD CLOUD ENVIRONMENT FOR RELIABILITY AND ITS EFFECT ON ENERGY AND PERFORMANCE 6.1 INTRODUCTION This chapter mainly focuses on how to handle the inherent unreliability

More information

BMC Remedy OnDemand

BMC Remedy OnDemand BMC Remedy OnDemand 2011.01 Bandwidth usage and latency benchmark results Page 1 TABLE OF CONTENTS Executive summary... 3 Test environment... 4 Scenarios... 5 Workload... 5 Data volume... 9 Results...

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

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture

Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1. Reference Architecture Virtualizing SQL Server 2008 Using EMC VNX Series and VMware vsphere 4.1 Copyright 2011, 2012 EMC Corporation. All rights reserved. Published March, 2012 EMC believes the information in this publication

More information

System Requirements. PREEvision. System requirements and deployment scenarios Version 7.0 English

System Requirements. PREEvision. System requirements and deployment scenarios Version 7.0 English System Requirements PREEvision System and deployment scenarios Version 7.0 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any

More information

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines AtHoc SMS Codes Version Version 7.5, May 1.0, November 2018 2016 1 Copyright 2010 2018 BlackBerry Limited. All Rights Reserved.

More information

Extracting Performance and Scalability Metrics From TCP. Baron Schwartz Postgres Open September 16, 2011

Extracting Performance and Scalability Metrics From TCP. Baron Schwartz Postgres Open September 16, 2011 Extracting Performance and Scalability Metrics From TCP Baron Schwartz Postgres Open September 16, 2011 Consulting Support Training Development For MySQL October 24-25, London /live Agenda Capturing TCP

More information

Terminal Services Scalability Study

Terminal Services Scalability Study Terminal Services Scalability Study Part 1 The Effect of CPS 4.0 Microsoft Windows Terminal Services Citrix Presentation Server 4.0 June 2007 Table of Contents 1 Executive summary 3 2 Introduction 4 2.1

More information

Managing Performance Variance of Applications Using Storage I/O Control

Managing Performance Variance of Applications Using Storage I/O Control Performance Study Managing Performance Variance of Applications Using Storage I/O Control VMware vsphere 4.1 Application performance can be impacted when servers contend for I/O resources in a shared storage

More information

QoS-aware resource allocation and load-balancing in enterprise Grids using online simulation

QoS-aware resource allocation and load-balancing in enterprise Grids using online simulation QoS-aware resource allocation and load-balancing in enterprise Grids using online simulation * Universität Karlsruhe (TH) Technical University of Catalonia (UPC) Barcelona Supercomputing Center (BSC) Samuel

More information

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Generational Comparison Study of Microsoft SQL Server Dell Engineering February 2017 Revisions Date Description February 2017 Version 1.0

More information

Lenovo Database Configuration

Lenovo Database Configuration Lenovo Database Configuration for Microsoft SQL Server Standard Edition DWFT 9TB Reduce time to value with pretested hardware configurations Data Warehouse problem and a solution The rapid growth of technology

More information

IT Security Cost Reduction

IT Security Cost Reduction Quantifying the Impact of Greater Endpoint Security Effectiveness, Higher Performance, and Smaller Footprint In the constant drive for increased productivity and cost-effectiveness, enterprises are continuously

More information

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG)

Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Performance Comparisons of Dell PowerEdge Servers with SQL Server 2000 Service Pack 4 Enterprise Product Group (EPG) Dell White Paper By Neelima Chinthamani (Enterprise OS Releases) Ravikanth Chaganti

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony Fabric Sync Services Server On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Novell ZENworks Asset Management 7

Novell ZENworks Asset Management 7 Novell ZENworks Asset Management 7 w w w. n o v e l l. c o m July 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 Upgrade/Update Matrix...1 Installation Choices...2 ZENworks Asset

More information

MySQL Cluster for Real Time, HA Services

MySQL Cluster for Real Time, HA Services MySQL Cluster for Real Time, HA Services Bill Papp (bill.papp@oracle.com) Principal MySQL Sales Consultant Oracle Agenda Overview of MySQL Cluster Design Goals, Evolution, Workloads,

More information

Esri Best Practices: Tuning, Testing, and Monitoring. Andrew Sakowicz, Frank Pizzi,

Esri Best Practices: Tuning, Testing, and Monitoring. Andrew Sakowicz, Frank Pizzi, Esri Best Practices: Tuning, Testing, and Monitoring Andrew Sakowicz, asakowicz@esri.com Frank Pizzi, fpizzi@esri.com Process and tools Process and tools Esri tools Process and tools Esri tools Tools download

More information

Quantifying Trends in Server Power Usage

Quantifying Trends in Server Power Usage Quantifying Trends in Server Power Usage Richard Gimarc CA Technologies Richard.Gimarc@ca.com October 13, 215 215 CA Technologies. All rights reserved. What are we going to talk about? Are today s servers

More information

MobiLink Performance. A whitepaper from ianywhere Solutions, Inc., a subsidiary of Sybase, Inc.

MobiLink Performance. A whitepaper from ianywhere Solutions, Inc., a subsidiary of Sybase, Inc. MobiLink Performance A whitepaper from ianywhere Solutions, Inc., a subsidiary of Sybase, Inc. Contents Executive summary 2 Introduction 3 What are the time-consuming steps in MobiLink synchronization?

More information