Getting started with load & performance testing

Size: px
Start display at page:

Download "Getting started with load & performance testing"

Transcription

1 Getting started with load & performance testing How to incorporate into my company? Where to keep an eye on? Essen,

2 Speaker Dr. Jan Sickmann profi.com AG IT Consultant Mobile:

3 Agenda 1. Why Load & perfomrance testing? 2. Stairway to load & performance testing 3. Choose the right tools 4. Execute and analyze the results 5. Summary

4 Agenda 1. Why Load & perfomrance testing? 2. Stairway to load & performance testing 3. Choose the right tools 4. Execute and analyze the results 5. Summary

5 Why load & performance testing? Prevent costly failure of mission-critical applications Assure performance and functionality under real world conditions Locate potential performance issues before your customers do Avoid wrong design and infrastructure decisions Reduce development time Reduce infrastructure costs

6 Types of performance testing Component testing Load testing Stress testing Volume testing Find the behavior and performance of each tier Determine if the system handles anticipated real-world load Find system break point; measure if system environment is properly configured for unexpected, high-transaction volume Check system stability under extended periods of load

7 Examples of Performance Test Objectives Application response time How long does it take to complete a task? Coniguration sizing Which configuration provides the best perfomance level? Regression Does a new version of the software adversely affect response time? Reliability How stable is the system under heavy work load? Capacity planning At which point does performance degradation occur? Bottleneck identification What is the cause of the degrading performance?

8 Functional vs. non functional testing Goal Functionality Functional testing Example Do business processes still match the requirements after an implementation? Goal Performance under load Stability Functionality under load Non functional testing Example Does the response time at 1,000 parallel requests match the requirements? Does 1,000 parallel requests influence the system over a certain time? Do all business processes still work correctly under load?

9 Functional vs. non functional testing Goal Functionality Functional testing Example Do business processes still match the requirements after an implementation? Keep an eye on basic performance (single user) even during functional testing! Goal Performance under load Stability Functionality under load Non functional testing Goal Does the response time at 1,000 parallel requests match the requirements? Does 1,000 parallel requests influence the system over a certain time? Do all business processes still work correctly under load?

10 Functional vs. non functional testing Goal Functionality Functional testing Example Do business processes still match the requirements after an implementation? Keep an eye on basic performance (single user) even during functional testing! Goal Performance under load Stability Functionality under load Non functional testing Goal Does the response time at 1,000 parallel requests match the requirements? Does 1,000 parallel requests influence the system over a certain time? Do all business processes still work correctly under load?

11 Agenda 1. Why Load & perfomrance testing? 2. Stairway to load & performance testing 3. Choose the right tools 4. Execute and analyze the results 5. Summary

12 Get the right people together Project manager Developers Testmanager Test engineer IT operations department Competent department

13 Get the right people together Coordinating planning, test exection and analysis Project manager Coordinating the whole development project. Creating test scripts and executes tests Name load critical functions. Receive test results. Fixing application Infrastructure information. What to monitor? Support monitoring Developers Testmanager Test engineer IT operations department Competent department User stories, use cases, numbers for general usage and concurrent users

14 Get the right people together Coordinating planning, test exection and analysis Developers IT operations department Project manager Testmanager Coordinating the whole development project. Creating test scripts and executes tests Get in touch before load testing for deriving test acceptance criteria and load models Name load critical functions. Receive test results. Fixing application Infrastructure information. What to monitor? Support monitoring Test engineer Competent department User stories, use cases, numbers for general usage and concurrent users

15 Defining Goals Start with conceptual goals Jotting down goals that can t be measured will allow later filtering to create more focused goals Examples: Responsivness of a search function: Are we able to get search results within a reasonable time? System administrator s concern if the Update transaction functions during heaving usage. etc

16 Quantifying Goals Conceptual goal The search must be fast enough Confirm that save function works under heavy traffic Quantitive goal Search transaction time 5 sec for 2,000 concurrent users during peak hours (8-10 a.m.) Achive 300 concurrent users for save function at peak time (noon)

17 Gathering system usage information Why? Allows to Decide which business processes to test Isolate peak loads and peak load times Document user actions and valid input data for each business process How! Using the site, first-hand Consulting with administrators (IT operations department) Consulting with executives (competent department) Researching competitor s sites

18 Analyzing the system under test Why? Allows you to setup monitors Allows you to effectively coordinate with backend experts Provides system information that helps isolate performance problems How! Ask System Administrators Backend experts Application experts Database Administrators

19 Identifying business processes to test Mission-Critical Business Process Business Processes that are crucial in day-to-day operations Heavy Throughput Heavy throughput business processes may not be mission-critical but are very popular Dynamic Content Dynamic content consists of sever requests that are customized for each user

20 Identifying business transactions to test What are critical transactions (key transactions)? Transactions executed very often (heavy throughput) Transactions excetuted less often but creating a high system load Transactions executed less often but the response time should be measured anyway Transaction that are mission critical (in case of costs, public reputation, etc.) Finally, create (artifical) business processes from these transactions

21 Identifying business transactions to test Mission critical transactions: E-commerce (add to cart, orders, payments,...) E-banking (transfers, trading,...) Get info from: Application experts Competent department Management teams

22 Identifying business transactions to test Heavy throughput transactions: Homepage viewing Logins Site navigation Get info from: Competent department Server statistics

23 Identifying business transactions to test Load intensive transactions: Searches Dynamic page generation Streaming media Get info from: Application experts Administartors IT operations department

