ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzajq_5.4.0.1/rzajqmonanalyze.htm

90 lines
5.5 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="reference" />
<meta name="DC.Title" content="Analyze detailed monitor data" />
<meta name="abstract" content="SQL Performance monitors provides several predefined reports that you can use to analyze your monitor data." />
<meta name="description" content="SQL Performance monitors provides several predefined reports that you can use to analyze your monitor data." />
<meta name="DC.Relation" scheme="URI" content="rzajqnavmon.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzajqmonanalyze" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Analyze detailed monitor data</title>
</head>
<body id="rzajqmonanalyze"><a name="rzajqmonanalyze"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Analyze detailed monitor data</h1>
<div><p>SQL Performance monitors provides several predefined reports that
you can use to analyze your monitor data.</p>
<div class="section"><p>To view these reports, right-click a monitor and select <span class="uicontrol">Analyze</span>.
The monitor does not need to be ended in order to view this information.</p>
<img src="rzajq562.gif" alt="Analyze monitor data overview dialog" /><p>On
the Analysis Overview dialog, you can view overview information or else choose
one of the following categories:</p>
<ul><li>How much work was requested?</li>
<li>What options were provided to the optimizer?</li>
<li>What implementations did the optimizer use?</li>
<li>What types of SQL statements were requested?</li>
<li>Miscellaneous information</li>
<li>I/O information</li>
</ul>
<p>From the Actions menu, you can choose one of the following summary
predefined reports:</p>
<dl><dt class="dlterm">User summary</dt>
<dd>Contains a row of summary information for each user. Each row summarizes
all SQL activity for that user.</dd>
<dt class="dlterm">Job summary</dt>
<dd>Contains a row of information for each job. Each row summarizes all SQL
activity for that job. This information can be used to tell which jobs on
the system are the heaviest users of SQL, and hence which ones are perhaps
candidates for performance tuning. The user may then want to start a separate
detailed performance monitor on an individual job to get more detailed information
without having to monitor the entire system.</dd>
<dt class="dlterm">Operation summary</dt>
<dd>Contains a row of summary information for each type of SQL operation.
Each row summarizes all SQL activity for that type of SQL operation. This
information provides the user with a high level indication of the type of
SQL statements used. For example, are the applications mainly read-only, or
is there a large amount of update, delete, or insert activity. This information
can then be used to try specific performance tuning techniques. For example,
if a large amount of INSERT activity is occurring, perhaps using an OVRDBF
command to increase the blocking factor or perhaps use of the QDBENCWT API
is appropriate.</dd>
<dt class="dlterm">Program summary</dt>
<dd>Contains a row of information for each program that performed SQL operations.
Each row summarizes all SQL activity for that program. This information can
be used to identify which programs use the most or most expensive SQL statements.
Those programs are then potential candidates for performance tuning. Note
that a program name is only available if the SQL statements are embedded inside
a compiled program. SQL statements that are issued through ODBC, JDBC, or
OLE DB have a blank program name unless they result from a procedure, function,
or trigger.</dd>
</dl>
<p>In addition, when a green check is displayed
under Summary column, you can select that row and click <span class="uicontrol">Summary</span> to
view information about that row type. Click <span class="uicontrol">Help</span> for
more information about the summary report. To view information organized by
statements, click <strong>Statements</strong>.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajqnavmon.htm" title="You can work with detailed monitors from the iSeries Navigator interface. The detailed SQL performance monitor is the iSeries Navigator version of the STRDBMON database monitor, found on the native interface.">Using iSeries Navigator with detailed monitors</a></div>
</div>
</div>
</body>
</html>