ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahx_5.4.0.1/rzahxreportpex.htm

80 lines
5.7 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="concept" />
<meta name="DC.Title" content="Performance explorer reports" />
<meta name="abstract" content="After you have collected performance data with a performance explorer session, you can view it by running the included reports or by querying the database files directly." />
<meta name="description" content="After you have collected performance data with a performance explorer session, you can view it by running the included reports or by querying the database files directly." />
<meta name="DC.Relation" scheme="URI" content="rzahxpexcon.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahxreportperftools.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahxpexcondbfiles.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahxpexconpexdef.htm" />
<meta name="DC.Relation" scheme="URI" content="../books/sc415340.pdf" />
<meta name="DC.Relation" scheme="URI" content="../cl/prtpexrpt.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="rzahxreportpex" />
<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>Performance explorer reports</title>
</head>
<body id="rzahxreportpex"><a name="rzahxreportpex"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Performance explorer reports</h1>
<div><p>After you have collected performance data with a performance explorer
session, you can view it by running the included reports or by querying the
database files directly.</p>
<p>Performance explorer gathers detailed information about a program or job's
behavior and performance and stores this information in performance explorer
database files. You can query these files with SQL, or by running one of several
reports. You can generate four different reports with performance explorer:
Statistics, Profile, Trace, and Base reports. See Performance explorer definitions
for information on why you would use a particular definition to generate one
of these reports. Each report is discussed in detail in the Performance Tools.</p>
<p>You can create and print performance explorer reports by using the <span class="cmdname">Print
Performance Explorer Report (PRTPEXRPT)</span> command. Use the OUTFILE
parameter when you want to customize your Trace Report. The following commands
are examples for printing reports for each type of performance explorer data:</p>
<ul><li>Print a *STATS report sorting by the CPU time used <pre>PRTPEXRPT MBR(MYSTATS) LIB(MYLIB) TYPE(*STATS) STATSOPT(*CPU)</pre>
</li>
<li>Print a profile report summarized by procedure <pre>PRTPEXRPT MBR(MYPROFILE) LIB(MYLIB) TYPE(*PROFILE)
PROFILEOPT(*SAMPLECOUNT *PROCEDURE)</pre>
</li>
<li>Print a trace sorted by task ID <pre>PRTPEXRPT MBR(MYTRACE) LIB(MYLIB) TYPE(*TRACE) TRACEOPT(*TASK</pre>
</li>
</ul>
<p>Performance explorer stores its collected data in the QAVPETRCI file, which
is located in the QPFR library. Type the following command to view the contents
for a single record:</p>
<pre> DSPFFD FILE(QPFR/QAVPETRCI)</pre>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahxpexcon.htm" title="Performance explorer works by collecting detailed information about a specified system process or resource. This topic explains how performance explorer works, and how best to use it.">Performance explorer concepts</a></div>
</div>
<div class="relconcepts"><strong>Related concepts</strong><br />
<div><a href="rzahxreportperftools.htm" title="Performance Tools reports provide information on data that has been collected over time. Use these reports to get additional information about the performance and use of system resources.">Performance Tools reports</a></div>
<div><a href="rzahxpexconpexdef.htm" title="The parameters and conditions that determine what data performance explorer collects and how it collects it are configured and stored using performance explorer definitions. This topic explains how to use these definitions and provides a sample illustrating a simple definition.">Performance explorer definitions</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="rzahxpexcondbfiles.htm" title="The data that performance explorer collects is stored in performance explorer database files.">Performance explorer database files</a></div>
<div><a href="../cl/prtpexrpt.htm">Print Performance Explorer Report (PRTPEXRPT) command</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../books/sc415340.pdf" target="_blank">Performance Tools PDF</a></div>
</div>
</div>
</body>
</html>