Oracle8i Parallel Server Setup and Configuration Guide
Release 2 (8.1.6)

Part Number A76934-01

Library

Product

Contents

Index

Go to previous page Go to next page

8
Monitoring Performance with Oracle Performance Manager

This chapter presents the Oracle Performance Manager performance and tuning charts specific to Oracle8i Parallel Server. You must have Oracle Performance Manager installed and configured to display the charts.

This chapter describes only Oracle Performance Manager features specific to Oracle Parallel Server. Use this chapters as a supplement to general information contained in the Getting Started with the Oracle Standard Management Pack.

See Also:

 

This chapter covers the following topics:

Oracle Performance Manager Overview

Oracle stores tuning and performance information for the Oracle Parallel Server in a set of dynamic performance tables known as the "V$ fixed views" Each active instance has its own set of fixed views. In Oracle Parallel Server, you can have Oracle Performance Manager query a global dynamic performance (GV$) view to retrieve the related V$ view information from all instances.

Oracle Performance Manager displays the retrieved information in a variety of tabular and graphic performance statistics for Oracle Parallel Server. The statistics represent the aggregate performance of all instances running on an Oracle Parallel Server. The statistics are displayed in individual charts and include information about data block pings, lock activity, file I/O, and session and user information. You can also use the Performance Manager to display an overview of all of these statistics on one chart.

Oracle Parallel Server performance monitoring is crucial for realizing the full potential of the system. There are several key performance metrics that you should constantly monitor to keep the Oracle Parallel Server in peak operating condition. The Oracle Performance Manager, available as an applet within Oracle Enterprise Manager, is an application designed to capture, compute, and present performance data that help database administrators focus on key performance metrics.

Oracle Parallel Server performance metrics are compiled into charts that are viewable with Oracle Performance Manager:

Chart  Description 

Parallel Server Block Ping Chart 

Displays the total block pings on the Oracle Parallel Server 

Parallel Server Data Block Ping by Tablespace Chart 

Displays the block pings per tablespace in the Oracle Parallel Server 

Parallel Server Data Block Ping by Instance Chart 

Displays the block pings per instance in the Oracle Parallel Server 

Parallel Server File I/O Rate Chart 

Displays the rate of physical reads and writes for all files in the Oracle Parallel Server database. You can drill down to obtain the same information either at the instance level or at the file level 

Parallel Server File I/O Rate by Object Chart 

Displays the rate of reads and writes per data file in the Oracle Parallel Server database 

Parallel Server File I/O Rate by Instance Chart 

Displays the rate of reads and writes per instance in the Oracle Parallel Server database 

Parallel Server Lock Activity Chart 

Displays the statistics on the lock activity rate for all the different lock types across all Oracle Parallel Servers. You can drill down to obtain lock activity information for a particular lock type at the instance level 

Parallel Server Sessions Chart 

Displays the sessions attached to the Oracle Parallel Server and related information, such as instance name, session ID, session serial number, process ID, status, and user name 

Parallel Server Users Logged On Chart 

Displays the total number of user sessions logged on to the Oracle Parallel Server, regardless of whether activity is generated. This information is also available for each instance. 

Parallel Server Users Logged On by Instance Chart 

Displays the number of users logged in to the Oracle Parallel Server by instance 

Parallel Server Active Users Chart 

Displays the total number of active users on the Oracle Parallel Server 

Parallel Server Active Users by Instance Chart 

Displays the number of active user sessions 

OPS Overview Chart 

Displays a group of charts that display key performance statistics for the selected Oracle Parallel Server 

Starting Oracle Performance Manager

To use the Oracle Enterprise Manager Console, start the following components:

See "Task 1: Start Oracle Performance Manager Components" for instructions.

Displaying Charts

To display charts:

  1. Follow the procedures in "Task 1: Start Oracle Performance Manager Components" and "Task 2: Accessing Oracle Parallel Server Charts".

  2. In the navigator, expand Databases or Parallel Server Instance > Parallel Server to see the list of available charts.


  3. In the Parallel Server object folder, select a chart, then click Show Chart.

    The chart displays in a separate window.

Parallel Server Block Ping Chart

The Parallel Server Block Ping chart displays statistics from the GV$PING view on the total number of block pings:

Figure 8-1 Parallel Server Block Ping Chart


To display block pings at the tablespace or instance level:

  1. Click anywhere on the chart.

  2. Right-click and select the chart from the Drilldown menu.

    Chart   Description 

    Parallel Server Data Block Ping by Instance Chart 

    Displays pinging on individual instances 

    Parallel Server Data Block Ping by Tablespace Chart 

    Displays the pinging on the tablespaces 

