Introduction 2 Load Testing

Size: px
Start display at page:

Download "Introduction 2 Load Testing"

Transcription

1 Introduction 2 Load Testing Gus Björklund, Progress Software Exchange Australia, October 18, 20, 22, 2010 Melbourne, Brisbane, Sydney

2 Abstract Load testing your application is well worth the time and effort. By load testing you can determine if your system is sized properly to handle the expected workload, what will happen when you add more users, whether application changes you make will have adverse effects, and prove to prospects that your application can meet their performance and scalability requirements. Now you can learn how in this session. ~40 minutes 2

3 Please ask questions as we go sometimes I do not explain something well enough, or you may want to know more 3

4 Summary Load testing an application is a bit more work, a bit more time consuming, and a bit more expensive than you might think but well worth doing. 4

5 What? 5

6 What is (software) load testing? Process of subjecting (your) software to a known workload, observing, and measuring its response + 6

7 Why? 7

8 Capacity Planning Transactions Per Second Number of Users if you increase workload, can system still do its job? 8

9 System Sizing system 3 system 2 system max users Will your intended hardware be sufficient? 9

10 Regression testing TPS version 4.1 version 5.0 beta Did your changes cause unintended consequences? 10

11 Stress testing Transactions per Hour Avg, Response (Seconds) Number of Users How far can you push it before it breaks? 11

12 Sales scales to 10,000 users! Prove performance, scalability, and headroom to a prospect 12

13 How? 13

14 The Basic Idea Run the application With requisite number of users With specified input data Each performing some number of operations For a suitable amount of time Collect data Response times Transaction rates Correct outputs 14

15 Q: But where am I going to get 500 people to use the application? 15

16 Q: But where am I going to get 500 people to use the application? A: You can do that, but you don't have to. There is another way. 16

17 Q: But where am I going to get 500 people to use the application? A: You can do that, but you don't have to. There is another way. Use software to simulate the people using your application. 17

18 Load Testing Software Virtual users run the application in place of humans Parameterized test scripts and scenarios Provide user inputs and randomized data Different scripts for different operations Order entry Shipping Payment processing Etc. Data files Contain variable inputs for data values for many transactions 18

19 Some Commercial Load Testing Tools HP LoadRunner Silk Performer Facilita Forecast Scapa TPP Microfocus QALoad IBM Rational Performance Tester All have similar capabilities. Details and depth differ: Supported operating systems Protocols UI types 19

20 20

21 1000 User LoadRunner Setup Used by a Customer LoadRunner Controller Character LoadRunner Injector (4 Cores) HP UX Character Clients HP UX Database Server 21 GUI LoadRunner Injector (32 Cores) Windows GUI Clients

22 LoadRunner Character UI Virtual User LoadRunner Controller scripts scripts data LoadRunner Analyzer reports results data LoadRunner Injector Terminal Emulator Char UI ABL Application A Virtual User 22

23 LoadRunner GUI Virtual User LoadRunner Controller scripts scripts data LoadRunner Analyzer results data LoadRunner Injector Remote Desktop Protocol A Virtual User reports GUI ABL Application 23

24 Windows GUI Script Example # Type in account number in the Account field account = 100; set_window ("ATM"); edit_set ("Account", account); # Enter the amount to be deposited in the amount field. amount = 50; set_window ("ATM"); edit_set ("Amount", amount); # Press the Deposit button. button_press ("Deposit"); # Close client application. menu_select_item ("File; Exit"); 24

25 Script Parameterization # Type in account number in the Account field account = {Account_number}; set_window ("ATM"); edit_set ("Account", account); # Enter the amount to be deposited in the amount field. amount = {Amount}; set_window ("ATM"); edit_set ("Amount", amount); # Press the Deposit button. button_press ("Deposit"); # Close client application. menu_select_item ("File; Exit"); {} values read from file 25

26 Preparing 26

27 Different Solutions for Different Application Architectures What kind of UI do you have? Character Windows GUI.NET GUI Web browser Etc. Can you test back-end without a UI? App server calls from 4GL test program Batch jobs 27

28 What's Involved? Planning Workload model definition Resource allocation and procurement Scenario and script development Data generation Test execution 28

29 Model Your Workload What are the important operations performed by your application? What is NOT important? Number of users? How many of each type? Nightly batch runs? Month-end, quarter-end, year-end processing? 29

30 Sample Workload Model Transaction type User mix Transaction time (sec) User login/logout 100 % 0.2 OE order entry 45 % OE order shipping 10 % OE order inquiry 5 % AP costing 20 % AR cash receipts 15 % PO order entry 5 % OE pick ticket printing Batch login/logout 1 4 AI archiving 1 30 Transactions / hour / user 30

31 What Should We Measure? Time required to execute fixed amount of work Amount of work executed in a fixed time Response times for various operations Resource consumption Memory CPU Disk I/O rate Disk space Etc. Network traffic 31

