diff xml/en/docs/http/ngx_http_status_module.xml @ 1805:0c08e8861cfe

Documented the "zombies" metrics in status.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 03 Oct 2016 16:00:41 +0300
parents 69ff752dcb55
children 7b83f37c806f
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_status_module.xml	Mon Oct 03 21:20:30 2016 +0300
+++ b/xml/en/docs/http/ngx_http_status_module.xml	Mon Oct 03 16:00:41 2016 +0300
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_status_module"
         link="/en/docs/http/ngx_http_status_module.html"
         lang="en"
-        rev="9">
+        rev="10">
 
 <section id="summary">
 
@@ -557,6 +557,13 @@
 idle <link doc="ngx_http_upstream_module.xml" id="keepalive"/> connections.
 </tag-desc>
 
+<tag-name id="zombies"><literal>zombies</literal></tag-name>
+<tag-desc>
+The current number of servers
+<link doc="ngx_http_upstream_conf_module.xml" id="upstream_conf">removed</link>
+from the group but still processing active client requests.
+</tag-desc>
+
 <tag-name id="queue"><literal>queue</literal></tag-name>
 <tag-desc>
 For the requests <link doc="ngx_http_upstream_module.xml" id="queue"/>,
@@ -886,6 +893,12 @@
 <list type="bullet">
 
 <listitem>
+The <link id="zombies"/> field
+was moved from nginx <link doc="../debugging_log.xml">debug</link> version
+in <link id="version"/> 6.
+</listitem>
+
+<listitem>
 The <link id="ssl"/> status data
 were added in <link id="version"/> 6.
 </listitem>