24 Business process matrix Business process Users (typical day) Users (peak time) Dynamic content Mission critical Test Sign in 70/hr 210/hr Low High? Creating new accounts Searches for artists View artist s page Purchase MP3s 10/hr 15/hr Moderate Low? 130/hr 180/hr Moderate Moderate? 20/hr 30/hr Moderate High 40/hr 90/hr High High?

25 Defining a real world load Concurrency = Number of users acting (!) on the application at the same time (!) Application level How many users are active on the system? Business process level How many users are buying MP3s? Transaction level How many users press Buy MP3 now?

26 Defining a real world load Do not focus on business processes/transactions or concurrent users alone! Better: How many users execute which transactions (business process) during which time? Dervive from business process matrix and statistics Create an extended transaction/business process matrix

27 Time recordings saved Defining a real world load Example: Save time recordings Hours

28 Creating a transaction matrix

29 Creating a transaction matrix

30 Documenting user steps and input data

31 Determining valid test data Sources: Application Data Data is resident in the application s database Examples: ID numbers and passwords User-Generated Data Originates with the user Examples: new unique ID or address External Data Data is unknown before the application is run Examples: confirmation and purchase order numbers

32 Analyzing the system Understanding system components Resources Web Server, Application Server, Database, Middleware, SAN, Load Balancer, Firewall Type Apache, IIS, WebLogic, Oracle, MS SQL, SAP PO, F5, PaloAlto Operating System Linux, Unix, Windows Server 2008/2012, Windows 7/10, Embedded

33 Analyzing the system Mapping business processes to components Example: Searches -> Web Server, Application Server, Database, SAN Homepage -> Web Server Purchase orders -> Web Server, Application Server, Database, SAN

34 Analyzing the system Mapping business processes to components Example: Searches -> Web Server, Application Server, Database, SAN Homepage -> Web Server Purchase orders -> Web Server, Application Server, Database, SAN Draw appropriate monitoring conclusions

35 Monitoring system components Firewall not configured properly Load balancer not distributing properly Faulty Web server from cluster Database is slow or unable to feed data Application server cannot handle the request

36 System performance monitors System resource monitors Network monitors Firewall monitors Webserver monitors Application server monitors Database monitors ERP/CRM monitors

37 Test environment Mirrors the production environment Is dedicated to performance testing only (no interference with production users) Allows data to be written, read, destroyed Allows test system to be rebooted Allows to run the business processes correctly (application code freeze) Must contain sufficient hardware to generate the defined load

38 Agenda 1. Why Load & perfomrance testing? 2. Stairway to load & performance testing 3. Choose the right tools 4. Execute and analyze the results 5. Summary

39 LoadRunner on-premise Controller On-premise Load Generators Appplication under test

40 LoadRunner on-premise + cloud LGs Cloud Load Generators Controller Appplication under test

41 LoadRunner on-premise + cloud LGs Cloud Load Generators Controller On-premise Load Generators Appplication under test

42 StormRunner + on-premise LGs StormRunner Cloud Load Generators On-premise Load Generators Appplication under test

43 StormRunner StormRunner Cloud Load Generators Appplication under test

44 Which solution should I choose? LoadRunner on premise LoadRunner + cloud LGs StormRunner More frequent testing Short term engagements Quick, high volume tests Determing baseline performance Remote Load generation Go-to platform for troubleshooting bottlenecks Web only Detailed reporting and analysis Limited reporting

45 Which solution should I choose? HPE Loadrunner with ALM Integration LOADRUNNER ENVIRONMENT Load Generator APPLICATION QC / ALM Controller Virtual Users Web Server Application Server Database Server HTTP, SOAP, ORACLE, CITRIX ICA, FTP, SMTP, MAPI, LDAP, JAVA, Peoplesoft, SAP LASTTEST METRICS: CPU RAM IO MONITORING METRICS: CPU RAM DISK IO PROCESS

46 Which solution should I choose? Integration HPE Performance Center PERFORMANCE CENTER ENVIRONMENT QC / ALM Performance Center Controller Load Generator Virtual Users APPLICATION Web Server Application Server Database Server HTTP, SOAP, ORACLE, CITRIX ICA, FTP, SMTP, MAPI, LDAP, JAVA, Peoplesoft, SAP LASTTEST METRICS: CPU RAM IO MONITORING METRICS: CPU RAM DISK IO PROCESS

47 Which solution should I choose? Performance Center Very frequent (continous) testing All features like LoadRunner Easy test management within ALM Even more scalable Parallel and scheduled tests

48 Agenda 1. Why Load & perfomrance testing? 2. Stairway to load & performance testing 3. Choose the right tools 4. Execute and analyze the results 5. Summary

49 Phases of load and performance testing Planning Preparation Exection Analysis Defining goals Identify responsibles Identify testing capabilites of the application (PoC) Set-up test environment, Identify project time frame Defining monitors Configuring test environment Access test environment Creating test scripts Define load and iterations Creating test data Configure LoadRunner scenario Executing load tests Inform customer if test fails Documentation of findings and issues Documentation of results Validate test runs Central repository for documentation and results Report and recommendations Results presentation

50 Test case density 1/s Phases of ideal load test Scaling Stability Overload Scaling Test case density ~ load increases with number of users untill saturation of bottleneck device User

51 CPU load / % Phases of ideal load test 100 Scaling Stability Overload Scaling Test case density ~ load increases with number of users untill saturation of bottleneck device User

52 Test case density 1/s Phases of ideal load test 250 Scaling Stability Overload Stability Test case density ~ load = const User

