You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2003/12/19 07:30:23 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_status.html.en mod_status.xml

yoshiki     2003/12/18 22:30:23

  Modified:    docs/manual/mod mod_status.html.en mod_status.xml
  Log:
  Bring mod_status document up to date.  This change was discussed back in
  June but I've never got around to do it until now.
  
  Revision  Changes    Path
  1.19      +6 -18     httpd-2.0/docs/manual/mod/mod_status.html.en
  
  Index: mod_status.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.html.en,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- mod_status.html.en	29 May 2003 16:13:26 -0000	1.18
  +++ mod_status.html.en	19 Dec 2003 06:30:23 -0000	1.19
  @@ -30,14 +30,6 @@
   <tr><th><a href="module-dict.html#SourceFile">Source�File:</a></th><td>mod_status.c</td></tr></table>
   <h3>Summary</h3>
   
  -
  -<div class="note">
  -  <strong>Warning:</strong> This document has not been updated
  -  to take into account changes made in the 2.0 version of the
  -  Apache HTTP Server. Some of the information may still be
  -  relevant, but please use it with care.
  -</div>
  -
       <p>The Status module allows a server administrator to find out
       how well their server is performing. A HTML page is presented
       that gives the current server statistics in an easily readable
  @@ -48,13 +40,13 @@
       <p>The details given are:</p>
   
       <ul>
  -      <li>The number of children serving requests</li>
  +      <li>The number of worker serving requests</li>
   
  -      <li>The number of idle children</li>
  +      <li>The number of idle worker</li>
   
  -      <li>The status of each child, the number of requests that
  -      child has performed and the total number of bytes served by
  -      the child (*)</li>
  +      <li>The status of each worker, the number of requests that
  +      worker has performed and the total number of bytes served by
  +      the worker (*)</li>
   
         <li>A total number of accesses and byte count served (*)</li>
   
  @@ -65,7 +57,7 @@
         number of bytes served per second and the average number of
         bytes per request (*)</li>
   
  -      <li>The current percentage CPU used by each child and in
  +      <li>The current percentage CPU used by each worker and in
         total by Apache (*)</li>
   
         <li>The current hosts and requests being processed (*)</li>
  @@ -106,10 +98,6 @@
       <p>You can now access server statistics by using a Web browser
       to access the page
       <code>http://your.server.name/server-status</code></p>
  -
  -    <div class="note"><p>Note that <code class="module"><a href="../mod/mod_status.html">mod_status</a></code> will only work
  -    when you are running Apache in <a href="core.html#servertype">standalone</a> mode and not
  -    <a href="core.html#servertype">inetd</a> mode.</p></div>
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
   <div class="section">
   <h2><a name="autoupdate" id="autoupdate">Automatic Updates</a></h2>
  
  
  
  1.7       +6 -19     httpd-2.0/docs/manual/mod/mod_status.xml
  
  Index: mod_status.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_status.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_status.xml	18 Apr 2003 02:28:28 -0000	1.6
  +++ mod_status.xml	19 Dec 2003 06:30:23 -0000	1.7
  @@ -12,14 +12,6 @@
   
   
   <summary>
  -
  -<note>
  -  <strong>Warning:</strong> This document has not been updated
  -  to take into account changes made in the 2.0 version of the
  -  Apache HTTP Server. Some of the information may still be
  -  relevant, but please use it with care.
  -</note>
  -
       <p>The Status module allows a server administrator to find out
       how well their server is performing. A HTML page is presented
       that gives the current server statistics in an easily readable
  @@ -30,13 +22,13 @@
       <p>The details given are:</p>
   
       <ul>
  -      <li>The number of children serving requests</li>
  +      <li>The number of worker serving requests</li>
   
  -      <li>The number of idle children</li>
  +      <li>The number of idle worker</li>
   
  -      <li>The status of each child, the number of requests that
  -      child has performed and the total number of bytes served by
  -      the child (*)</li>
  +      <li>The status of each worker, the number of requests that
  +      worker has performed and the total number of bytes served by
  +      the worker (*)</li>
   
         <li>A total number of accesses and byte count served (*)</li>
   
  @@ -47,7 +39,7 @@
         number of bytes served per second and the average number of
         bytes per request (*)</li>
   
  -      <li>The current percentage CPU used by each child and in
  +      <li>The current percentage CPU used by each worker and in
         total by Apache (*)</li>
   
         <li>The current hosts and requests being processed (*)</li>
  @@ -77,11 +69,6 @@
       <p>You can now access server statistics by using a Web browser
       to access the page
       <code>http://your.server.name/server-status</code></p>
  -
  -    <note><p>Note that <module>mod_status</module> will only work
  -    when you are running Apache in <a 
  -    href="core.html#servertype">standalone</a> mode and not
  -    <a href="core.html#servertype">inetd</a> mode.</p></note>
   </section>
   
   <section id="autoupdate">