32 Planning, Part 1 Determine need Establish goals and success criteria Determine what data will be needed to establish success or failure Allocate resources Create test plan and procedures Run small-scale tests Identify problems Correct errors Repeat as needed 32

33 Planning, Part 2 Procure hardware Use own hardware Rent or borrow Use a vendor's benchmark center o IBM, HP, Sun, Dell, etc Use Amazon EC2 Set up software Save configured, clean VM's if using Plan for things to go wrong!!! Allow extra time for the unexpected. 33

34 Doing 34

35 Load Test Execution Run the tests Multiple times are results reproducible?? You may have to fix something Archive data and test configuration Everything needed to do it again to get same results Analyze and report results Post-mortem What went well? What did we do wrong? What should we do better next time? 35

36 2 Quick Examples 36

37 example 0: verify capacity & headroom on new hardware 37

38 0: A Customer's Load Test Project Goals: Can we consolidate servers by using VMware ESX? Will proposed new server machine be sufficient? Will it handle 3 years expected growth? 38

39 0: A Customer's Load Test Project Goals: Can we consolidate servers by using VMware ESX? Will proposed new server machine be sufficient? Will it handle 3 years expected growth? Test up to 560 users Response time 1 sec or less for all transactions Scenarios for normal load, peak load, month-end load Must include all High-volume processes High business risk processes Resource-intensive processes 39

40 0: Where was Time Spent? Activity Planning Proof of concept trial Create test scripts Design test scenarios Prepare test data files Test environment setup Run the tests Archive test environment and data Analyze the results Write test report Update documents to reflect reality Contingency time (10 %) duration 30 days 3 days 10 days 2 days 2 days 3 days 9 days 1 days 2 days 3 days 3 days 7 days total 75 days 40

41 example 1: prove performance & scalability to a prospect 41

42 1: ACE hardware IBM Pseries P690+ (32 way) : 1,7 GHz POWER4+ architecture, 128 GB RAM AIX 5.2 with dynamic logical partitioning IBM ESS storage server model channel 2 GB fibre connections between server and disk array (128 disks) 8x 2 GB FC/AL 42

43 1: ACE Load Test Project Labor Summary Application tuning 150 man days Smaller scaled benchmarks 30 man days Loadrunner adapter 50 man days Benchmark scenario 25 man days Benchmark setup 5 man days Actual benchmark (2 weeks) 60 man days + Benchmark centre (machines + infrastructure) $ TOTAL: 320 man days 43

44 3 Things 0) Takes commitment 1) Requires budget and resources 2) Well worth doing Sell more stuff!! Earn more money 44

45 Questions 45

46 Bonus Material 46

47 LoadRunner protocols/interfaces FTP, HTTP, HTTPS, LDAP, DNS, SOAP, COM, RMI, IIOP, SAPGUI, IMAP, POP 3, MAPI, SMTP, SNMP Terminal emulation Windows GUI Windows RDP Citrix ICA Sockets ODBC JDBC and others 47

Oracle s JD Edwards EnterpriseOne IBM POWER7 performance characterization

Oracle s JD Edwards EnterpriseOne IBM POWER7 performance characterization Oracle s JD Edwards EnterpriseOne IBM POWER7 performance characterization Diane Webster IBM Oracle International Competency Center January 2012 Copyright IBM Corporation, 2012. All Rights Reserved. All

More information

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i

Sage 300 ERP. Compatibility Guide Version Revised: Oct 1, Version 6.0 Compatibility Guide i Sage 300 ERP Compatibility Guide Version 2012 Revised: Oct 1, 2012 Version 6.0 Compatibility Guide i Overview 2 Sage ERP Accpac Contents Overview... 1 Version 2012 Compatibility... 2 All Environments...

More information

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: November 18, 2010

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: November 18, 2010 Sage ERP Accpac Compatibility Guide Version 6.0 Revised: November 18, 2010 Contents Overview... 1 Version 6.0 Compatibility... 2 All Environments... 2 Virtual Environments... 3 Additional Notes... 3 Citrix

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

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: February 2, Version 6.0 Compatibility Guide

Sage ERP Accpac. Compatibility Guide Version 6.0. Revised: February 2, Version 6.0 Compatibility Guide Sage ERP Accpac Compatibility Guide Version 6.0 Revised: February 2, 2012 Version 6.0 Compatibility Guide i Contents Overview... 1 Version 6.0 Compatibility... 2 All Environments... 2 Virtual Environments...

More information

Sage Compatibility guide. Last revised: August 20, 2018

Sage Compatibility guide. Last revised: August 20, 2018 Sage 300 2019 Compatibility guide Last revised: August 20, 2018 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are

More information

Sage ERP Accpac. Compatibility Guide Versions 5.5 and 5.6. Revised: November 18, Compatibility Guide for Supported Versions