53 Response time / s Phases of ideal load test 20 Scaling Stability Overload Stability Response time increases slightly User

54 Response time / s Phases of ideal load test 20 Scaling Stability Overload Overload Response time acts impredictable User

55 Analyzing results Is there enough test hardware available in the test environment? Benchmark business processes against the testing hardware Take a business process and execute a small number of users against the application. Validates the functionality of the business process Potentially exposes unknown data dependencies Evaluate the testing infrastructure against the footprint. Do I have enough hardware to generate the user load? Do I have enough memory? Do I have enough CPUs?

56 CPU Utilization [%] Transaction response time [s] Analyzing results Example: Response time and CPU consumption RT=f(Users) Step1 No. of VUsers Transaction Response Time CPU Utilization No. of VUsers CPU Utilization [%] 80 % 4 s 1 s Step 2 No. of VUsers 0 10 % time 100 % CPU=f(Users) Testcase 50 % 10 % No. of VUsers

57 Analyzing results Don t forget to document the test execution and results Get togehter with application experts and administrators to analyze the findings and draw conclusions Derive recommendations for performance optimization Derive sizing recommendations Discuss the lessons-learned

58 Agenda 1. Why Load & perfomrance testing? 2. Stairway to load & performance testing 3. Choose the right tools 4. Execute and analyze the results 5. Summary

59 Summary Start early Consider performance as part of your application development Get the right people involved Define your goals (even non performance goals but project goals) Analyse your system to test, define load metrics and choose tooling Set-up monitors Execute the load tests Analyse the results and fix your application

60 Questions?

IT quality and software reliability focus: load- and performancetest

IT quality and software reliability focus: load- and performancetest IT quality and software reliability focus: load- and performancetest Ringvorlesung TU Dresden Dresden, 2017-12-04 Agenda 1. profi.com AG 2. software development 3. why Load & perfomrance testing? 4. Stairway

More information

Mastering Peak Traffic with Performance Testing

Mastering Peak Traffic with Performance Testing White Paper Performance Engineering Mastering Peak Traffic with Performance Testing Best Practices with Micro Focus Performance Testing Suite Table of Contents page Are Your Online Services Ready for Peak

More information

Nikon Precision's Journey to the PLM Cloud. Ryan Porzel

Nikon Precision's Journey to the PLM Cloud. Ryan Porzel Nikon Precision's Journey to the PLM Cloud Ryan Porzel Agenda What is Windchill360.com Cloud? Nikon s move to PLM Cloud Questions? 2 What is Windchill360.com Cloud? Hosted on the Amazon Web Services (AWS)

More information

HP Software EMEA Performance Tour Zurich, Switzerland September 18

HP Software EMEA Performance Tour Zurich, Switzerland September 18 HP Software EMEA Performance Tour 2013 Zurich, Switzerland September 18 HP Service Virtualization Virtuelle Services im Software Entwicklungs-Lebenszyklus Bernhard Weiss Bernd Schindelasch 18. September,

More information

Naomi Mitsumori Terri Vines Annie Hoefs IBM Global Services

Naomi Mitsumori Terri Vines Annie Hoefs IBM Global Services W11 November 6, 2002 3:15 PM A WORLD-CLASS INFRASTRUCTURE FOR PERFORMANCE TESTING Naomi Mitsumori Terri Vines Annie Hoefs IBM Global Services International Conference On Software Testing Analysis Review

More information

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2

Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 Oracle Financial Services Revenue Management and Billing V2.3 Performance Stress Test on Exalogic X3-2 & Exadata X3-2 O R A C L E W H I T E P A P E R J A N U A R Y 2 0 1 5 Table of Contents Disclaimer

More information

Product Brief SysTrack VMP

Product Brief SysTrack VMP Product Brief SysTrack VMP Benefits Optimize desktop and server virtualization and terminal server projects Anticipate and handle problems in the planning stage instead of postimplementation Use iteratively

More information

MISSION CRITICAL OPERATIONS

MISSION CRITICAL OPERATIONS MISSION CRITICAL OPERATIONS Simplified integrated monitoring includes virtual environment November, 2015 NEC Corporation, Cloud Platform Division, MasterScope Group Index 1. Changing of IT System Surroundings

More information

RODOD Performance Test on Exalogic and Exadata Engineered Systems

RODOD Performance Test on Exalogic and Exadata Engineered Systems An Oracle White Paper March 2014 RODOD Performance Test on Exalogic and Exadata Engineered Systems Introduction Oracle Communications Rapid Offer Design and Order Delivery (RODOD) is an innovative, fully

More information

Infrastructure Intelligence Platform Make way for Uptime with Powerful Network Management Platform

Infrastructure Intelligence Platform Make way for Uptime with Powerful Network Management Platform Infrastructure Intelligence Platform Make way for Uptime with Powerful Network Management Platform Product Description Motadata IIP is the only platform that correlates, integrates and visualizes all sorts

More information

MANAGEMENT CLOUD. Leveraging Your E-Business Suite

MANAGEMENT CLOUD. Leveraging Your E-Business Suite MANAGEMENT CLOUD Leveraging Your E-Business Suite Leverage Oracle E-Business Suite with Oracle Management Cloud. Oracle E-Business Suite is the industry s most comprehensive suite of business applications

More information

IBM Tivoli Monitoring

IBM Tivoli Monitoring Monitor and manage critical resources and metrics across disparate platforms from a single console IBM Tivoli Monitoring Highlights Proactively monitor critical components Help reduce total IT operational

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

