# HG changeset patch # User Yaroslav Zhuravlev # Date 1475499641 -10800 # Node ID 0c08e8861cfed4874e6a5e81c14e9680e98a0c46 # Parent d655cfd46c26aaa8da56501ebf9d5b88d547088b Documented the "zombies" metrics in status. diff --git a/xml/en/docs/http/ngx_http_status_module.xml b/xml/en/docs/http/ngx_http_status_module.xml --- a/xml/en/docs/http/ngx_http_status_module.xml +++ b/xml/en/docs/http/ngx_http_status_module.xml @@ -9,7 +9,7 @@ + rev="10">
@@ -557,6 +557,13 @@ The current number of idle connections. +zombies + +The current number of servers +removed +from the group but still processing active client requests. + + queue For the requests , @@ -886,6 +893,12 @@ when the server was last selected to pro +The field +was moved from nginx debug version +in 6. + + + The status data were added in 6. diff --git a/xml/ru/docs/http/ngx_http_status_module.xml b/xml/ru/docs/http/ngx_http_status_module.xml --- a/xml/ru/docs/http/ngx_http_status_module.xml +++ b/xml/ru/docs/http/ngx_http_status_module.xml @@ -9,7 +9,7 @@ + rev="10">
@@ -558,6 +558,13 @@ http://127.0.0.1/status/stream/upstreams -соединений. +zombies + +Текущее число серверов, +удалённых +из группы, но в то же время всё ещё обрабатывающих активные клиентские запросы. + + queue Для очереди запросов @@ -876,6 +883,12 @@ http://127.0.0.1/status/stream/upstreams +Поле +было перемещено из debug-версии nginx +в версии 6. + + + Поля были добавлены в версии 6.