Sage ERP Accpac. Compatibility Guide Versions 5.5 and 5.6. Revised: November 18, Compatibility Guide for Supported Versions Sage ERP Accpac Compatibility Guide Versions 5.5 and 5.6 Revised: November 18, 2010 Compatibility Guide for Supported Versions iii Contents Overview... 1 Version 5.6 Compatibility... 2 All Environments...

More information

N-Series SoC Based Thin Clients

N-Series SoC Based Thin Clients N-Series SoC Based Thin Clients User experience and performance analysis versus HP Thin Clients Executive Summary Desktop virtualization using thin clients can be challenging, and choosing the right thin

More information

HP LoadRunner Product Availability Matrix

HP LoadRunner Product Availability Matrix Citrix ICA ICA+fuse HP LoadRunner 11.51 Product Availability Matrix.23 MPS 4.0 10 MPS 4.5 10.2 XenApp v5.0 over Win 2003R2 or Win 200 32/64 ative 64bit Clients XenApp v6.0 over Win 11 200R2 XenApp v6.5

More information

SLN116 Using a Virtual Infrastructure to Implement Hosted Desktop Solutions

SLN116 Using a Virtual Infrastructure to Implement Hosted Desktop Solutions SLN116 Using a Virtual Infrastructure to Implement Hosted Desktop Solutions Michael Burnett, VMware Martin Quigley, CGI Craig Cook, Long View Systems John Frainetti, Talisman Energy Agenda Company Introduction

More information

SERVERS TO SERVICES HOW MICROSOFT AZURE CAN MODERNISE YOUR IT INFRASTRUCTURE. Joey Lau 9 November 2017

SERVERS TO SERVICES HOW MICROSOFT AZURE CAN MODERNISE YOUR IT INFRASTRUCTURE. Joey Lau 9 November 2017 SERVERS TO SERVICES HOW MICROSOFT AZURE CAN MODERNISE YOUR IT INFRASTRUCTURE Joey Lau 9 November 2017 jlau@infoxchange.org 1 Technology for social justice www.infoxchange.org Sign up for your $5000 Azure

More information

Infor Lawson on IBM i 7.1 and IBM POWER7+

Infor Lawson on IBM i 7.1 and IBM POWER7+ Infor Lawson on IBM i 7.1 and IBM POWER7+ IBM Systems & Technology Group Mike Breitbach mbreit@us.ibm.com This document can be found on the web, Version Date: March, 2014 Table of Contents 1. Introduction...

More information

Login VSI moves into virtual desktop end-user experience with Login PI tool

Login VSI moves into virtual desktop end-user experience with Login PI tool IMPACT REPORT Login VSI moves into virtual desktop end-user experience with Login PI tool MARCH 17 2015 BY JOHN ABBOTT Login VSI, best known for its benchmark performance simulations for sizing virtual

More information

... Characterizing IBM Power Systems POWER7+ and Solid State Drive Performance with Oracle s JD Edwards EnterpriseOne

... Characterizing IBM Power Systems POWER7+ and Solid State Drive Performance with Oracle s JD Edwards EnterpriseOne Characterizing IBM Power Systems POWER7+ and Solid State Drive Performance with Oracle s JD Edwards EnterpriseOne........ John Brock Dan Sundt IBM Rochester March 2014 Copyright IBM Corporation, 2014.

More information

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Enoch Lau Field Technical Sales Specialist, Power Systems Systems & Technology Group Power your planet. Smarter

More information

ICS Financial Systems LTD (ICSFS) / HP Benchmark Project

ICS Financial Systems LTD (ICSFS) / HP Benchmark Project ICS Financial Systems LTD (ICSFS) / HP Benchmark Project Optimization and high-watermark benchmarking of ICS BANKS on HP-UX Platform An HP White Paper Released March 215 ICS BANKS Benchmark on HP-UX Platform

More information

Quick Reference Guide What s New in NSi AutoStore TM 6.0

Quick Reference Guide What s New in NSi AutoStore TM 6.0 Quick Reference Guide What s New in NSi AutoStore TM 6.0 Notable Solutions, Inc. System requirements Hardware Windows operating system (OS) running on computer with at least a 2 GHz Processor Minimum 2

More information

Requirements and Dependencies

Requirements and Dependencies CHAPTER 2 You can install and use Security Manager as a standalone product or in combination with several other Cisco Security Management Suite applications, including optional applications that you can

More information

About Me Specialize in performance last 15 years Currently performance testing and optimization of Hyperion products at Oracle Blog at

About Me Specialize in performance last 15 years Currently performance testing and optimization of Hyperion products at Oracle Blog at WebPerfDays Load Testing: Use a Right Approach to Mitigate Performance Risks Alexander Podelko alex.podelko@oracle.com alexanderpodelko.com/blog @apodelko June 28, 2012 1 About Me Specialize in performance

More information