Interactive presentation. E-commerce methodology

Interactive presentation. E-commerce methodology Interactive presentation E-commerce methodology 01/15/2015 Release with confidence Deliver a performance your customers expect and your team can be proud of. Tap into our 20+ years experience in QA and

More information

Enterprise Software Performance Engineering

Enterprise Software Performance Engineering Enterprise Software Performance Engineering Presented By: Walter Kuketz Scaling your career.. Software Performance matters - everywhere DTG Facebook IPO 2 Who is responsible for end-to-end system performance?

More information

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads

IBM Tivoli Workload Automation View, Control and Automate Composite Workloads Tivoli Workload Automation View, Control and Automate Composite Workloads Mark A. Edwards Market Manager Tivoli Workload Automation Corporation Tivoli Workload Automation is used by customers to deliver

More information

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources.

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources. Data Sheet Application Development, Test & Delivery Performance Center Micro Focus Performance Center software is an enterprise-class performance engineering software, designed to facilitate standardization,

More information

Services Guide April The following is a description of the services offered by PriorIT Consulting, LLC.

Services Guide April The following is a description of the services offered by PriorIT Consulting, LLC. SERVICES OFFERED The following is a description of the services offered by PriorIT Consulting, LLC. Service Descriptions: Strategic Planning: An enterprise GIS implementation involves a considerable amount

More information

Sizing SAP Central Process Scheduling 8.0 by Redwood

Sizing SAP Central Process Scheduling 8.0 by Redwood Sizing SAP Central Process Scheduling 8.0 by Redwood Released for SAP Customers and Partners January 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

<Insert Picture Here> Coherence as a solution for ecommerce Capacity Absorption

<Insert Picture Here> Coherence as a solution for ecommerce Capacity Absorption Coherence as a solution for ecommerce Capacity Absorption A typical Scenario Commerce website growing at 25-30% annually Capacity growth is typically addressed horizontally w/ more

More information

z Systems The Lowest Cost Platform

z Systems The Lowest Cost Platform z Systems The Lowest Cost Platform Using IT Economics (TCO) to prove that z Systems is in fact the lowest cost platform, with the highest QoS! David F. Anderson PE dfa@us.ibm.com June 24, 2016 Christopher

More information

ManageEngine Applications Manager in Financial Domain

ManageEngine Applications Manager in Financial Domain ManageEngine Applications Manager in Financial Domain Abstract: A leading bank with thousands of branch offices deployed Applications Manager to monitor their back office applications used in different

More information

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources.

You can plan and execute tests across multiple concurrent projects and people by sharing and scheduling software/hardware resources. Data Sheet Application Development, Test & Delivery Performance Center Micro Focus Performance Center software is an enterprise-class performance engineering software, designed to facilitate standardization,

More information

Transform Application Performance Testing for a More Agile Enterprise

Transform Application Performance Testing for a More Agile Enterprise SAP Brief SAP Extensions SAP LoadRunner by Micro Focus Transform Application Performance Testing for a More Agile Enterprise SAP Brief Managing complex processes Technology innovation drives the global

More information

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE

ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE ORACLE CLOUD MANAGEMENT PACK FOR MIDDLEWARE Oracle Enterprise Manager is Oracle s strategic integrated enterprise IT management product line. It provides the industry s first complete cloud lifecycle management

More information

Oracle s Hyperion System 9 Strategic Finance

Oracle s Hyperion System 9 Strategic Finance Oracle s Hyperion System 9 Strategic Finance June 2007 Light Use... 3 Heavy Use... 3 Client Machine... 3 Server Machine... 3 Client Machine... 3 Server Machine... 3 Data Integration... 3 The Hyperion System

More information

Introduction to IBM Insight for Oracle and SAP

Introduction to IBM Insight for Oracle and SAP Introduction to IBM Insight for Oracle and SAP Sazali Baharom (sazali@my.ibm.com) ISV Solutions Architect IBM ASEAN Technical Sales Target Audience Consultants, Managers, Sr. Managers Infrastructure Service

More information

Position Description. Job Summary: Campus Job Scope:

Position Description. Job Summary: Campus Job Scope: Position Description Requisition # 03020430 Position Number: 02019533 Dept: ENT APPS & INFRASTRUCTURE SVCS - 061419 Position: WINDOWS SYSTEM APPLICATION ADMINISTRATOR Approved Payroll Title 0520 Code:

More information

Windchill System Validation Technical Brief

Windchill System Validation Technical Brief Technical Brief Contents About This Document... 2 Supported Releases and Products... 2 Audience... 2 Support Policy for Enterprise Deployment Resources... 2 Challenge... 3 Solution... 3 Planning... 4 Preparing...

More information

Chapter 6: Performance tracking and usage tracking in Cloud Infrastructure

Chapter 6: Performance tracking and usage tracking in Cloud Infrastructure 1 Chapter 6: Performance tracking and usage tracking in Cloud Infrastructure Topics covered: 6.1 Objective of performance tracking and usage tracking in Cloud Infrastructure 6.2 Methods employed in the

More information

IBM Rational Software Quality Solutions

IBM Rational Software Quality Solutions IBM Software Group IBM Rational Software Quality Solutions - IBM Rational Performance Tester Denice Wong Technical Consultant Rational Software, IBM Hong Kong 2006 IBM Corporation Agenda IBM Rational Software

More information

PERFORMANCE MANAGEMENT AND AVAILABILITY SOLUTIONS OVERVIEW

