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

107 lines
7.4 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="topic" />
<meta name="DC.Title" content="Scenario: Improve system performance after an upgrade or migration" />
<meta name="abstract" content="In this scenario, you have just upgraded or migrated your system and it now appears to be running slower than before. This scenario will help you identify and fix your performance problem." />
<meta name="description" content="In this scenario, you have just upgraded or migrated your system and it now appears to be running slower than before. This scenario will help you identify and fix your performance problem." />
<meta name="DC.Relation" scheme="URI" content="rzahxresearchparent.htm" />
<meta name="DC.Relation" scheme="URI" content="../cl/strpfrtrc.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahxreportperftools.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahxtuneautotune.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahxidoctor.htm" />
<meta name="DC.Relation" scheme="URI" content="../books/sc410607.pdf" />
<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="rzahxcollectinfoexample" />
<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>Scenario: Improve system performance after an upgrade or migration</title>
</head>
<body id="rzahxcollectinfoexample"><a name="rzahxcollectinfoexample"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Scenario: Improve system performance after an upgrade or migration</h1>
<div><p>In this scenario, you have just upgraded or migrated your system
and it now appears to be running slower than before. This scenario will help
you identify and fix your performance problem.</p>
<div class="section" id="rzahxcollectinfoexample__situation"><a name="rzahxcollectinfoexample__situation"><!-- --></a><h4 class="sectionscenariobar">Situation</h4><p>You
recently upgraded your <span class="keyword">iSeries™</span> server
to the newest release. After completing the upgrade and resuming normal operations,
your system performance has decreased significantly. You would like to identify
the cause of the performance problem and restore your system to normal performance
levels.</p>
</div>
<div class="section"><h4 class="sectionscenariobar">Details</h4><p>Several
problems may result in decreased performance after upgrading the operating
system. You can use the performance management tools included in <span class="keyword">i5/OS™</span> and Performance Tools licensed
program (5722-PT1) to get more information about the performance problem and
to narrow down suspected problems to a likely cause.</p>
<ol><li>Check CPU utilization. Occasionally, a job will be unable to access some
of its required resources after an upgrade. This may result in a single job
consuming an unacceptable amount of the CPU resources.<ul><li>Use WRKSYSACT, WRKSYSSTS, WRKACTJOB, or <span class="keyword">iSeries Navigator</span> system
monitors to find the total CPU utilization.</li>
<li>If CPU utilization is high, for example, greater than 90%, check the amount
of CPU utilized by active jobs. If a single job is consuming more than 30%
of the CPU resources, it may be missing file calls or objects. You can then
refer to the vendor, for vendor-supplied programs, or the job's owner or programmer
for additional support.</li>
</ul>
</li>
<li>Start a performance trace with the STRPFRTRC command, and then use the
system and component reports to identify and correct the following possible
problems:<ul><li>If the page fault rate for the machine pool is higher than 10 faults/second,
give the machine pool more memory until the fault rate falls below this level.</li>
<li>If the disk utilization is greater than 40%, look at the waiting and service
time. If these values are acceptable, you may need to reduce workload to manage
priorities.</li>
<li>If the IOP utilization is greater than 60%, add an additional IOP and
assign some disk resource to it.</li>
<li>If the page faults in the user pool are unacceptably high, refer to the
topic Automatically tune performance.</li>
</ul>
</li>
<li>Run the job summary report and refer to the <span class="uicontrol">Seize lock conflict
report</span>. If the number of seize or lock conflicts is high, ensure
that the access path size is set to 1TB. If the seize or lock conflicts are
on a user profile, and if the referenced user profile owns many objects, reduce
the number of objects owned by that profile.</li>
<li>Run iDoctor with the <span class="uicontrol">Task switch</span> option for five
minutes. Then analyze the resulting trace data with the task switch monitor.
Identify and resolve any of the following:<ul><li>Jobs waiting for CPU</li>
<li>Jobs faulting</li>
<li>Seize conflicts</li>
</ul>
</li>
</ol>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahxresearchparent.htm" title="There are many options available to help you identify and resolve performance problems. Learn how to use the available tools and reports that can help you find the source of the performance problem.">Research a performance problem</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="rzahxtuneautotune.htm" title="Most users should set up the system to make performance adjustment automatically. When new systems are shipped, they are configured to adjust automatically.">Automatically tune performance</a></div>
<div><a href="rzahxidoctor.htm" title="The iDoctor for iSeries plugin consists of a variety of software tools for managing performance, for example, PEX Analyzer for detailed trace data analysis and Job Watcher for trace-level information about a job's behavior.">iDoctor for iSeries</a></div>
</div>
<div class="relref"><strong>Related reference</strong><br />
<div><a href="../cl/strpfrtrc.htm">STRPFRTRC command</a></div>
</div>
<div class="relinfo"><strong>Related information</strong><br />
<div><a href="../books/sc410607.pdf" target="_blank">iSeries Performance Capabilities Reference PDF</a></div>
</div>
</div>
</body>
</html>