Parallel Server Data Block Ping by Tablespace Chart

The Parallel Server Block Ping by Tablespace chart displays statistics from the GV$PING view on the number of block pings by tablespace:

Figure 8-2 Parallel Server Block Ping by Tablespace Chart


To display block pings at the object or instance level:

  1. Click on an individual tablespace.

  2. Right-click and select the chart from the Drilldown menu:

    Option  Description 

    Parallel Server Block Ping Tablespace Object Chart 

    Displays the objects for the selected tablespace. Objects represent tables, indexes, free extents, clusters of tables, and so on. Listed for each object is the number of pings in the tablespace in which that object resides.  

    Parallel Server Block Ping Tablespace Instance Chart 

    Displays the instances within the selected tablespace. Listed for each instance is the number of pings in the tablespace in which that instance resides.  

Figure 8-3 OPS Block Ping Tablespace Object Chart

Figure 8-4 OPS Block Ping Tablespace Instance Chart

Parallel Server Data Block Ping by Instance Chart

The Parallel Server Block Ping by Instance chart displays statistics from the GV$PING view on the number of block pings per instance:

Figure 8-5 Parallel Server Block Ping by Instance Chart


Parallel Server File I/O Rate Chart

The Parallel Server File I/O Rate chart displays physical files reads and writes for all files from the GV$FILESTAT view.

Figure 8-6 Parallel Server File IO Rate Chart


To display the file I/O rate at the instance level or at the file level:

  1. Click on a column's object.

  2. Right-click and select the chart from the Drilldown menu.

    Chart   Description 

    Parallel Server File I/O Rate by Instance Chart 

    Displays the file I/O rate on individual instances 

    Parallel Server File I/O Rate by Object Chart 

    Displays the file I/O rate on the tablespaces 

Parallel Server File I/O Rate by Object Chart

The Parallel Server File I/O Rate by Object chart displays physical files reads and writes for individual data files from the GV$FILESTAT view.

Figure 8-7 Parallel Server Block Ping by Object Chart


Parallel Server File I/O Rate by Instance Chart

The Parallel Server File I/O Rate by Instance chart displays physical files reads and writes for individual instances from the GV$FILESTAT view.

Figure 8-8 Parallel Server File IO Rate by Instance Chart


Parallel Server Lock Activity Chart

The Parallel Server Lock Activity chart shows the number of lock converts of various types (exclusive to null) from the GV$LOCK_ACTIVITY view:

Figure 8-9 Parallel Server Lock Activity Chart


Column  Description 

From 

PCM lock initial state:

NULL; S; X; SSX  

To 

PCM lock final state:

NULL; S; X; SSX  

Sum 

Displays the number of times the lock operation executed 

Parallel Server Sessions Chart

The Parallel Server Sessions chart displays a table of Session IDs. This chart displays statistics from the GV$PROCESS and GV$SESSION and GV$PROCESS views.

Figure 8-10 Parallel Server Sessions Chart


Column  Description 

SID 

Displays the session identifier 

Saddr 

Displays the session address 

Serial 

Displays the session serial number. Used to uniquely identify a session's objects. Guarantees that session-level commands are applied to the correct session objects if the session ends and another session begins with the same session ID. 

PID 

Displays the operating system client process ID 

Status 

Displays the status of the session: ACTIVE (currently executing SQL), INACTIVE, KILLED (marked to be killed), CACHED (temporarily cached for use by Oracle*XA), SNIPED (session inactive, waiting on the client) 

User Name 

Displays the Oracle user name 

Parallel Server Users Logged On Chart

The Parallel Server Users Logged On chart displays the total number of user sessions currently logged on to the Oracle Parallel Server, whether or not activity is being generated. This chart displays statistics from the GV$LICENSE view:

Figure 8-11 Parallel Server Users Logged On Chart


Parallel Server Users Logged On by Instance Chart

The Parallel Server Users Logged On by Instance chart displays the number of users logged on to each instance in the Oracle Parallel Server. This chart displays statistics from the GV$LICENSE view.

Figure 8-12 Parallel Server Users Logged On by Instance Chart


Parallel Server Active Users Chart

The Parallel Server Active Users chart displays the total number of user active sessions. This chart displays statistics from the GV$LICENSE view:

Figure 8-13 Parallel Server Active Users Chart


Parallel Server Active Users by Instance Chart

The Parallel Server Active Users by Instance chart displays the number of active user sessions logged on to each instance in the Oracle Parallel Server. This chart displays statistics from the GV$LICENSE view.

Figure 8-14 Parallel Server Active Users by Instance Chart


OPS Overview Chart

The OPS Overview chart displays the following charts:

Figure 8-15 Overview Chart



Go to previous page Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index