77 lines
5.4 KiB
HTML
77 lines
5.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="concept" />
|
|
<meta name="DC.Title" content="Tune performance" />
|
|
<meta name="abstract" content="When you have identified a performance problem, you will want to tune the system to fix it." />
|
|
<meta name="description" content="When you have identified a performance problem, you will want to tune the system to fix it." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxmngparent.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxtunebasic.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxtuneautotune.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxmultithread.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzahxintro.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzakz/rzakzqthdrscafn.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../rzakz/rzakzqprcmlttsk.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="rzahxtune" />
|
|
<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>Tune performance</title>
|
|
</head>
|
|
<body id="rzahxtune"><a name="rzahxtune"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Tune performance</h1>
|
|
<div><p>When you have identified a performance problem, you will want to
|
|
tune the system to fix it.</p>
|
|
<p>The primary aim of performance tuning is to allow your servers to make
|
|
the best use of the system resources, and to allow workloads to run as efficiently
|
|
as possible. Performance tuning is a way to adjust the performance of the
|
|
system either manually or automatically. Many options exist for tuning your
|
|
system. Each system environment is unique in that it requires you to observe
|
|
performance and make adjustments that are best for your environment; in other
|
|
words, you are required to do routine performance monitoring.</p>
|
|
<p>IBM<sup>®</sup> also
|
|
offers a tool that allows you to improve both the I/O subsystem and system
|
|
response times by reducing the number of physical I/O requests that are read
|
|
from disk. Learn how you can improve your system performance with Extended
|
|
Adaptive Cache.</p>
|
|
<p>In addition, you may also want to consider some tuning options that allow
|
|
processes and threads to achieve improved affinity for memory and processor
|
|
resources.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzahxtunebasic.htm">Basic performance tuning</a></strong><br />
|
|
To tune your system's performance, you need to set up your initial tuning values, observe the system performance, review the values, and determine what to tune.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahxtuneautotune.htm">Automatically tune performance</a></strong><br />
|
|
Most users should set up the system to make performance adjustment automatically. When new systems are shipped, they are configured to adjust automatically.</li>
|
|
<li class="ulchildlink"><strong><a href="rzahxmultithread.htm">Determine when to use simultaneous multithreading</a></strong><br />
|
|
Simultaneous multithreading allows sharing of process facilities to run two applications or two threads of the same application at the same time. Find out more about this concept.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahxmngparent.htm" title="Performance management is necessary to optimize utilization of your computer system by measuring current capabilities, recognizing trends, and making appropriate adjustments to satisfy end user and management requirements such as response time or job throughput. It is needed to maintain business efficiency and avoid prolonged suspension of normal business activities. Therefore, managing performance is part of your daily operations.">Manage iSeries performance</a></div>
|
|
</div>
|
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
|
<div><a href="rzahxintro.htm" title="You can use Extended Adaptive Cache to improve system performance by collecting disk usage data, and then using those statistics to create a cache, effectively reducing the physical I/O requests for the disk.">Extended Adaptive Cache</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../rzakz/rzakzqthdrscafn.htm">Thread affinity system value</a></div>
|
|
<div><a href="../rzakz/rzakzqprcmlttsk.htm">Processor multitasking system value</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |