How To Monitor Performance On Peoplesoft.Org



Similar documents
PeopleSoft DDL & DDL Management

PeopleTools Tables: The Application Repository in the Database

Oracle's PeopleTools PeopleBook. PeopleTools 8.52: Performance Monitor

Enterprise PeopleTools 8.50 PeopleBook: PeopleSoft Performance Monitor

Introduction. AppDynamics for Databases Version Page 1

PeopleTools 8.54: Performance Monitor

PeopleTools 8.53: Performance Monitor

PERFORMANCE TUNING FOR PEOPLESOFT APPLICATIONS

PeopleSoft Online Performance Guidelines

Phire Architect Hardware and Software Requirements

Holistic Performance Analysis of J2EE Applications

Transaction Monitoring Version for AIX, Linux, and Windows. Reference IBM

OpenLoad - Rapid Performance Optimization Tools & Techniques for CF Developers

ArcGIS for Server Performance and Scalability-Testing and Monitoring Tools. Amr Wahba

Response Time Analysis

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Release 2

Winning the J2EE Performance Game Presented to: JAVA User Group-Minnesota

WAIT-TIME ANALYSIS METHOD: NEW BEST PRACTICE FOR APPLICATION PERFORMANCE MANAGEMENT

Response Time Analysis

Databases Going Virtual? Identifying the Best Database Servers for Virtualization

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

A Comparison of Oracle Performance on Physical and VMware Servers

Oracle Database 12c: Performance Management and Tuning NEW

Wait-Time Analysis Method: New Best Practice for Performance Management

Front-End Performance Testing and Optimization

Optimizing Your Database Performance the Easy Way

Oracle DBA Course Contents

Transaction Performance Maximizer InterMax

Performance And Scalability In Oracle9i And SQL Server 2000

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007

ORACLE DATABASE ADMINISTRATOR RESUME

CONFIGURING AND OPERATING STREAMED PROCESSING IN PEOPLESOFT GLOBAL PAYROLL IN PEOPLETOOLS 8.48/9

ArcGIS Server Performance and Scalability Optimization and Testing. Andrew Sakowicz

Monitor and Manage Your MicroStrategy BI Environment Using Enterprise Manager and Health Center

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad

Response Time Analysis

Resource Monitoring During Performance Testing. Experience Report by Johann du Plessis. Introduction. Planning for Monitoring

Tier Architectures. Kathleen Durant CS 3200

IBM Tivoli Composite Application Manager for WebSphere

PATROL From a Database Administrator s Perspective

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy

Evidence based performance tuning of

Why Alerts Suck and Monitoring Solutions need to become Smarter

Table of Contents INTRODUCTION Prerequisites... 3 Audience... 3 Report Metrics... 3

Informix Performance Tuning using: SQLTrace, Remote DBA Monitoring and Yellowfin BI by Lester Knutsen and Mike Walker! Webcast on July 2, 2013!

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MONyog White Paper. Webyog

Internet Services. CERN IT Department CH-1211 Genève 23 Switzerland

Oracle Enterprise Manager 13c Cloud Control

Oracle Database 11g: SQL Tuning Workshop

A Comparison of Oracle Performance on Physical and VMware Servers

Performance Tuning and Optimizing SQL Databases 2016

DATABASE ADMINISTRATION (DBA) SERVICES

Chapter -5 SCALABILITY AND AVAILABILITY

EVERYTHING A DBA SHOULD KNOW

Oracle OLAP 11g and Oracle Essbase

IBM Tivoli Composite Application Manager for WebSphere

Oracle Database Performance Management Best Practices Workshop. AIOUG Product Management Team Database Manageability

Application Performance Management for Enterprise Applications

What Is Specific in Load Testing?

DBMS Performance Monitoring

Project Manager 1 Post == Experience years in Project Management in reputed company, Salary Rs.1,20,000/-

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit.

Out of the Fire - Adding Layers of Protection When Deploying Oracle EBS to the Internet

Oracle Database 10g. Page # The Self-Managing Database. Agenda. Benoit Dageville Oracle Corporation benoit.dageville@oracle.com

The Evolution of Load Testing. Why Gomez 360 o Web Load Testing Is a

PTC System Monitor Solution Training

SQL Server Performance Intelligence

XpoLog Center Suite Log Management & Analysis platform

BMC ProactiveNet Performance Management Application Diagnostics

MONyog White Paper. Webyog

An Oracle White Paper February, Oracle Database In-Memory Advisor Best Practices

Database FAQs - SQL Server

1 How to Monitor Performance

Module 3: Instance Architecture Part 1

Proactive database performance management

SolarWinds Database Performance Analyzer (DPA) or OEM?

Cognos Performance Troubleshooting

A Framework for Automated Database TuningUsing Dynamic SGA Parameters and Basic Operating System Utilities

White Paper. Java versus Ruby Frameworks in Practice STATE OF THE ART SOFTWARE DEVELOPMENT 1

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle

Oracle Database 12c: Performance Management and Tuning NEW

Performance Counters. Microsoft SQL. Technical Data Sheet. Overview:

2013 OTM SIG CONFERENCE Performance Tuning/Monitoring

Update logo and logo link on A Master. Update Date and Product on B Master

Database Services for CERN

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book

Chapter 1: Introduction to ArcGIS Server

Optimizing Oracle Forms System Performance Through Real-Time Client-Side Monitoring. October, 2011

27 th March 2015 Istanbul, Turkey. Performance Testing Best Practice

Citrix EdgeSight Administrator s Guide. Citrix EdgeSight for Endpoints 5.3 Citrix EdgeSight for XenApp 5.3

Performance Optimization For Operational Risk Management Application On Azure Platform

FROM RELATIONAL TO OBJECT DATABASE MANAGEMENT SYSTEMS

How to Configure Dynamic DNS on a Virtual Access Router

Dependency Free Distributed Database Caching for Web Applications and Web Services

OTM Performance OTM Users Conference Jim Mooney Vice President, Product Development August 11, 2015

Sivakumar Software Engg, Zagro Singapore Pte Ltd .

Guide to the MySQL Workbench Migration Wizard: From Microsoft SQL Server to MySQL

<Insert Picture Here> Java Application Diagnostic Expert

Transcription:

PeopleSoft: Properly Instrumented for Performance Tuning? by David Kurtz, Go-Faster Consultancy Ltd. Since their takeover of PeopleSoft, Oracle has announced project Fusion, an initiative for a new generation of Oracle Applications building on the best of existing Oracle and PeopleSoft products. This is the second in a series of articles in which I will examine some aspects of PeopleTools, the proprietary technology developed by PeopleSoft, and speculate about Fusion. As a consultant who specialises in performance tuning, the recently introduced PeopleSoft Performance Monitor has been of particular interest to me. It has provided a method to collect various performance related metrics from the PeopleSoft technology without the need to resort to esoteric scripts. It enables the user to determine how much time was executing which part of the application, and in which tier of the technology. Since version 6 of the Oracle RDBMS, it has been possible to enable SQL*Trace (event 10046) on a session since. Additional code in the Oracle kernel writes information to a trace file about every SQL statement, parsed and executed, every fetch operation and execution plan, and how long each operation took. The trace can be enhanced to additionally record time spent waiting on an evergrowing list of database events, and the values of bind variables referenced in the SQL statements. Hence, the DBA can determine exactly what is going on and how long it is taking. As a young naïve DBA I used to believe that all you had to do to improve the performance of the database was measure the buffer cache hit ratio, and if it fell below 90% then it was time to add more memory to the block buffer cache. Later, I learnt that performance tuning is all about the time lost when a user waits for the application. SQL*Trace files can be processed with either Oracle s TKPROF, Trace Analyser or a third party profiler in order to identify the SQL operation, or database event that took the most time. However, over the years as multi-tier web-orientated architectures have become prevalent, applications spend less time in the database and more time executing code in an application server or java servlet (or both in the case of PeopleSoft). Therefore, I