Virtualization. Michael Tsai 2018/4/16

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

More information

Sage ERP Accpac Online 5.5

Sage ERP Accpac Online 5.5 Sage ERP Accpac Online 5.5 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: July 11, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

Improve Web Application Performance with Zend Platform

Improve Web Application Performance with Zend Platform Improve Web Application Performance with Zend Platform Shahar Evron Zend Sr. PHP Specialist Copyright 2007, Zend Technologies Inc. Agenda Benchmark Setup Comprehensive Performance Multilayered Caching

More information

IBM Lotus Domino 7 Performance Improvements

IBM Lotus Domino 7 Performance Improvements IBM Lotus Domino 7 Performance Improvements Razeyah Stephen, IBM Lotus Domino Performance Team Rob Ingram, IBM Lotus Domino Product Manager September 2005 Table of Contents Executive Summary...3 Impacts

More information

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is

Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is Once you click on the Enterprise Icon found on your desktop you will be asked for your password. This Default Code Is You should now see the main screen which is called the main screen or menu screen.

More information

LOADRUNNER INTERVIEW QUESTIONS

LOADRUNNER INTERVIEW QUESTIONS LOADRUNNER INTERVIEW QUESTIONS 1. Why should we automate the performance testing? It s a discipline that leverages products, people and processes to reduce the risk of application upgrade or patch deployment.

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

Session 201-B: Accelerating Enterprise Applications with Flash Memory

Session 201-B: Accelerating Enterprise Applications with Flash Memory Session 201-B: Accelerating Enterprise Applications with Flash Memory Rob Larsen Director, Enterprise SSD Micron Technology relarsen@micron.com August 2014 1 Agenda Target applications Addressing needs

More information

Data Centers and Cloud Computing

Data Centers and Cloud Computing Data Centers and Cloud Computing CS677 Guest Lecture Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

Challenges of Capacity Management in Large Mixed Organizations

Challenges of Capacity Management in Large Mixed Organizations Challenges of Capacity Management in Large Mixed Organizations Glenn Schneck Sr. Enterprise Solutions Engineer ASG Software Solutions March 12, 2014 Session Number 15385 Topics Capacity planning challenges

More information

SysAid Technical Presentation. Phone (Toll-Free US): Phone: +972 (3)

SysAid Technical Presentation.  Phone (Toll-Free US): Phone: +972 (3) SysAid Technical Presentation www.sysaid.com sales@sysaid.com Phone (Toll-Free US): 1-800-686-7047 Phone: +972 (3) 533-3675 SysAid Overview A Global ITSM Solution Provider Technology Built for You Customer-Driven

More information

Data Centers and Cloud Computing. Slides courtesy of Tim Wood

Data Centers and Cloud Computing. Slides courtesy of Tim Wood Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

More information

T E C H N I C A L S A L E S S O L U T I O N S

T E C H N I C A L S A L E S S O L U T I O N S Product Management Document InterScan Web Security Virtual Appliance Customer Sizing Guide September 2010 TREND MICRO INC. 10101 N. De Anza Blvd. Cupertino, CA 95014 www.trendmicro.com Toll free: +1 800.228.5651

More information

Data Centers and Cloud Computing. Data Centers

Data Centers and Cloud Computing. Data Centers Data Centers and Cloud Computing Slides courtesy of Tim Wood 1 Data Centers Large server and storage farms 1000s of servers Many TBs or PBs of data Used by Enterprises for server applications Internet

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

ORACLE ENTERPRISE EXPENSES 8.8 USING DB2 FOR Z/OS 8.1 ON AN IBM z B16 with 313 Feature [6-way LPAR]

ORACLE ENTERPRISE EXPENSES 8.8 USING DB2 FOR Z/OS 8.1 ON AN IBM z B16 with 313 Feature [6-way LPAR] R EVISION 2.0 ORACLE ENTERPRISE EXPENSES 8.8 USING DB2 FOR Z/OS 8.1 ON AN IBM z990 2084- B16 with 313 Feature [6-way LPAR] As a global leader in e-business applications, Oracle is committed to delivering

More information

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

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

More information

V.I.B.E. Virtual. Integrated. Blade. Environment. Harveenpal Singh. System-x PLM

V.I.B.E. Virtual. Integrated. Blade. Environment. Harveenpal Singh. System-x PLM V.I.B.E. Virtual. Integrated. Blade. Environment. Harveenpal Singh System-x PLM x86 servers are taking on more demanding roles, including high-end business critical applications x86 server segment is the

More information

TELSTRA CLOUD SERVICES CLOUD INFRASTRUCTURE PRICING GUIDE UNITED KINGDOM

TELSTRA CLOUD SERVICES CLOUD INFRASTRUCTURE PRICING GUIDE UNITED KINGDOM TELSTRA CLOUD SERVICES CLOUD INFRASTRUCTURE PRICING GUIDE UNITED KINGDOM WELCOME TO TELSTRA CLOUD SERVICES Our cloud infrastructure solutions are made up of a combination of scalable cloud resources, including

