72 lines
4.6 KiB
HTML
72 lines
4.6 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="Comparing monitor data" />
|
|
<meta name="abstract" content="You can use iSeries Navigator to compare data sets in two different monitors." />
|
|
<meta name="description" content="You can use iSeries Navigator to compare data sets in two different monitors." />
|
|
<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="rzajqmoncompare" />
|
|
<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>Comparing monitor data</title>
|
|
</head>
|
|
<body id="rzajqmoncompare"><a name="rzajqmoncompare"><!-- --></a>
|
|
<img src="./delta.gif" alt="Start of change" /><!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Comparing monitor data</h1>
|
|
<div><p>You can use iSeries™ Navigator to compare data sets in two different
|
|
monitors. </p>
|
|
<div class="section"><p>To compare data sets in different monitors, go to <span class="menucascade"><span class="uicontrol">iSeries Navigator</span> > <span class="uicontrol"><var class="varname">system name</var></span> > <span class="uicontrol">SQL performance monitors</span></span>. Right-click
|
|
a monitor in the right pane and select <span class="uicontrol">Compare</span>.</p>
|
|
<p>On
|
|
the Compare dialog, you can specify information about the data sets that you
|
|
want to compare.</p>
|
|
<dl><dt class="dlterm">Name</dt>
|
|
<dd>The name of the monitors that you want to compare.</dd>
|
|
<dt class="dlterm">Schema mask</dt>
|
|
<dd>Select any names that you want the compare to ignore. For example, consider
|
|
the following scenario: You have an application running in a test schema
|
|
and have it optimized. Now you move it to the production schema and you want
|
|
to compare how it executes there. The statements in the compare are identical
|
|
except that the statements in the test schema use "TEST" and the statements
|
|
in the production schema use "PROD". You can use the schema mask to ignore
|
|
"TEST" in the first monitor and to ignore "PROD" in the second monitor so
|
|
that the statements in the two monitors appear identical.</dd>
|
|
<dt class="dlterm">Compare statements that ran longer than</dt>
|
|
<dd>The minimum runtime for statements to be compared.</dd>
|
|
<dt class="dlterm">Minimum percent difference</dt>
|
|
<dd>The minimum difference in key attributes of the two statements being compared
|
|
that determines if the statements are considered equal or not. For example,
|
|
if you select 25% as the minimum percent different, only matching statements
|
|
whose key attributes differ by 25% or more are returned.</dd>
|
|
</dl>
|
|
<p>When you click <span class="uicontrol">Compare</span>,
|
|
both monitors are scanned for matching statements. Any matches found will
|
|
be displayed side-by-side for comparison of key attributes of each implementation.</p>
|
|
<p>On
|
|
the Comparison output dialog, you view statements that are included in the
|
|
monitor by clicking <span class="uicontrol">Show Statements</span>. You can also run
|
|
Visual Explain by selecting a statement and clicking <span class="uicontrol">Visual Explain</span>.</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>
|
|
<img src="./deltaend.gif" alt="End of change" /></body>
|
|
</html> |