home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F233015_perfhp.xml < prev    next >
Extensible Markup Language  |  2002-11-16  |  4KB  |  97 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.  
  5. <manualpage>
  6.   <relativepath href=".." />
  7.   <parentdocument href="./">Platform Specific Notes</parentdocument>
  8.  
  9.   <title>Running a High-Performance Web Server on HPUX</title>
  10.  
  11.   <summary>
  12.  
  13. <pre>
  14. Date: Wed, 05 Nov 1997 16:59:34 -0800
  15. From: Rick Jones <<a
  16. href="mailto:raj@cup.hp.com">raj@cup.hp.com</a>>
  17. Reply-To: <a href="mailto:raj@cup.hp.com"
  18. >raj@cup.hp.com</a>
  19. Organization: Network Performance
  20. Subject: HP-UX tuning tips
  21. </pre>
  22.  
  23.     <p>Here are some tuning tips for HP-UX to add to the tuning page.</p>
  24.  
  25.     <p>For HP-UX 9.X: Upgrade to 10.20<br />
  26.     For HP-UX 10.[00|01|10]: Upgrade to 10.20</p>
  27.  
  28.     <p>For HP-UX 10.20:</p>
  29.  
  30.     <p>Install the latest cumulative ARPA Transport Patch. This
  31.     will allow you to configure the size of the TCP connection
  32.     lookup hash table. The default is 256 buckets and must be set
  33.     to a power of two. This is accomplished with adb against the
  34.     *disc* image of the kernel. The variable name is <code>tcp_hash_size</code>.
  35.     Notice that it's critically important that you use "<code>W</code>"
  36.     to write a 32 bit quantity, not "<code>w</code>" to write a 16 bit
  37.     value when patching the disc image because the <code>tcp_hash_size</code>
  38.     variable is a 32 bit quantity.</p>
  39.  
  40.     <p>How to pick the value? Examine the output of <a
  41.     href="ftp://ftp.cup.hp.com/dist/networking/tools/connhist"
  42.     >ftp://ftp.cup.hp.com/dist/networking/tools/connhist</a>
  43.     and see how many total TCP connections exist on the system. You
  44.     probably want that number divided by the hash table size to be
  45.     reasonably small, say less than 10. Folks can look at HP's
  46.     SPECweb96 disclosures for some common settings. These can be
  47.     found at <a
  48.     href="http://www.specbench.org/">http://www.specbench.org/</a>.
  49.     If an HP-UX system was performing at 1000 SPECweb96 connections
  50.     per second, the <code>TIME_WAIT</code> time of 60 seconds would mean
  51.     60,000 TCP "connections" being tracked.</p>
  52.  
  53.     <p>Folks can check their listen queue depths with <a
  54.     href="ftp://ftp.cup.hp.com/dist/networking/misc/listenq"
  55.     >ftp://ftp.cup.hp.com/dist/networking/misc/listenq</a>.</p>
  56.  
  57.     <p>If folks are running Apache on a PA-8000 based system, they
  58.     should consider "chatr'ing" the Apache executable to have a
  59.     large page size. This would be "<code>chatr +pi L <BINARY></code>".
  60.     The GID of the running executable must have <code>MLOCK</code> privileges.
  61.     <code>Setprivgrp(1m)</code> should be consulted for assigning
  62.     <code>MLOCK</code>. The change can be validated by running Glance
  63.     and examining the memory regions of the server(s) to make sure that
  64.     they show a non-trivial fraction of the text segment being locked.</p>
  65.  
  66.     <p>If folks are running Apache on MP systems, they might
  67.     consider writing a small program that uses <code>mpctl()</code>
  68.     to bind processes to processors. A simple <code>pid % numcpu</code>
  69.     algorithm is probably sufficient. This might even go into the
  70.     source code.</p>
  71.  
  72.     <p>If folks are concerned about the number of <code>FIN_WAIT_2</code>
  73.     connections, they can use nettune to shrink the value of
  74.     <code>tcp_keepstart</code>. However, they should be careful there -
  75.     certainly do not make it less than oh two to four minutes. If
  76.     <code>tcp_hash_size</code> has been set well, it is probably OK to
  77.     let the <code>FIN_WAIT_2</code>'s take longer to timeout (perhaps
  78.     even the default two hours) - they will not on average have a big
  79.     impact on performance.</p>
  80.  
  81.     <p>There are other things that could go into the code base, but
  82.     that might be left for another email. Feel free to drop me a
  83.     message if you or others are interested.</p>
  84.  
  85.     <p>sincerely,</p>
  86.  
  87.     <p>rick jones</p>
  88.  
  89.     <p><a href="http://www.cup.hp.com/netperf/NetperfPage.html"
  90.     >http://www.cup.hp.com/netperf/NetperfPage.html</a></p>
  91.  
  92.   </summary>
  93.  
  94. </manualpage>
  95.  
  96.  
  97.