increasingly see Oracle reporting significant quantities of time spent on the event SQL*Net message from client. DBAs often discarded this as a mere idle event, but the database might be idle because the middleware is busy, in which case this is time lost to a user that affects performance. It is ironic that as time-based analysis of performance issues has become generally recognised as the most (if not the only) effective technique, the tools that Oracle provide to investigate database performance issues have been made less effective in resolving system performance issues. PeopleSoft have instrumented every part of their Enterprise PeopleTools technology, from release 8.44. As each operator action generates activity, this can be recorded as a number of transactions. These are recorded in the database. It is now possible to determine exactly which operator executes which piece of code and how long it took to execute. You can think of the PeopleSoft Performance Monitor as event 10046 for the application. PeopleSoft used its own existing PeopleTools technology to collect and store the performance data. A new servlet was added to the web server to receive performance metrics from the instrumented processes, and a new server process was added to the application server to store that data in the database. Each of the instrumented processes connect over HTTP to the monitoring servlet. Browser http / https & JavaScript) JavaScript) Monitoring System Web Web PIA PPMI Monitor Tuxedo Message Application DBMS APPQ DBMS PSAPPSRV SQL PSPPMSRV data data & meta- metadatdata Browser Screen Java Paint Script & JavaScript) JavaScript) http / https Web PIA Tuxedo Message Application APPQ PSAPPSRV PSMONITORSRV SQL DBMS data data & meta- metadatdata Monitored System Figure 1. PeopleTools Performance Monitor Architecture

Although a system can monitor itself, the recommended configuration is for one PeopleTools system to be configured to monitor another. Thus the overhead of storing performance data is not borne by the monitored system. To configure the Performance Monitor is merely necessary to give the monitored system the URL of the monitor servlet in the monitoring system. Performance Metrics are separated into Transactions and Events. Events are instantaneous metrics that can be sampled periodically, such as CPU and memory utilisation, or are collected in response to a certain conditions, such as the time-out of an ad-hoc query. Transactions are a part of the activity that occurs when a user does something in the application that causes an interaction with the middleware. Therefore, they also have a duration. One interaction will produce a hierarchy of many transactions; this is called a Performance Monitoring Unit (PMU). The Performance Monitor can be configured to sample PMUs across the system, say 1 in every 40, so that a picture of the whole system can be built up, without creating excessive load. It is possible to enable the Component Performance Trace, which collects all the PMUs for a user s session. The Performance Monitor is supplied with a number of analytic pages that perform queries on the performance data back from the database. For example, Figure 2 shows the system summary page from which you can drill into individual server processes.

Figure 2: System Performance Summary Page These are standard PeopleTools components that are developed in the usual way. The analytics delivered in PeopleTools 8.45 are considerably more sophisticated. However, since the takeover of PeopleSoft by Oracle this area is unlikely to develop further in PeopleTools, although, there is therefore nothing to prevent users from developing the own custom analytic pages. For example, the chart in Figure 3 is from a component that identifies the top 10 transactions by cumulative execution time. Clearly one transaction needs to be looked at closely. Figure 3: Part of Top Component Page

Figure 4 shows the analysis of a Component Performance Trace of the part of the application with the problematic transaction shown in Figure 3. It shows that during the trace 99.98% of the response time is waiting for SQL execution. This case is clearly a SQL problem. You can see the SQL statements and the values of the bind variables order by execution time, starting with the longest. Figure 4: Analysis of Component Performance Trace You have to cut and paste the SQL into a database tool, or just SQL*Plus, in order to get the execution plan. PeopleSoft doesn t do this for you because that is database platform specific (and of course you will probably be reviewing performance data on a different database). You can also look at PMUs in the trace. They can be presented as a hierarchy or tree (see Figure 5). The entries are listed in the order they executed. You can see how much time each transaction took, and what other transactions where a part of it.

Figure 5: Performance Monitoring Unit Tree You can then drill into individual transactions and see what they did, and what part of the application was executing, as shown in Figure 6. So if you need to change the code, you can find it easily. Figure 6: Performance Monitoring Transaction Context In conclusion, the PeopleTools Performance Monitor is extremely impressive. It is the more sophisticated that anything else I have seen or heard of. It could revolutionise analysis of functional and performance problems. (It could also but me out of business!) When an end-user reports a performance problem, it is

reasonable to ask them to enable the performance trace and then demonstrate their problem. The customer s in-house support team, who will necessarily be familiar with PeopleTools, can understand and analyse the information, determine whether there really is a problem, and if necessary make changes to the code. I ll leave you with two questions: will the Performance Monitor will be built into the Fusion product from day one, and if so will you have to pay extra for it? PeopleTools Performance Monitor is not a separately licensed option. If you have PeopleTools you have the Performance Monitor. David Kurtz is a performance specialist working Enterprise PeopleSoft applications and Oracle (www.go-faster.co.uk). He is the author of PeopleSoft for the Oracle DBA, published by Apress (www.psftdba.com). He is also the chair of UKOUG s UNIX SIG, and also deputy chair of the newly formed PeopleSoft Technology SIG.