ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/admin/prftunehw.htm

54 lines
4.2 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Hardware capacity and configuration</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="prftunehw"></a>Hardware capacity and configuration</h4>
<p>These parameters include considerations for selecting and configuring the hardware on which the application servers can run:</p>
<ul>
<li><strong>Disk speed</strong>
<br>Disk speed and the number of disk arms can have a significant effect on application server performance in these cases:
<ul>
<li>Your application is heavily dependent on database support</li>
<li>Your application uses messaging extensively</li>
</ul>
In these situations, it is recommended that you use disk I/O subsystems that are optimized for performance, such as a RAID array. Distribute the disk processing across as many disks as possible to avoid contention issues that typically occur with 1 or 2 disk systems. For more information about disk arms and how they can affect performance, see <a href="http://www.ibm.com/servers/eserver/iseries/perfmgmt/pdf/V5R2FiSArmct.pdf" target="_blank">iSeries Disk Arm Requirements</a>. <img src="www.gif" width="18" height="15" align="absbottom" alt="Link outside Information Center" border="0"><p></p></li>
<li><strong>Processor speed</strong>
<br>In the absence of other bottlenecks, increasing the processing power can improve throughput, response times, or both. On iSeries, processing power can be related to the Commercial Processing Workload (CPW) value of the system. For more information about CPW values, see the Performance Capabilities Reference Manual in the <a href="http://www.ibm.com/servers/eserver/iseries/perfmgmt/resource.htm" target="_blank">Performance Management Resource Library</a>. <img src="www.gif" width="18" height="15" align="absbottom" alt="Link outside Information Center" border="0"><p></p></li>
<li><strong>System memory</strong>
<br>If a large number of page faults occur, performing these tasks might improve performance:
<ul>
<li>Increase the memory available to WebSphere Application Server - Express.</li>
<li>Move WebSphere Application Server - Express to another memory pool.</li>
<li>Remove jobs from the WebSphere Application Server - Express memory pool.</li>
</ul>
To determine the current page fault level, run the Work with System Status (WRKSYSSTS) command from an CL command line. For information about the minimum memory requirements, see <a href="../install/inprrq.htm#400hw">iSeries and AS/400 hardware requirements</a> in the <em>Installation</em> topic.<p></p></li>
<li><strong>Storage pool activity levels</strong>
<br>Verify that the activity levels for storage pools are sufficient. Increasing these values can prevent threads from transitioning into the ineligible condition.
<ul>
<li>To modify the activity level for the storage pool in which you are running WebSphere Application Server - Express, run the Work with System Status (WRKSYSSTS) command from an CL command line:
<pre>WRKSYSSTS ASTLVL(*INTERMED)</pre></li>
<li>Set the system value QMAXACTLVL to a value equal to or greater than the total activity level for all pools, or *NOMAX.
<ol>
<li>Run the Work with System Value (WRKSYSVAL) command from an i5/OS comand line:
<pre>WRKSYSVAL SYSVAL(QMAXACTLVL)</pre></li>
<li>Adjust the value in the <strong>Max Active</strong> column.</li>
</ol></li>
</ul><p></p></li>
<li><strong>Networks</strong>
<br>Run network cards and network switches at full duplex. Running at half duplex decreases performance. Verify that the network speed can accommodate the required throughput. On 10/100 Ethernet networks, verify that 100MB is in use. You might also want to monitor the IOP utilization. For information about IOP utilization, see the Performance Capabilities Reference in the <a href="http://www.ibm.com/servers/eserver/iseries/perfmgmt/resource.htm" target="_blank">Performance Management Resource Library</a>. <img src="www.gif" width="18" height="15" align="absbottom" alt="Link outside Information Center" border="0"></li>
</ul>
</body>
</html>