PERFORMANCE MANAGEMENT AND AVAILABILITY SOLUTIONS OVERVIEW PERFORMANCE MANAGEMENT PERFORMANCE MANAGEMENT AND AVAILABILITY S OVERVIEW Featuring: ASG-TMON Product Family PERFORMANCE MANAGEMENT AND AVAILABILITY S OVERVIEW ASG PERFORMANCE MANAGEMENT AND AVAILABILITY

More information

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter

<Insert Picture Here> Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Oracle Exalogic Elastic Cloud: Revolutionizing the Datacenter Mike Piech Senior Director, Product Marketing The following is intended to outline our general product direction. It

More information

Kaseya Traverse Unified Cloud, Network, Server & Application Monitoring

Kaseya Traverse Unified Cloud, Network, Server & Application Monitoring PRODUCT BRIEF Kaseya Traverse Unified Cloud, Network, Server & Application Monitoring Kaseya Traverse is a next-generation software solution for monitoring the performance of hybrid cloud and IT infrastructure

More information

A Fresh Look at the Mainframe

A Fresh Look at the Mainframe A Fresh Look at the Mainframe The New Face of Mainframe Operations ODI s CIO Needs to Satisfy Service Level Agreements IBM can help you do this without adding staff We need to do a better job of monitoring

More information

Cisco Enterprise Mobility Services Platform (EMSP)

Cisco Enterprise Mobility Services Platform (EMSP) Data Sheet Cisco Enterprise Mobility Services Platform (EMSP) Product Overview The Cisco Enterprise Mobility Services Platform (EMSP) is a holistic mobile software platform. It unifies the development,

More information

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Today the cloud is replacing on-premise or hosted enterprise workloads, one vertical at a time. ACME was started to introduce

More information

Experimental Research on Influence of Hardware Infrastructure Sizing on Optimization of PLM System Performance in Auto Industry

Experimental Research on Influence of Hardware Infrastructure Sizing on Optimization of PLM System Performance in Auto Industry Experimental Research on Influence of Hardware Infrastructure Sizing on Optimization of PLM System Performance in Auto Industry M.S. Gopinatha * Dr. Vishnukanth S. Chatpalli** and Dr. K.S. Sridhar*** *

More information

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible

WHITE PAPER. CA Nimsoft APIs. keys to effective service management. agility made possible WHITE PAPER CA Nimsoft APIs keys to effective service management agility made possible table of contents Introduction 3 CA Nimsoft operational APIs 4 Data collection APIs and integration points Message

More information

ITIL Capacity Management for the Newbie For those new to system z. Charles Johnson Principal Consultant

ITIL Capacity Management for the Newbie For those new to system z. Charles Johnson Principal Consultant ITIL Capacity Management for the Newbie For those new to system z Charles Johnson Principal Consultant Agenda ITIL Definition of Capacity Management Capacity Management and ITIL activities Difference between

More information

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure

Parallels Remote Application Server and Microsoft Azure. Scalability and Cost of Using RAS with Azure Parallels Remote Application Server and Microsoft Azure and Cost of Using RAS with Azure Contents Introduction to Parallels RAS and Microsoft Azure... 3... 4 Costs... 18 Conclusion... 21 2 C HAPTER 1 Introduction

More information

Introduction to Performance Testing

Introduction to Performance Testing Introduction to Performance Testing First Presented for: PSQT/PSTT Conference Washington, DC May, 2003 Scott Barber Chief Technology Officer PerfTestPlus, Inc. Introduction to Performance Testing Page

More information

Welcome to Staying Ahead Webinar

Welcome to Staying Ahead Webinar 18/11/2010 Welcome to Staying Ahead Webinar Migrating to HP Performance Center11 1 Agenda 1. Migration features and benefits 2. PSQS / Education offerings around migration to PC11 3. Q&A 2 HP BTO for Applications

More information

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

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights ORACLE PRODUCT LOGO Virtualization and Cloud Deployments of Oracle E-Business Suite Ivo Dujmović, Director, Applications Development 2 Copyright

More information

Introducing Systemwalker Service Quality Coordinator V15.0

Introducing Systemwalker Service Quality Coordinator V15.0 Introducing Systemwalker Service Quality Coordinar V15.0 < Version 2.0 > January 2013 FUJITSU LIMITED Table of Contents Introduction V15.0 Enhanced Features Product Specification 1 Introduction Performance

More information

What s new on Azure? Jan Willem Groenenberg

What s new on Azure? Jan Willem Groenenberg What s new on Azure? Jan Willem Groenenberg Why the cloud? Rapidly setup environments to drive business priorities Scale to meet peak demands Increase daily activities, efficiency and reduced cost. Why

More information

SAP BusinessObjects XI 3.1 SP3 Enhancements and Mobility Features. Amy McNee BI Center of Excellence Solution Director June 18, 2010

SAP BusinessObjects XI 3.1 SP3 Enhancements and Mobility Features. Amy McNee BI Center of Excellence Solution Director June 18, 2010 SAP BusinessObjects XI 3.1 SP3 Enhancements and Mobility Features Amy McNee BI Center of Excellence Solution Director June 18, 2010 Agenda BOBJ XI 3.1 SP3 Update Mobility Examples SAP AG 2009. All rights

More information

Protecting Your Software Throughout the Development Lifecycle (and During Migration)

Protecting Your Software Throughout the Development Lifecycle (and During Migration) Protecting Your Software Throughout the Development Lifecycle (and During Migration) Migration Perspectives It s your primary application that s migrating Many HPe3000 applications are home grown ISVs