More information

Two Success Stories - Optimised Real-Time Reporting with BI Apps

Two Success Stories - Optimised Real-Time Reporting with BI Apps Oracle Business Intelligence 11g Two Success Stories - Optimised Real-Time Reporting with BI Apps Antony Heljula October 2013 Peak Indicators Limited 2 Two Success Stories - Optimised Real-Time Reporting

More information

A Performance Characterization of Microsoft SQL Server 2005 Virtual Machines on Dell PowerEdge Servers Running VMware ESX Server 3.

A Performance Characterization of Microsoft SQL Server 2005 Virtual Machines on Dell PowerEdge Servers Running VMware ESX Server 3. A Performance Characterization of Microsoft SQL Server 2005 Virtual Machines on Dell PowerEdge Servers Running VMware ESX Server 3.5 Todd Muirhead Dell Enterprise Technology Center www.delltechcenter.com

More information

Sophos Virtual Appliance. setup guide

Sophos Virtual  Appliance. setup guide Sophos Virtual Email Appliance setup guide Contents Installing a virtual appliance...1 Prerequisites...3 Enabling Port Access...4 Downloading Virtual Appliance Files... 7 Determining Disk Space and Memory

More information

E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) ORDER MANAGEMENT (OLTP) BENCHMARK - USING ORACLE11g

E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) ORDER MANAGEMENT (OLTP) BENCHMARK - USING ORACLE11g O R A C L E E - B U S I N E S S B E N C H M A R K R EV. 1.0 E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) ORDER MANAGEMENT (OLTP) BENCHMARK - USING ORACLE11g ON ORACLE S DATABASE CLOUD SERVICE As a global

More information

ArcGIS Server Architecture Considerations. Andrew Sakowicz

ArcGIS Server Architecture Considerations. Andrew Sakowicz ArcGIS Server Architecture Considerations Andrew Sakowicz Introduction Andrew Sakowicz - Esri Professional Services - asakowicz@esri.com 2 Audience Audience - System Architects - Project Managers - Developers

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

Johnson Controls, Inc. Managing your Virtual Infrastructure Level 3. Phillip Cramer Manager Windows Server Environment

Johnson Controls, Inc. Managing your Virtual Infrastructure Level 3. Phillip Cramer Manager Windows Server Environment Johnson Controls, Inc. Managing your Virtual Infrastructure Level 3 Phillip Cramer Manager Windows Server Environment VMware Extreme? Benefits (First Year) Why Consolidate? Data Center Space Reduce overall

More information

Texas Skyward User Group Conference Technical Intro to Skyward

Texas Skyward User Group Conference Technical Intro to Skyward Texas Skyward User Group Conference Technical Intro to Skyward Technical Introduction to Skyward Progress OpenEdge and Components Skyward Architechture OpenEdge Explorer Backups Skyward Updates IT Services

More information

Brainware Intelligent Capture

Brainware Intelligent Capture Brainware Intelligent Capture Technical s Version: 5.9.x Written by: Product Knowledge, R&D Date: August 2018 2008-2018 Hyland Software, Inc. and its affiliates. Brainware Intelligent Capture Technical

More information

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER

E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER O RACLE E-BUSINESS B ENCHMARK R EV. 1.1 E-BUSINESS SUITE APPLICATIONS R12 (RUP 4) LARGE/EXTRA-LARGE PAYROLL (BATCH) BENCHMARK - USING ORACLE10g ON A HEWLETT-PACKARD PROLIANT DL380 G6 SERVER As a global

More information

Vmware VCP-101V. Infrastructure with ESX Server and VirtualCenter. Download Full Version :

Vmware VCP-101V. Infrastructure with ESX Server and VirtualCenter. Download Full Version : Vmware VCP-101V Infrastructure with ESX Server and VirtualCenter Download Full Version : http://killexams.com/pass4sure/exam-detail/vcp-101v Student Manual, Module 11, page 18 It will also show machines

More information

Netezza The Analytics Appliance

Netezza The Analytics Appliance Software 2011 Netezza The Analytics Appliance Michael Eden Information Management Brand Executive Central & Eastern Europe Vilnius 18 October 2011 Information Management 2011IBM Corporation Thought for

More information

HPC and IT Issues Session Agenda. Deployment of Simulation (Trends and Issues Impacting IT) Mapping HPC to Performance (Scaling, Technology Advances)

HPC and IT Issues Session Agenda. Deployment of Simulation (Trends and Issues Impacting IT) Mapping HPC to Performance (Scaling, Technology Advances) HPC and IT Issues Session Agenda Deployment of Simulation (Trends and Issues Impacting IT) Discussion Mapping HPC to Performance (Scaling, Technology Advances) Discussion Optimizing IT for Remote Access

