71 lines
4.5 KiB
HTML
71 lines
4.5 KiB
HTML
<?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="Viewing statements in a monitor" />
|
||
<meta name="abstract" content="You can view SQL statements that are included in a detailed monitor." />
|
||
<meta name="description" content="You can view SQL statements that are included in a detailed monitor." />
|
||
<meta name="DC.Relation" scheme="URI" content="rzajqnavmon.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="idxadvisor.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="rzajqmonstatements" />
|
||
<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>Viewing statements in a monitor</title>
|
||
</head>
|
||
<body id="rzajqmonstatements"><a name="rzajqmonstatements"><!-- --></a>
|
||
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
<h1 class="topictitle1">Viewing statements in a monitor</h1>
|
||
<div><p>You can view SQL statements that are included in a detailed monitor.</p>
|
||
<div class="section"><p>Right-click any detailed monitor in the SQL performance monitor
|
||
window and select <span class="uicontrol">Show statements</span>.</p>
|
||
</div>
|
||
<div class="section"><p>The filtering options provide a way to focus in on a particular
|
||
area of interest:</p>
|
||
<dl><dt class="dlterm">Minimum runtime for the longest execution</dt>
|
||
<dd>Filter to those queries with at least one long individual query instance
|
||
runtime</dd>
|
||
<dt class="dlterm">Queries run after this date and time</dt>
|
||
<dd>Filters to those queries that have been run recently</dd>
|
||
<dt class="dlterm">Queries that use or reference these objects</dt>
|
||
<dd>Provides a way to limit the entries to those that referenced or use the
|
||
table(s) or index(s) specified.</dd>
|
||
<dt class="dlterm">SQL statement contains</dt>
|
||
<dd>Provides a wildcard search capability on the SQL text itself. It is useful
|
||
for finding particular types of queries. For example, queries with a FETCH
|
||
FIRST clause can be found by specifying ‘fetch’. The search is case insensitive
|
||
for ease of use. For example, the string 'FETCH' will find the same entries
|
||
as the search string 'fetch'.</dd>
|
||
</dl>
|
||
<p>Multiple filter options can be specified. Note that in a
|
||
multi-filter case, the candidate entries for each filter are computed independently
|
||
and only those entries that are present in all the candidate lists are shown.
|
||
So, for example, if you specified options <strong>Minimum runtime for the longest
|
||
execution</strong> and <strong>Queries run after this date and time</strong>, you will be
|
||
shown those entries with the minimum runtime that are run after the specified
|
||
date and time.</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 class="relref"><strong>Related reference</strong><br />
|
||
<div><a href="idxadvisor.htm" title="The query optimizer analyzes the row selection in the query and determines, based on default values, if creation of a permanent index improves performance. If the optimizer determines that a permanent index might be beneficial, it returns the key columns necessary to create the suggested index.">Query optimizer index advisor</a></div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html> |