home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Complet / Apache / apache_2.0.52-win32-x86-no_ssl.msi / Data.Cab / F278449_perfhp.xml < prev    next >
Extensible Markup Language  |  2004-04-17  |  5KB  |  113 lines

  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
  3. <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
  4. <!-- $Revision: 1.2.2.5 $ -->
  5.  
  6. <!--
  7.  Copyright 2002-2004 The Apache Software Foundation
  8.  
  9.  Licensed under the Apache License, Version 2.0 (the "License");
  10.  you may not use this file except in compliance with the License.
  11.  You may obtain a copy of the License at
  12.  
  13.      http://www.apache.org/licenses/LICENSE-2.0
  14.  
  15.  Unless required by applicable law or agreed to in writing, software
  16.  distributed under the License is distributed on an "AS IS" BASIS,
  17.  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.  See the License for the specific language governing permissions and
  19.  limitations under the License.
  20. -->
  21.  
  22. <manualpage metafile="perf-hp.xml.meta">
  23.   <parentdocument href="./">Platform Specific Notes</parentdocument>
  24.  
  25.   <title>Running a High-Performance Web Server on HPUX</title>
  26.  
  27.   <summary>
  28.  
  29. <pre>
  30. Date: Wed, 05 Nov 1997 16:59:34 -0800
  31. From: Rick Jones <<a
  32. href="mailto:raj@cup.hp.com">raj@cup.hp.com</a>>
  33. Reply-To: <a href="mailto:raj@cup.hp.com"
  34. >raj@cup.hp.com</a>
  35. Organization: Network Performance
  36. Subject: HP-UX tuning tips
  37. </pre>
  38.  
  39.     <p>Here are some tuning tips for HP-UX to add to the tuning page.</p>
  40.  
  41.     <p>For HP-UX 9.X: Upgrade to 10.20<br />
  42.     For HP-UX 10.[00|01|10]: Upgrade to 10.20</p>
  43.  
  44.     <p>For HP-UX 10.20:</p>
  45.  
  46.     <p>Install the latest cumulative ARPA Transport Patch. This
  47.     will allow you to configure the size of the TCP connection
  48.     lookup hash table. The default is 256 buckets and must be set
  49.     to a power of two. This is accomplished with adb against the
  50.     *disc* image of the kernel. The variable name is <code>tcp_hash_size</code>.
  51.     Notice that it's critically important that you use "<code>W</code>"
  52.     to write a 32 bit quantity, not "<code>w</code>" to write a 16 bit
  53.     value when patching the disc image because the <code>tcp_hash_size</code>
  54.     variable is a 32 bit quantity.</p>
  55.  
  56.     <p>How to pick the value? Examine the output of <a
  57.     href="ftp://ftp.cup.hp.com/dist/networking/tools/connhist"
  58.     >ftp://ftp.cup.hp.com/dist/networking/tools/connhist</a>
  59.     and see how many total TCP connections exist on the system. You
  60.     probably want that number divided by the hash table size to be
  61.     reasonably small, say less than 10. Folks can look at HP's
  62.     SPECweb96 disclosures for some common settings. These can be
  63.     found at <a
  64.     href="http://www.specbench.org/">http://www.specbench.org/</a>.
  65.     If an HP-UX system was performing at 1000 SPECweb96 connections
  66.     per second, the <code>TIME_WAIT</code> time of 60 seconds would mean
  67.     60,000 TCP "connections" being tracked.</p>
  68.  
  69.     <p>Folks can check their listen queue depths with <a
  70.     href="ftp://ftp.cup.hp.com/dist/networking/misc/listenq"
  71.     >ftp://ftp.cup.hp.com/dist/networking/misc/listenq</a>.</p>
  72.  
  73.     <p>If folks are running Apache on a PA-8000 based system, they
  74.     should consider "chatr'ing" the Apache executable to have a
  75.     large page size. This would be "<code>chatr +pi L <BINARY></code>".
  76.     The GID of the running executable must have <code>MLOCK</code> privileges.
  77.     <code>Setprivgrp(1m)</code> should be consulted for assigning
  78.     <code>MLOCK</code>. The change can be validated by running Glance
  79.     and examining the memory regions of the server(s) to make sure that
  80.     they show a non-trivial fraction of the text segment being locked.</p>
  81.  
  82.     <p>If folks are running Apache on MP systems, they might
  83.     consider writing a small program that uses <code>mpctl()</code>
  84.     to bind processes to processors. A simple <code>pid % numcpu</code>
  85.     algorithm is probably sufficient. This might even go into the
  86.     source code.</p>
  87.  
  88.     <p>If folks are concerned about the number of <code>FIN_WAIT_2</code>
  89.     connections, they can use nettune to shrink the value of
  90.     <code>tcp_keepstart</code>. However, they should be careful there -
  91.     certainly do not make it less than oh two to four minutes. If
  92.     <code>tcp_hash_size</code> has been set well, it is probably OK to
  93.     let the <code>FIN_WAIT_2</code>'s take longer to timeout (perhaps
  94.     even the default two hours) - they will not on average have a big
  95.     impact on performance.</p>
  96.  
  97.     <p>There are other things that could go into the code base, but
  98.     that might be left for another email. Feel free to drop me a
  99.     message if you or others are interested.</p>
  100.  
  101.     <p>sincerely,</p>
  102.  
  103.     <p>rick jones</p>
  104.  
  105.     <p><a href="http://www.cup.hp.com/netperf/NetperfPage.html"
  106.     >http://www.cup.hp.com/netperf/NetperfPage.html</a></p>
  107.  
  108.   </summary>
  109.  
  110. </manualpage>
  111.  
  112.  
  113.