More information

ECE 4450:427/527 - Computer Networks Spring 2017

ECE 4450:427/527 - Computer Networks Spring 2017 ECE 4450:427/527 - Computer Networks Spring 2017 Dr. Nghi Tran Department of Electrical & Computer Engineering Lecture 8: Application Layer Dr. Nghi Tran (ECE-University of Akron) ECE 4450:427/527 Computer

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

Cisco Unified Provisioning Manager 2.2

Cisco Unified Provisioning Manager 2.2 Cisco Unified Provisioning Manager 2.2 General Q. What is Cisco Unified Provisioning Manager (UPM)? A. Cisco Unified Provisioning Manager is part of the Cisco Unified Communications Management Suite. Cisco

More information

Leading Performance for Oracle Applications? John McAbel Collaborate 2015

Leading Performance for Oracle Applications? John McAbel Collaborate 2015 Leading Performance for Oracle Applications? John McAbel Collaborate 2015 First Let s Test Your IT Knowledge 1.) According to IDC in 2014, which system vendor is 2 nd in x86 blades market share in worldwide

More information

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme STO1500BU A Real-World Demonstration of Assessing and Sizing a Customer Environment for vsan VMworld 2017 Aparna Somaiah Product Manager Ankur Huralikoppi Sr. MTS Content: Not for publication #VMworld

More information

General Ledger. User Manual

General Ledger. User Manual User Manual Copyright revised 2/2018 by Samco Software Inc. PROPRIETARY RIGHTS NOTICE: All rights reserved. No part of this material may be reproduced or transmitted in any form or by any means, electronic,

More information

Performance Testing White Paper

Performance Testing White Paper Performance Testing White Paper Scapa Technologies ThreadLocker Demonstrating & Measuring the Positive Impact ThreadLocker has on End User Experience & Server Capacity in RDS Environments +353 87 2365269

More information

vrealize Business Standard User Guide

vrealize Business Standard User Guide User Guide 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

IBM Systems: Helping the world use less servers

IBM Systems: Helping the world use less servers Agenda Server Consolidation Reasons Server Consolidation Methodology Power Systems Server Consolidation Server Consolidation Examples Demo of SCON Tool Mike Rede Field Technical Sales Specialist mrede@us.ibm.com

More information

Benefits of IBM Power Systems in the Cloud 2012 IBM Corporation

Benefits of IBM Power Systems in the Cloud 2012 IBM Corporation Benefits of IBM Power Systems in the Cloud 2012 IBM Corporation Overview Fast Facts Trends and Growth of Cloud Solutions The Realities Infrastructure Matters Integration of Cloud Solutions Value Proposition

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

Power Systems for Your Business

Power Systems for Your Business Hotel Mulia Jakarta Power Systems for Your Business Septia Sukariningrum Power Systems Technical Sales Specialist IBM Indonesia The datacenter is changing Server sprawl resulting in lack of space Datacenter

More information

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Sage Accpac. Sage Accpac ERP 5.6. Compatibility Guide (Revised as of: October 22, 2009) Sage Accpac ERP 5.6. Important

Sage Accpac. Sage Accpac ERP 5.6. Compatibility Guide (Revised as of: October 22, 2009) Sage Accpac ERP 5.6. Important Sage Accpac Sage Accpac ERP 5.6 Compatibility Guide (Revised as of: October 22, 2009) Sage Accpac ERP 5.6 The information in this document (formerly called the Supported Platform Matrix) applies to Sage

More information

March MomentumPro V3.1 Technical Specification Guidelines

March MomentumPro V3.1 Technical Specification Guidelines March 2010 MomentumPro V3.1 Technical Specification Guidelines MomentumPro V3.1 Technical Specification Guidelines Information in this document is subject to change without notice. Companies, names and

More information

2 What kinds of hosting does the market offer?

2 What kinds of hosting does the market offer? 2 What kinds of hosting does the market offer? If you ve spent at least 30 minutes searching for hosting solutions, you ll have noticed that there are different types of hosting: PaaS, shared, VPS, dedicated,

More information

Windows Server 2016 Impact on VDI: Benchmark Results. By Mark Plettenberg, Ryan Bijkerk and Omar Bouhaj

Windows Server 2016 Impact on VDI: Benchmark Results. By Mark Plettenberg, Ryan Bijkerk and Omar Bouhaj Windows Server 2016 Impact on VDI: Benchmark Results By Mark Plettenberg, Ryan Bijkerk and Omar Bouhaj Disclosure and Warranty The information, concepts, and ideas contained in this document are the property

More information

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007 ORACLE IDENTITY MANAGER SIZING GUIDE An Oracle White Paper March 2007 Note The following is intended to provide consideration guidelines for sizing Oracle Identity Manager. It is intended for information

More information

Managing Multi-user Windows (Citrix) from a System Manager's View