More information

SAP Lumira. Sizing Guide

SAP Lumira. Sizing Guide SAP Lumira Sizing Guide September 29, 2016 Contents Document Update History... 5 Who should use this document?... 6 Prerequisites for Sizing... 6 Terminology... 7 Think time... 7 Users... 7 Sizing SAP

More information

DELL EMC POWEREDGE 14G SERVER PORTFOLIO

DELL EMC POWEREDGE 14G SERVER PORTFOLIO DELL EMC POWEREDGE 14G SERVER PORTFOLIO Transformation without compromise Seize your share of a huge market opportunity and accelerate your business by combining sales of the exciting new Dell EMC PowerEdge

More information

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS

IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS IMPLEMENTING MICROSOFT AZURE INFRASTRUCTURE SOLUTIONS Course Duration: 5 Days About this course This course is aimed at experienced IT professionals who currently administer their on-premise infrastructure.

More information

Bed Management Solution (BMS)

Bed Management Solution (BMS) Bed Management Solution (BMS) System Performance Report October 2013 Prepared by Harris Corporation CLIN 0003AD System Performance Report Version 1.0 Creation Date Version No. Revision History Description/Comments

More information

Texas Skyward User Group Conference Skyward Server Management Options

Texas Skyward User Group Conference Skyward Server Management Options Texas Skyward User Group Conference Skyward Server Management Options Server Management Options Managed Services Overview Secure Cloud Computing (SCC) Hosted Overview OpenEdge Management / OpenEdge Explorer

More information

ORACLE S PEOPLESOFT HRMS 9.1 FP2 SELF-SERVICE

ORACLE S PEOPLESOFT HRMS 9.1 FP2 SELF-SERVICE O RACLE E NTERPRISE B ENCHMARK R EV. 1.1 ORACLE S PEOPLESOFT HRMS 9.1 FP2 SELF-SERVICE USING ORACLE DB 11g FOR LINUX ON CISCO UCS B460 M4 AND B200 M3 Servers As a global leader in e-business applications,

More information

ENTERPRISE APPLICATION PERFORMANCE MANAGEMENT

ENTERPRISE APPLICATION PERFORMANCE MANAGEMENT WWW.JENNIFERSOFT.COM ENTERPRISE APPLICATION PERFORMANCE MANAGEMENT WHAT IS APM? The demand for APM will continue to increase. Because it plays the pivotal role in stabilizing IT service while the transaction

More information

High-Volume Web Site Performance Simulator for WebSphere

High-Volume Web Site Performance Simulator for WebSphere High-Volume Web Site Performance Simulator for WebSphere Authors: High -Volume Web Site Team Web address: ibm.com/websphere/developer/zones/hvws Technical Contact: Noshir Wadia noshir@us.ibm.com Management

More information

Monitoring mit modernen Cloud Services - Wo ist die Nadel im Heuhaufen?

Monitoring mit modernen Cloud Services - Wo ist die Nadel im Heuhaufen? Monitoring mit modernen Cloud Services - Wo ist die Nadel im Heuhaufen? Volker Linz Senior Sales Consultant IT Systems Management Oracle Copyright 2018, Oracle and/or its affiliates. All rights reserved.

More information

St Louis CMG Boris Zibitsker, PhD

St Louis CMG Boris Zibitsker, PhD ENTERPRISE PERFORMANCE ASSURANCE BASED ON BIG DATA ANALYTICS St Louis CMG Boris Zibitsker, PhD www.beznext.com bzibitsker@beznext.com Abstract Today s fast-paced businesses have to make business decisions

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions Course # Exam: Prerequisites Technology: Delivery Method: Length: 20533 70-533 20532 Microsoft Products Instructor-led (classroom) 5 Days Overview

More information

Service Virtualization

Service Virtualization A White Paper Analysis from Orasi Software Service Virtualization A Faster, More Efficient and Less Costly Way to Develop and Test Enterprise-Class Applications Page 2 Contents 3 Introduction 4 Development

More information

Integrated Service Management

Integrated Service Management Integrated Service Management for Power servers As the world gets smarter, demands on the infrastructure will grow Smart traffic systems Smart Intelligent food oil field technologies systems Smart water

More information

Dynamics NAV Upgrades: Best Practices

Dynamics NAV Upgrades: Best Practices Dynamics NAV Upgrades: Best Practices Today s Speakers David Kaupp Began working on Dynamics NAV in 2005 as a software developer and immediately gravitated to upgrade practices and procedures. He has established

More information

A Cloud Migration Checklist

A Cloud Migration Checklist A Cloud Migration Checklist WHITE PAPER A Cloud Migration Checklist» 2 Migrating Workloads to Public Cloud According to a recent JP Morgan survey of more than 200 CIOs of large enterprises, 16.2% of workloads

More information

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND

ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND ORACLE INFRASTRUCTURE AS A SERVICE PRIVATE CLOUD WITH CAPACITY ON DEMAND FEATURES AND FACTS FEATURES Hardware and hardware support for a monthly fee Optionally acquire Exadata Storage Server Software and

More information

Interactive presentation. Application methodology

Interactive presentation. Application methodology Interactive presentation Application methodology 01/15/2015 Release with confidence Deliver a performance your customers expect and your team can be proud of. Tap into our 20+ years experience in QA and

More information

Efficient Troubleshooting Using Machine Learning in Oracle Log Analytics

