]> granicus.if.org Git - apache/commitdiff
Rebuild, and fix XML error. Troubleshooting using server-status
authorRich Bowen <rbowen@apache.org>
Tue, 29 Mar 2011 14:47:50 +0000 (14:47 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 29 Mar 2011 14:47:50 +0000 (14:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086608 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_status.html.en
docs/manual/mod/mod_status.xml
docs/manual/mod/mod_status.xml.ja
docs/manual/mod/mod_status.xml.ko
docs/manual/mod/mod_status.xml.tr

index 65d4e5a403c054637f08a40a2c1dca6d9f3e1d4d..030da90d5644f39a73a0c760003da7442e8dca77 100644 (file)
@@ -81,6 +81,7 @@ performance</td></tr>
 <li><img alt="" src="../images/down.gif" /> <a href="#enable">Enabling Status Support</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#autoupdate">Automatic Updates</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#machinereadable">Machine Readable Status File</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#troubleshoot">Using server-status to troubleshoot</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -134,6 +135,37 @@ performance</td></tr>
       ramifications for your site.</strong>
     </div>
 
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="troubleshoot" id="troubleshoot">Using server-status to troubleshoot</a></h2>
+    
+    
+    <p>The <code>server-status</code> page may be used as a starting
+    place for troubleshooting a situation where your server is consuming
+    all available resources (CPU or memory), and you wish to identify
+    which requests or clients are causing the problem.</p>
+
+    <p>First, ensure that you have <code class="directive"><a href="../mod/core.html#extendedstatus">ExtendedStatus</a></code> set on, so that you can see
+    the full request and client information for each child or
+    thread.</p>
+
+    <p>Now look in your process list (using <code>top</code>, or similar
+    process viewing utility) to identify the specific processes that are
+    the main culprits. Order the output of <code>top</code> by CPU
+    usage, or memory usage, depending on what problem you're trying to
+    address.</p>
+
+    <p>Reload the <code>server-status</code> poage, and look for those process
+    ids, and you'll be able to see what request is being served by that
+    process, for what client. Requests are transient, so you may need to
+    try several times before you catch it in the act, so to speak.</p>
+
+    <p>This process <em>should</em> give you some idea what client, or
+    what type of requests, are primarily responsible for your load
+    problems. Often you will identify a particular web application that
+    is misbehaving, or a particular client that is attacking your
+    site.</p>
+
 </div>
 </div>
 <div class="bottomlang">
index da201f68f6fd9cc77ec7ecc1fb240a6e90e7b610..ac6536a0fc4cf50ed23f1d67fcb11c3cf20a10b7 100644 (file)
@@ -142,7 +142,7 @@ performance</description>
     usage, or memory usage, depending on what problem you're trying to
     address.</p>
 
-    <p>Reload the <code>server-status<.code> poage, and look for those process
+    <p>Reload the <code>server-status</code> poage, and look for those process
     ids, and you'll be able to see what request is being served by that
     process, for what client. Requests are transient, so you may need to
     try several times before you catch it in the act, so to speak.</p>
index a8c474fee6e947b208dde2edd20ae5d19a6af779..a9c449378bf08577f918f9a3d6bbb4b8b3a2a42f 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
 <modulesynopsis metafile="mod_status.xml.meta">
-<!-- English Revision: 668628:1086578 (outdated) -->
+<!-- English Revision: 668628:1086605 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index befb1f4688ff4e26b9703decf94b5b01551ccfb9..69a5c0b377c9f0c67a45a7d9a3dfd9a9621ef4e0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 420990:1086578 (outdated) -->
+<!-- English Revision: 420990:1086605 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e1887a14d1a550b43358ce2eaaaa3dcd7e07c2f2..9f8833f030c615f20de63d2afbf374d173a00f76 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 779139:1086578 (outdated) -->
+<!-- English Revision: 779139:1086605 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>