Managing Multi-user Windows (Citrix) from a System Manager's View Managing Multi-user Windows (Citrix) from a System Manager's View Thomas Wirt Systems Manager Kittle s Home Furnishings Abstract This session will cover my experiences and advice on installing and managing

More information

Building a Dynamic and Flexible Exchange Architecture. B S Nagarajan Senior Technology Consultant 6 th November, 2008

Building a Dynamic and Flexible Exchange Architecture. B S Nagarajan Senior Technology Consultant 6 th November, 2008 Building a Dynamic and Flexible Exchange Architecture B S Nagarajan Senior Technology Consultant 6 th November, 2008 Agenda What is new in Exchange 2007? Why Virtualize Exchange? Sizing guidelines Eat

More information

Sage General Ledger User's Guide. May 2017

Sage General Ledger User's Guide. May 2017 Sage 300 2018 General Ledger User's Guide May 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service

More information

Eggplant Performance

Eggplant Performance At a Glance Load and performance testing with monitoring for cloud and server-based applications. Introduction Eggplant Performance ensures that your cloud and server-based applications will continue to

More information

An Oracle White Paper Released April 2008

An Oracle White Paper Released April 2008 Performance and Scalability Benchmark: Siebel CRM Release 8.0 Industry Applications on HP BL685c Servers running Microsoft Windows 2003 Server Enterprise Edition and Oracle 10gR2 DB on HP rx6600 An Oracle

More information

Availability & Resource

Availability & Resource Achieving Cost-effective High Availability & Resource Management Agenda Virtual Infrastructure Stack How Vmware helps in the Data Center Availability and Resource Management 2 The VMware Virtual Infrastructure

More information

Best practices to achieve optimal memory allocation and remote desktop user experience

Best practices to achieve optimal memory allocation and remote desktop user experience E-Guide Best practices to achieve optimal memory allocation and remote desktop user experience Many virtual machines don t fully utilize their available RAM, just like they don t fully utilize their available

More information

Command and Control Automated Testing (C2AT) Capabilities Contact List

Command and Control Automated Testing (C2AT) Capabilities Contact List Command and Control Automated Testing (C2AT) Capabilities Contact List Visit our website (www.eglin.af.mil/test_and_analysis_division) to See our current DT&E and OT&E capabilities, Request current product

More information

IBM Unica Campaign Family Version Publication Date: June 7, Recommended Software Environments and Minimum System Requirements

IBM Unica Campaign Family Version Publication Date: June 7, Recommended Software Environments and Minimum System Requirements IBM Unica Campaign Family Version 8.5.0 Publication Date: June 7, 2011 Recommended Software Environments and Minimum System Requirements Copyright Copyright IBM 2011 IBM Corporation Reservoir Place North

More information

Toad for Oracle 2018 Editions. Installation Guide

Toad for Oracle 2018 Editions. Installation Guide Toad for Oracle 2018 Editions Installation Guide 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is

More information

<Insert Picture Here> Oracle VM October 20, 2010

<Insert Picture Here> Oracle VM October 20, 2010 Oracle VM October 20, 2010 Edward Screven Edward Screven Chief Corporate Architect Safe Harbor Statement Statements in this presentation relating to Oracle's or its Board of Directors

More information

Virtualization and HA PI Systems: Three strategies to keep your PI System available, scalable, and portable

Virtualization and HA PI Systems: Three strategies to keep your PI System available, scalable, and portable Virtualization and HA PI Systems: Three strategies to keep your PI System available, scalable, and portable Empowering Business in Real Time. Copyright 2009, OSIsoft Inc. All rights Reserved. Why Virtualization

More information

CLOUD COMPUTING It's about the data. Dr. Jim Baty Distinguished Engineer Chief Architect, VP / CTO Global Sales & Services, Sun Microsystems

CLOUD COMPUTING It's about the data. Dr. Jim Baty Distinguished Engineer Chief Architect, VP / CTO Global Sales & Services, Sun Microsystems > CLOUD COMPUTING It's about the data Dr. Jim Baty Distinguished Engineer Chief Architect, VP / CTO Global Sales & Services, Sun Microsystems Cloud Computing it's about nothing new it changes everything

More information

Exam : : Eserver p5 sales. Title. Version : DEMO

Exam : : Eserver p5 sales. Title. Version : DEMO Exam : 000-239 Title : Eserver p5 sales Version : DEMO 1.Application requirements are major decision criteria in determining if AIX or Linux should be the operating system on eserver p5 servers. If a customer

More information

JMeter Automation for Agile Projects. Simon Knight

JMeter Automation for Agile Projects. Simon Knight JMeter Automation for Agile Projects Simon Knight About Me Simon Knight Professional tester since 2008 Independent since 2010 Generalist working on automation, performance and exploratory test projects

More information

ArcGIS Enterprise Systems: Performance and Scalability