Efficient Troubleshooting Using Machine Learning in Oracle Log Analytics Efficient Troubleshooting Using Machine Learning in Oracle Log Analytics Nima Haddadkaveh Director, Product Management Oracle Management Cloud October, 2018 Safe Harbor Statement The following is intended

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

More information

Oracle E-Business Suite Deployment on Oracle Cloud Infrastructure (OCI) White Paper May 2018 Version 2.0

Oracle E-Business Suite Deployment on Oracle Cloud Infrastructure (OCI) White Paper May 2018 Version 2.0 Oracle E-Business Suite Deployment on Oracle Cloud Infrastructure (OCI) White Paper May 2018 Version 2.0 Table of Contents Purpose of this Whitepaper... 2 Scope & Assumptions... 2 Oracle E-Business Suite

More information

Hybrid Cloud. Private and public clouds under a single service

Hybrid Cloud. Private and public clouds under a single service Hybrid Cloud Private and public clouds under a single service Combine the bespoke, costeffective nature of our private cloud with the latest technology and scalability of the public Azure platform and

More information

An Oracle White Paper June Leveraging the Power of Oracle Engineered Systems for Enterprise Policy Automation

An Oracle White Paper June Leveraging the Power of Oracle Engineered Systems for Enterprise Policy Automation An Oracle White Paper June 2012 Leveraging the Power of Oracle Engineered Systems for Enterprise Policy Automation Executive Overview Oracle Engineered Systems deliver compelling return on investment,

More information

SAMPLE REQUEST FOR PROPOSAL

SAMPLE REQUEST FOR PROPOSAL PROCUREMENTS SOLUTIONS FOR FINANCIAL MANAGERS 1 BPMS BUYER S TOOL KIT SAMPLE REQUEST FOR PROPOSAL The typical RFP for a Business Process Management Suite (BPMS) contains a long list of checklist items

More information

Pass4Sure.C Questions

Pass4Sure.C Questions Pass4Sure.C2010-658.55Questions Number: C2010-658 Passing Score: 800 Time Limit: 120 min File Version: 4.7 http://www.gratisexam.com/ C2010-658 Fundamentals of Applying SmartCloud Application Performance

More information

Addendum Eric Hameleers