ArcGIS Enterprise Systems: Performance and Scalability Federal GIS Conference 2014 February 10 11, 2014 Washington DC ArcGIS Enterprise Systems: Performance and Scalability Andrew Sakowicz Introductions Target audience - GIS, DB, System administrators - Testers

More information

American Data Group Inc. Calendar Year End. Help Document

American Data Group Inc. Calendar Year End. Help Document American Data Group Inc. Calendar Year End Help Document Table of Contents System Administration...3 Payroll...4 Accounts Payable/Purchasing...7 Accounts Receivables...8 General Ledger...9 System Administration

More information

Providing a first class, enterprise-level, backup and archive service for Oxford University

Providing a first class, enterprise-level, backup and archive service for Oxford University Providing a first class, enterprise-level, backup and archive service for Oxford University delivering responsive, innovative IT 11th June 2013 11 th June 2013 Contents Service description Service infrastructure

More information

Performance Testing of a Road Tolling System

Performance Testing of a Road Tolling System Performance Testing of a Road Tolling System Oliver Baendl Siegfried Goeschl Gauteng Open Road Tolling South Africa 42 Tolling Points 1.500.000 registered road-user 11 Satellite Centers 41 E-Toll Shops

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

Performance and Scalability of Server Consolidation

Performance and Scalability of Server Consolidation Performance and Scalability of Server Consolidation August 2010 Andrew Theurer IBM Linux Technology Center Agenda How are we measuring server consolidation? SPECvirt_sc2010 How is KVM doing in an enterprise

More information

IBM Tivoli Access Manager for e-business v3.8 Performance Details. Detailed Extranet Results

IBM Tivoli Access Manager for e-business v3.8 Performance Details. Detailed Extranet Results Page 1 of 12 IBM Tivoli Access Manager for e-business v3.8 AuthMark Performance Details Contents Executive Summary Extranet Results Conclusions Test Methodology iload MVP AuthMark Server Set Up Load Generators

More information

Hosting. Managed Hosting Put your IT out of the house and save both time and trouble. Safe storage of data in an operation secured environment

Hosting. Managed Hosting Put your IT out of the house and save both time and trouble. Safe storage of data in an operation secured environment Hosting Managed Hosting Put your IT out of the house and save both time and trouble. Many companies today expend too many resources on maintaining their own servers and IT solutions. But hosting is actually

More information

1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions)

1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions) TO REQUEST A PURCHASE ORDER 1. From the Tyler Menu, go to Financials>Purchasing>Purchase Order Processing> Requisitions (i.e. click on requisitions) 2. The following screen will appear. Click New. The

More information

DECISIONSCRIPT TM. What Makes DecisionScript Unique? Vanguard. Features At-a-Glance

DECISIONSCRIPT TM. What Makes DecisionScript Unique? Vanguard. Features At-a-Glance Vanguard DECISIONSCRIPT TM Intelligent Web Sites for E-Business DecisionScript is a Web application server and development platform for building server-side, JavaScript applications that use artificial

More information

E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) HR (OLTP) BENCHMARK - USING ORACLE11g ON ORACLE S CLOUD INFRASTRUCTURE

E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) HR (OLTP) BENCHMARK - USING ORACLE11g ON ORACLE S CLOUD INFRASTRUCTURE O R A C L E E - B U S I N E S S B E N C H M A R K R EV. 1.0 E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) HR (OLTP) BENCHMARK - USING ORACLE11g ON ORACLE S CLOUD INFRASTRUCTURE As a global leader in e-business

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

About Toad for Oracle 2017 Editions 2. Product release notes 4. Installation 5

About Toad for Oracle 2017 Editions 2. Product release notes 4. Installation 5 Revised 5/26/2017 Contents About 2 Product release notes 4 Installation 5 System requirements 6 Hardware requirements 6 Database requirements 7 Network 8 Additional requirements 8 Virtualization support

More information

Breaking Down Barriers To VMware Technology Adoption Nishan Sathyanarayan

Breaking Down Barriers To VMware Technology Adoption Nishan Sathyanarayan Breaking Down Barriers To VMware Technology Adoption Nishan Sathyanarayan VMware Professional Services Regional Manager Southern Asia Pacific Agenda VMware Technology Adoption The Road to Virtual Infrastructure

More information

1 of 8 14/12/2013 11:51 Tuning long-running processes Contents 1. Reduce the database size 2. Balancing the hardware resources 3. Specifying initial DB2 database settings 4. Specifying initial Oracle database

More information

Measuring VDI Fitness and User Experience Technical White Paper

Measuring VDI Fitness and User Experience Technical White Paper Measuring VDI Fitness and User Experience Technical White Paper 3600 Mansell Road Suite 200 Alpharetta, GA 30022 866.914.9665 main 678.397.0339 fax info@liquidwarelabs.com www.liquidwarelabs.com Table

More information