Addendum Eric Hameleers Project experience Dates December 2017 to date Senior Linux Infrastructure Expert Technical Application Manager for the Linux infrastructure supporting the Electrical Engineering Department (part of Development

More information

CHAPTER 3: REQUIREMENT ANALYSIS

CHAPTER 3: REQUIREMENT ANALYSIS CHAPTER 3: REQUIREMENT ANALYSIS 3.1 Requirements Gathering At the start of the project, the travel management process handled by the admin department was studied in detail by using the basic requirement

More information

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability

A technical discussion of performance and availability December IBM Tivoli Monitoring solutions for performance and availability December 2002 IBM Tivoli Monitoring solutions for performance and availability 2 Contents 2 Performance and availability monitoring 3 Tivoli Monitoring software 4 Resource models 6 Built-in intelligence

More information

Features and Capabilities. Assess.

Features and Capabilities. Assess. Features and Capabilities Cloudamize is a cloud computing analytics platform that provides high precision analytics and powerful automation to improve the ease, speed, and accuracy of moving to the cloud.

More information

WORKSOFT AUTOMATED BUSINESS PROCESS DISCOVERY & VALIDATION

WORKSOFT AUTOMATED BUSINESS PROCESS DISCOVERY & VALIDATION WORKSOFT AUTOMATED BUSINESS PROCESS DISCOVERY & VALIDATION AUTOMATION THE PROMISE OF AUTOMATED TESTING Software functional test automation promised to reduce testing time, lower deployment costs and improve

More information

An Oracle White Paper July Oracle WebLogic Suite 11g Benefit Your Business with Fast, Efficient Middleware

An Oracle White Paper July Oracle WebLogic Suite 11g Benefit Your Business with Fast, Efficient Middleware An Oracle White Paper July 2009 Oracle WebLogic Suite 11g Benefit Your Business with Fast, Efficient Middleware 1 Executive Overview Modern enterprise software infrastructure must keep pace with dynamic

More information

Business is being transformed by three trends

Business is being transformed by three trends Business is being transformed by three trends Big Cloud Intelligence Stay ahead of the curve with Cortana Intelligence Suite Business apps People Custom apps Apps Sensors and devices Cortana Intelligence

More information

HPE Application Performance Management

HPE Application Performance Management HPE Application Performance Management Software Version: 9.30 Getting Started Guide Document Release Date: July 2016 Software Release Date: July 2016 Legal Notices Warranty The only warranties for Hewlett

More information

Enterprise Portal Solutions

Enterprise Portal Solutions Enterprise Portal Solutions based on SAP Portals Enterprise Portal Microsoft Sharepoint Portal Server Rolf Schumann SAP Deutschland AG & CO.KG Agenda Overview Comparison of SAP EP and MS SPS Positioning

More information

Successful Purging & Archiving In JD Edwards with ARCTOOLS

Successful Purging & Archiving In JD Edwards with ARCTOOLS Successful Purging & Archiving In JD Edwards with ARCTOOLS Nuremberg December 2008 Agenda Introductions Why Purge & Archive JD Edwards Integrity An overview The ARCTOOLS Solution Background What it is

More information

Optimizing resource efficiency in Microsoft Azure

Optimizing resource efficiency in Microsoft Azure Microsoft IT Showcase Optimizing resource efficiency in Microsoft Azure By July 2017, Core Services Engineering (CSE, formerly Microsoft IT) plans to have 90 percent of our computing resources hosted in

More information

FCAPS for Telco s Motadata s unified FCAPS platform for carrier grade deployments

FCAPS for Telco s Motadata s unified FCAPS platform for carrier grade deployments FCAPS for Telco s Motadata s unified FCAPS platform for carrier grade deployments Product Description Motadata offers automated and highly scalable solution with Fault, Configuration, Accounting, Performance

More information

CA Business Intelligence. Common Reporting for CA Technologies Solutions

CA Business Intelligence. Common Reporting for CA Technologies Solutions CA Business Intelligence Common Reporting for CA Technologies Solutions Latest Revision: April 14, 2011 Legal Notice This publication is based on current information and resource allocations as of its

More information

SysTrack Workspace Analytics

SysTrack Workspace Analytics SysTrack Workspace Analytics The Visibility IT Needs to Enable End-User Productivity Challenge IT executives are under constant pressure to cost-effectively manage complex IT systems. SysTrack enables

More information

INTER CA NOVEMBER 2018

INTER CA NOVEMBER 2018 INTER CA NOVEMBER 2018 Sub: ENTERPRISE INFORMATION SYSTEMS Topics Information systems & its components. Section 1 : Information system components, E- commerce, m-commerce & emerging technology Test Code

More information

PEOPLESOFT ELM 9.0 USING ORACLE10g ON IBM BLADECENTER SERVERS

PEOPLESOFT ELM 9.0 USING ORACLE10g ON IBM BLADECENTER SERVERS O RACLE E NTERPRISE B ENCHMARK R EV. 1.0 PEOPLESOFT ELM 9.0 USING ORACLE10g ON IBM BLADECENTER SERVERS As a global leader in e-business applications, Oracle is committed to delivering high performance

More information

International Conference of Software Quality Assurance. sqadays.com. The Backbone of the Performance Engineering Process

International Conference of Software Quality Assurance. sqadays.com. The Backbone of the Performance Engineering Process Software quality assurance days International Conference of Software Quality Assurance sqadays.com Alexander Podelko Oracle. Stamford, CT, USA Minsk. May 25 26, Performance 2018 Requirements 1 Introduction

More information

Resume of Ian Blavins

Resume of Ian Blavins Resume of Ian Blavins V4.14 23rd June 2017 Software performance engineer and Java infrastructure developer Specialities: particularly challenging performance testing / engineering projects requiring tool,

More information

Migrating Enterprise Applications to the Cloud. Cloud Expo West 2011 Tuesday, November 8th

Migrating Enterprise Applications to the Cloud. Cloud Expo West 2011 Tuesday, November 8th Migrating Enterprise Applications to the Cloud Cloud Expo West 2011 Tuesday, November 8th About Me Michael S. Collier National Architect, Windows Azure michael.collier@neudesic.com @Michael Collier www.michaelscollier.com

More information

Desktop Activity Intelligence

Desktop Activity Intelligence Desktop Activity Intelligence Table of Contents Cicero Discovery Delivers Activity Intelligence... 1 Cicero Discovery Modules... 1 System Monitor... 2 Session Monitor... 3 Activity Monitor... 3 Business

More information

zenterprise Platform Performance Management: Overview

zenterprise Platform Performance Management: Overview zenterprise Platform Performance Management: Overview Hiren Shah hiren@us.ibm.com 8/4/2010 Trademarks The following are trademarks of the International Business Machines Corporation in the United States

More information

Oracle Big Data Cloud Service

Oracle Big Data Cloud Service Oracle Big Data Cloud Service Delivering Hadoop, Spark and Data Science with Oracle Security and Cloud Simplicity Oracle Big Data Cloud Service is an automated service that provides a highpowered environment

More information

A Systematic Approach to Performance Evaluation

A Systematic Approach to Performance Evaluation A Systematic Approach to Performance evaluation is the process of determining how well an existing or future computer system meets a set of alternative performance objectives. Arbitrarily selecting performance

More information

AUTOMATED PERFORMANCE & LOAD TESTING: HOW TO AVOID TESTING YOURSELF INTO A CORNER

AUTOMATED PERFORMANCE & LOAD TESTING: HOW TO AVOID TESTING YOURSELF INTO A CORNER AUTOMATED PERFORMANCE & LOAD TESTING: HOW TO AVOID TESTING YOURSELF INTO A CORNER W ith the explosive growth of the Internet thanks to mobile phones, the Internet of Things (IoT) and countless online services

More information

Enterprise APM version 4.2 FAQ

Enterprise APM version 4.2 FAQ Meridium Enterprise Asset Performance Management (APM) version 4.2 is the next generation APM solution that helps your company simply and easily connect disparate systems and use that data to create and

More information

Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way

Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way Avoid Paying The Virtualization Tax: Deploying Virtualized BI 4.0 The Right Way Material by Ashish C. Morzaria, SAP. @AshishMorzaria Presented by Matthew Shaw, SAP. @MattShaw_on_BI LEARNING POINTS Understanding

More information

NFT Services in an agile environment

NFT Services in an agile environment Agile Practitioners IL - 7 th Meeting 17/4/12 NFT Services in an agile environment Kstudies - Karen Schlaien Karen.schlaien@gmail.com, 054-9194664 Presentation Objectives Production readiness awareness

More information

PeopleSoft Load Testing Using JMeter

PeopleSoft Load Testing Using JMeter PeopleSoft Load Testing Using JMeter Overview Obtain baseline performance profile for the PeopleSoft systems Ensure the PeopleSoft Applications have adequate capacity to support the user loads Confirm

More information